Re: [libvirt] [PATCH] storage: add wipeVol to iscsi-direct storage backend

2018-08-10 Thread Michal Privoznik
On 08/10/2018 01:12 PM, c...@lse.epita.fr wrote: > From: Clementine Hayat > > Change set volume capacity to get volume capacity to avoid code > duplicate. > > Signed-off-by: Clementine Hayat > --- > > Set BLOCK_PER_PACKET to 128. Not sure about this value. Should be > potentially tuned. > >

[libvirt] [PATCH] storage: add wipeVol to iscsi-direct storage backend

2018-08-10 Thread clem
From: Clementine Hayat Change set volume capacity to get volume capacity to avoid code duplicate. Signed-off-by: Clementine Hayat --- Set BLOCK_PER_PACKET to 128. Not sure about this value. Should be potentially tuned. src/storage/storage_backend_iscsi_direct.c | 152 +++-- 1