[libvirt] ANNOUNCE: virt-manager 1.2.0 released

I'm happy to announce the release of virt-manager 1.2.0! virt-manager is a desktop application for managing KVM, Xen, and LXC virtualization via libvirt. The release can be downloaded from: http://virt-manager.org/download/ The direct download links are: http://virt-manager.org/download/sources/virt-manager/virt-manager-1.2.0.tar... This release includes: - OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson) - Improved support for AArch64 qemu/kvm - virt-install: Support --disk type=network parameters - virt-install: Make --disk just work - virt-install: Add --disk sgio= option (Giuseppe Scrivano) - addhardware: default to an existing bus when adding a new disk (Giuseppe Scrivano) - virt-install: Add --input device option - virt-manager: Unify storagebrowser and storage details functionality - virt-manager: allow setting a custom connection row name - virt-install: Support --hostdev scsi passthrough - virt-install: Fill in a bunch of --graphics spice options - Disable spice image compression for new local VMs - virt-manager: big reworking of the migration dialog Thanks to everyone who has contributed to this release through testing, bug reporting, submitting patches, and otherwise sending in feedback! Thanks, Cole

Hi Cole, Great news for virt-manager 1.2.0 released. I downloaded and tried the new --disk type=network feature in fedora 21, but it doesn't work, the err info is "ERROR Unknown options ['type']". I checked the suboption of --disk and can't find "type". Could you help me to check if this feature is supported? Thanks! :) [root@localhost xiaodwan]# virt-install --disk=? --disk options: backing_store boot_order bus cache clearxml device discard driver_name driver_type error_policy format io path pool read_bytes_sec read_iops_sec readonly removable serial sgio shareable size source_host_name source_host_port source_host_socket source_host_transport source_name source_pool source_protocol source_volume sparse startup_policy target total_bytes_sec total_iops_sec vol write_bytes_sec write_iops_sec Best Regards xiaodwan ----- Original Message ----- From: "Cole Robinson" <crobinso@redhat.com> To: virt-tools-list@redhat.com Cc: libvirt-list@redhat.com Sent: Tuesday, May 5, 2015 3:22:44 AM Subject: [virt-tools-list] ANNOUNCE: virt-manager 1.2.0 released I'm happy to announce the release of virt-manager 1.2.0! virt-manager is a desktop application for managing KVM, Xen, and LXC virtualization via libvirt. The release can be downloaded from: http://virt-manager.org/download/ The direct download links are: http://virt-manager.org/download/sources/virt-manager/virt-manager-1.2.0.tar... This release includes: - OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson) - Improved support for AArch64 qemu/kvm - virt-install: Support --disk type=network parameters - virt-install: Make --disk just work - virt-install: Add --disk sgio= option (Giuseppe Scrivano) - addhardware: default to an existing bus when adding a new disk (Giuseppe Scrivano) - virt-install: Add --input device option - virt-manager: Unify storagebrowser and storage details functionality - virt-manager: allow setting a custom connection row name - virt-install: Support --hostdev scsi passthrough - virt-install: Fill in a bunch of --graphics spice options - Disable spice image compression for new local VMs - virt-manager: big reworking of the migration dialog Thanks to everyone who has contributed to this release through testing, bug reporting, submitting patches, and otherwise sending in feedback! Thanks, Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@redhat.com https://www.redhat.com/mailman/listinfo/virt-tools-list

On 05/26/2015 07:26 AM, Xiaodai Wang wrote:
Hi Cole,
Great news for virt-manager 1.2.0 released. I downloaded and tried the new --disk type=network feature in fedora 21, but it doesn't work, the err info is "ERROR Unknown options ['type']". I checked the suboption of --disk and can't find "type".
Could you help me to check if this feature is supported? Thanks! :)
My bad, I put invalid syntax in the release notes :) Check tests/clitest.py for some examples: --disk source_pool=rbd-ceph,source_volume=some-rbd-vol,size=.1 \ --disk pool=rbd-ceph,size=.1 \ --disk source_protocol=http,source_host_name=example.com,source_host_port=8000,source_name=/path/to/my/file \ --disk source_protocol=nbd,source_host_transport=unix,source_host_socket=/tmp/socket,bus=scsi \ --disk gluster://192.168.1.100/test-volume/some/dir/test-gluster.qcow2 \ --disk qemu+nbd:///var/foo/bar/socket,bus=usb,removable=on \ --disk path=http://[1:2:3:4:1:2:3:4]:5522/my/path?query=foo \ --disk vol=gluster-pool/test-gluster.raw,startup_policy=optional \ Those trigger most of the code paths. The pool/volume examples come from tests/testdriver.xml - Cole
participants (2)
-
Cole Robinson
-
Xiaodai Wang