]> xenbits.xensource.com Git - libvirt.git/commit
add --cache, --serial, --shareable and --address to attach-disk
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 15 Jul 2011 07:06:53 +0000 (15:06 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 15 Jul 2011 18:14:36 +0000 (12:14 -0600)
commite962a57994980b11b9d54780a5c6ae0f22a210d0
treea2bbf62aab9e05fbb10d739020d6ff4f36b51e17
parentc8771867b8be1855eecb070003aec0ba3c4bd057
add --cache, --serial, --shareable and --address to attach-disk

This adds four options for virsh command attach-disk.

--cache option allows user to specify cache mode of disk device
from virsh command line when attaching a disk device.

--serial option allows user to specify serial string of disk device
from virsh command line when attaching a disk device.

--shareable option allows user to specify whether the disk device is
shareable between domains when attaching a disk device from virsh
command line.

--address option allows user to specify address of disk device when
attaching a disk device.
tools/virsh.c
tools/virsh.pod