storage: lvm: expand on description of saferemove option

mentioning why zeroing-out might be necessary.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-12-07 17:10:38 +01:00 committed by Fabian Grünbichler
parent 8182a38ecf
commit 8f40162150

View File

@ -38,7 +38,10 @@ on a remote iSCSI server.
`saferemove`::
Zero-out data when removing LVs. When removing a volume, this makes
sure that all data gets erased.
sure that all data gets erased and cannot be accessed by other LVs
created later (which happen to be assigned the same physical extents).
This is a costly operation, but may be required as a security measure
in certain environments.
`saferemove_throughput`::