On Thu, Feb 28, 2019 at 12:03:47PM +0100, Michal Privoznik wrote:
Jirka reported a bug that with every 'virsh pool-refresh' an
iscsi-direct pool would grow and grow. The problem is that
virISCSIDirectRefreshVol() only adds to def->capacity and
def->allocation but nothing clears it out to begin with.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/storage/storage_backend_iscsi_direct.c | 3 +++
1 file changed, 3 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>