Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: Add Drive.replicaChunked property ......................................................................
virt: Add Drive.replicaChunked property When monitoring drive high watermark, it is not enough to check if the drive is chunked, since we may replicate a non-chunked drive to chunked replica, and the replica needs to be extended. Drive high watermark code will check now the watermark also on non-chunked drives, if they are being replicated to chunked storage. Change-Id: Iadf19fa3262e356ee87c92357b8d90aff7dc0356 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/40184 Reviewed-by: Adam Litke <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> Continuous-Integration: Jenkins CI --- M tests/vmStorageTests.py M vdsm/virt/vmdevices/storage.py 2 files changed, 54 insertions(+), 12 deletions(-) Approvals: Adam Litke: Looks good to me, approved Nir Soffer: Verified Jenkins CI: Passed CI tests Federico Simoncelli: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/40184 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iadf19fa3262e356ee87c92357b8d90aff7dc0356 Gerrit-PatchSet: 14 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
