Dan Kenigsberg has submitted this change and it was merged. Change subject: Live Merge: Suspend disk stats collection during pivot ......................................................................
Live Merge: Suspend disk stats collection during pivot When pivoting to the new volume after an active layer merge, there is a brief period where the vdsm metadata is out of sync. During this time, the disk stats collection thread will raise an exception since the drive cannot be referred to by its old path. Therefore we disable stats collection during this short window until the metadata can be synchronized. Change-Id: I08689aec4d61871a568a6f92661b560fbf4d0b57 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1109918 Signed-off-by: Adam Litke <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31367 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> --- M vdsm/virt/vm.py 1 file changed, 19 insertions(+), 3 deletions(-) Approvals: Adam Litke: Verified Federico Simoncelli: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/31367 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I08689aec4d61871a568a6f92661b560fbf4d0b57 Gerrit-PatchSet: 13 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
