From 355fb766c9fb107b4dffb316782d4e96fc462699 Mon Sep 17 00:00:00 2001 From: Han Han Date: Thu, 11 Jul 2019 15:23:07 +0800 Subject: [PATCH] virsh.pod: Add zfs and vstorage pool types Signed-off-by: Han Han Reviewed-by: Michal Privoznik --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab