Dan Kenigsberg has submitted this change and it was merged. Change subject: Remove redundant check that causes lvm cache to refresh every volume creation ......................................................................
Remove redundant check that causes lvm cache to refresh every volume creation We try to create a volume without validating if it exists first. If the volume exists we need to make sure we don't it delete in rollback. Change-Id: Ib6f3b6ca8313070d0345b5f76ebb0b3d9772d14f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=979193 Signed-off-by: Yeela Kaplan <[email protected]> Reviewed-on: http://gerrit.ovirt.org/18274 Reviewed-by: Ayal Baron <[email protected]> --- M vdsm/storage/blockVolume.py M vdsm/storage/fileVolume.py M vdsm/storage/volume.py 3 files changed, 31 insertions(+), 26 deletions(-) Approvals: Ayal Baron: Looks good to me, approved Yeela Kaplan: Verified -- To view, visit http://gerrit.ovirt.org/18274 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib6f3b6ca8313070d0345b5f76ebb0b3d9772d14f Gerrit-PatchSet: 10 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
