Dan Kenigsberg has submitted this change and it was merged. Change subject: sp: Remove invalid validation of stale meta data ......................................................................
sp: Remove invalid validation of stale meta data When refreshing a storage pool, we used to validate the the metadata before refreshing the pool. This validation fail if the storage domain was just upgraded from old format where metadata was storaged on the medadata lv, to the new format keeping metadata in the lv tags. The validation is pefromed now after the refresh, ensuring that the metadata is correct after a successful refresh. Change-Id: I27ab243a03f23b1155867f2eeec98b1481b5b72d Bug-Url: https://bugzilla.redhat.com/954169 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: http://gerrit.ovirt.org/24568 Reviewed-by: Ayal Baron <[email protected]> Reviewed-by: Allon Mureinik <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> --- M vdsm/storage/hsm.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ayal Baron: Looks good to me, but someone else must approve Nir Soffer: Verified Federico Simoncelli: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/24568 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I27ab243a03f23b1155867f2eeec98b1481b5b72d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
