diff --git a/tools/virsh.pod b/tools/virsh.pod index fd9ba00d1f8e9c8da54fc8d14d88d22c500c3f8b..2e70b68a661a8033982afdd7c2b40c22e1ead303 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2936,7 +2936,9 @@ The I<--delete-storage-volume-snapshots> (previously I<--delete-snapshots>) flag specifies that any snapshots associated with the storage volume should be deleted as well. Requires the I<--remove-all-storage> flag to be provided. Not all storage drivers -support this option, presently only rbd. +support this option, presently only rbd. Using this when also removing volumes +handled by a storage driver which does not support the flag will result in +failure. The flag I<--wipe-storage> specifies that the storage volumes should be wiped before removal.