mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtManager.clone: set new manual path before we populate storage list
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
82eaf4742e
commit
d93203022a
@ -713,9 +713,9 @@ class vmmCloneVM(vmmGObjectUI):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
self.clone_design.clone_paths = new_path
|
self.clone_design.clone_paths = new_path
|
||||||
self.populate_storage_lists()
|
|
||||||
row[STORAGE_INFO_NEW_PATH] = new_path
|
row[STORAGE_INFO_NEW_PATH] = new_path
|
||||||
row[STORAGE_INFO_MANUAL_PATH] = True
|
row[STORAGE_INFO_MANUAL_PATH] = True
|
||||||
|
self.populate_storage_lists()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.err.show_err(_("Error changing storage path: %s") % str(e))
|
self.err.show_err(_("Error changing storage path: %s") % str(e))
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user