Change in vdsm[master]: block: add blkdiscard on zero image

ykaul at redhat.com ykaul at redhat.com
Sun Nov 15 20:49:57 UTC 2015


Yaniv Kaul has posted comments on this change.

Change subject: block: add blkdiscard on zero image
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/35631/1/vdsm/storage/blockSD.py
File vdsm/storage/blockSD.py:

Line 219:         size = multipath.getDeviceSize(lvm.lvDmDev(sdUUID, volUUID))
Line 220: 
Line 221:         try:
Line 222:             misc.ddWatchCopy("/dev/zero", path, aborting, size)
Line 223:             utillinux.blkdiscard(path)
> We want to remove the data before we discard. Does discard ensure that the 
It certainly does.
It's not secure, in the sense that if there's a bug in the storage the date may re-appear, but other than that - absolutely. For the bug in the storage we may wish to introduce secure deletion, but this is a different item.
If we do unmap, we can and should rely on the data being deleted.

Also see https://rwmj.wordpress.com/tag/unmap/
Line 224:         except Exception as e:
Line 225:             log.exception('zeroing operation failed')
Line 226:             raise se.VolumesZeroingError(path)
Line 227: 


-- 
To view, visit https://gerrit.ovirt.org/35631
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4e059c556c550440727b36b8af8e5dfc29ce2ccb
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: Yaniv Kaul <ykaul at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list