mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
When calling test_connection to test the connection to a conversion server, we also query for the remote server's version and driver information (using 'virt-v2v --version' and 'virt-v2v --machine-readable'). However we didn't clear the existing information from previous runs. One consequence of this was that if you used the back button in the GUI, the list of output drivers would be repopulated two or more times. https://bugzilla.redhat.com/show_bug.cgi?id=1227609 Another is that connecting to a different server could confuse test_connection into thinking the connection was successful (because of data from the previous run) when in fact it was not. Thanks: Tingting Zheng for finding the original bug.