Go to file
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
data gschema: Populate/Store previous container URLs 2017-07-10 15:06:01 -04:00
man virt-install: add param cache.mode and cache.level for option '--cpu' 2017-09-14 18:54:01 -04:00
po Prep for release 1.4.2 2017-08-08 18:14:48 -04:00
tests tests: urls: check for latest ubuntu LTS 2017-09-19 19:55:57 -04:00
ui devicepanic: use model instead of address.type 2017-09-09 10:09:46 +02:00
virtManager choosecd: change order of check operations 2017-09-19 20:04:39 -04:00
virtcli Prep for release 1.4.2 2017-08-08 18:14:48 -04:00
virtconv pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
virtinst cloner: get original XML with security informations 2017-09-18 09:04:35 +02:00
.gitignore Remove virt-image, as scheduled 2014-09-06 18:05:43 -04:00
.mailmap Add .mailmap 2013-04-03 18:13:25 -04:00
COPYING Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
HACKING.md tests: Upgrade pep8 to pycodestyle 2017-08-02 13:23:20 -04:00
INSTALL.md Fix typo in Pre-requisite software 2017-05-31 13:27:43 -04:00
MANIFEST.in NEWS: convert to Markdown format. 2017-02-16 19:02:22 -05:00
NEWS.md Prep for release 1.4.2 2017-08-08 18:14:48 -04:00
README.md README.md: mention virt-* cli tools 2017-08-08 15:58:38 -04:00
setup.py setup: introduce --jobs for pylint 2017-09-09 11:10:42 +02:00
virt-clone Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
virt-convert pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
virt-install pycodestyle: fix all E131 warnings 2017-08-26 20:03:21 +08:00
virt-manager virt-manager: Remove needless cli option renaming 2017-08-07 17:22:03 -04:00
virt-manager.spec.in spec: Remove duplicate libxml2 dep 2017-03-06 22:15:46 -05:00
virt-xml tests: pylint: Silence/fix a bunch of new warnings 2017-06-16 12:54:56 -04:00

README.md

Virtual Machine Manager

This application provides a graphical tool for managing virtual machines via the libvirt library.

The front end of the application uses the GTK / Glade libraries for all user interaction components. The back end uses libvirt for managing Qemu/KVM and Xen virtual machines, as well as LXC containers. The UI is primarily tested with KVM, but is intended to be reasonably portable to any virtualization backend libvirt supports.

Several command line tools are also provided:

  • virt-install: Create new libvirt virtual machines
  • virt-clone: Duplicate existing libvirt virtual machines
  • virt-xml: Edit existing libvirt virtual machines/manipulate libvirt XML
  • virt-convert: Convert VMX or OVF configs to libvirt virtual machines

For dependency info and installation instructions, see the INSTALL.md file.

Contact

  • All comments / suggestions / patches should be directed to the virt-tools-list mailing list.
  • For IRC we use #virt on OFTC.
  • For bug reporting info, see BugReporting.
  • There are further project details on the virt-manager website.
  • See the HACKING.md file for info about submitting patches or contributing translations.