![]() This simple patch fixes three issues: 1) We used only one list of storage formats. However, we are able to use some formats which we cannot create. This patch adds a list called 'no_create_formats' and moves such formats (currently only one) into it and uses new parameter 'create' which describes whether such formats should be removed or not. 2) When creating new storage with the above fixed, we need to set the combobox's text to "" in order not to change it to "raw". This was already done in reset_state(), but we need it also when toggle_storage_select() happens and it doesn't hurt in set_initial_state(), so I abstracted the implementation into populate_disk_format_combo(). 3) It's a bit unrelated, but when bus of a domain disk gets changed (in details.py), the address was not cleaned up properly ('target' attribute was still kept), so I fixed up the VirtualDeviceAddress as well. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=907289 |
||
---|---|---|
.tx | ||
data | ||
man | ||
po | ||
tests | ||
ui | ||
virtManager | ||
virtcli | ||
virtconv | ||
virtinst | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
HACKING | ||
INSTALL | ||
MANIFEST.in | ||
NEWS | ||
README | ||
autobuild.sh | ||
setup.py | ||
virt-clone | ||
virt-convert | ||
virt-image | ||
virt-install | ||
virt-manager | ||
virt-manager.spec.in |
README
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. Pre-requisite software ====================== virt-manager was ported to GTK3 at the beginning of 2013. Older GTK3 or pygobject3 versions likely will not work for running virt-manager. Earliest tested versions of major components: python >= 2.6 gtk3 >= 3.6 libvirt-python >= 0.4.0 pygobject3 >= 3.4 A more detailed dependency list can be found in virt-manager.spec.in. Contact ======= All comments / suggestions / patches should be directed to the virt-tools-list mailing list: http://www.redhat.com/mailman/listinfo/virt-tools-list For IRC we use #virt on OFTC. For bug reporting info, see: http://virt-manager.org/page/BugReporting There are further project details on the website: http://virt-manager.org/ See the HACKING file for info about submitting patches or contributing translations.