From: Han Han Date: Thu, 11 Jul 2019 07:23:07 +0000 (+0800) Subject: virsh.pod: Add zfs and vstorage pool types X-Git-Tag: v5.6.0-rc1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355fb766c9fb107b4dffb316782d4e96fc462699;p=thirdparty%2Flibvirt.git virsh.pod: Add zfs and vstorage pool types Signed-off-by: Han Han Reviewed-by: Michal Privoznik --- diff --git a/tools/virsh.pod b/tools/virsh.pod index dbcac24292..ed5308a6d4 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -4093,7 +4093,7 @@ I<--uuid> and I<--name>. You may also want to list pools with specified types using I, the pool types must be separated by comma, e.g. --type dir,disk. The valid pool types include 'dir', 'fs', 'netfs', 'logical', 'disk', 'iscsi', 'scsi', -'mpath', 'rbd', 'sheepdog' and 'gluster'. +'mpath', 'rbd', 'sheepdog', 'gluster', 'zfs' and 'vstorage'. The I<--details> option instructs virsh to additionally display pool persistence and capacity related information where available.