Bala.FA has submitted this change and it was merged. Change subject: gluster: raise proper execption if the given mount point is in use. ......................................................................
gluster: raise proper execption if the given mount point is in use. Currently if an already used mount point is given for the brick create function, it does all the lvm tasks and returns Unexpected Exception when it tries to mout the device at the end of brick create scenario. This patch will check the availablity of the given mount point and returns an appropriate error message. Change-Id: Ic12acd2e4bf6a88936af582bb17d50d72cdfb84f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1209475 Signed-off-by: Timothy Asir Jeyasingh <[email protected]> Reviewed-on: https://gerrit.ovirt.org/40892 Continuous-Integration: Jenkins CI Reviewed-by: Bala.FA <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: https://gerrit.ovirt.org/41207 Tested-by: Darshan N <[email protected]> Continuous-Integration: Bala.FA <[email protected]> --- M vdsm/gluster/exception.py M vdsm/gluster/storagedev.py 2 files changed, 14 insertions(+), 0 deletions(-) Approvals: Bala.FA: Looks good to me, approved; Passed CI tests Darshan N: Verified -- To view, visit https://gerrit.ovirt.org/41207 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic12acd2e4bf6a88936af582bb17d50d72cdfb84f Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5-gluster Gerrit-Owner: Darshan N <[email protected]> Gerrit-Reviewer: Bala.FA <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Darshan N <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
