[libvirt] virsh manpage bug: wrong argument order for virsh vol-resize

Feiko Nanninga feiko.nanninga at primekey.de
Tue Apr 11 15:43:11 UTC 2017


According to the manpage the arguments for virsh vol-resize are:

vol-resize [--pool pool-or-uuid] vol-name-or-path pool-or-uuid capacity […]

But actually only
vol-resize --pool pool-or-uuid vol-name-or-path capacity

or
vol-resize  vol-name-or-path capacity pool-or-uuid

are accepted. So <capacity> and <pool-or-uuid> are swapped.


Tested on Debian 9 (stretch):
$ virsh --version
3.0.0


Best regards,
Feiko Nanninga




More information about the libvir-list mailing list