Files
virt-manager/virtManager
Pavel Hrdina c0710c74ff choosecd: change order of check operations
The current order of check operations is wrong.  First we set the new
path for the disk in question and after that we check whether some
guest already uses a disk with the same path.

The issue is that virt-manager returns a cached list of guests in
path_in_use_by() and the cached guest has the disk path already
updated.

Ideally we don't update the path at all, but we do it to run some
checks before the path is actually changed.  In order to fix the
referenced bug, change the order of check operations.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1453094

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2017-09-19 20:04:39 -04:00
..
2017-08-11 00:01:38 +08:00
2017-08-26 20:03:21 +08:00
2017-08-11 00:01:38 +08:00
2017-08-11 00:01:38 +08:00
2017-08-11 00:01:38 +08:00
2017-08-11 00:01:38 +08:00
2017-08-11 00:01:38 +08:00
2017-08-26 20:03:21 +08:00
2017-08-11 00:01:38 +08:00
2015-04-10 17:23:11 -04:00
2016-08-11 10:14:30 -04:00