]> git.ipfire.org Git - thirdparty/libvirt.git/commit
resize: add virStorageVolResize() API
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 27 Jan 2012 05:29:56 +0000 (07:29 +0200)
committerEric Blake <eblake@redhat.com>
Sat, 28 Jan 2012 02:56:18 +0000 (19:56 -0700)
commit6714fd04d2d411eaf0d04a81ae05efbf9236b53f
treefbe46bb2314f599f366eaee72504ee1dd5c8bbc6
parentb2e13f9c441f347194848ead42bc2eccd6d28ad8
resize: add virStorageVolResize() API

Add a new function to allow changing of capacity of storage volumes.
Plan out several flags, even if not all of them will be implemented
up front.

Expose the new command via 'virsh vol-resize'.

Signed-off-by: Eric Blake <eblake@redhat.com>
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt.c
src/libvirt_public.syms
tools/virsh.c
tools/virsh.pod