Change in vdsm[master]: sanlock isconfigured raises an exception instead of returnin...

ybronhei at redhat.com ybronhei at redhat.com
Mon Dec 9 08:58:44 UTC 2013


Yaniv Bronhaim has posted comments on this change.

Change subject: sanlock isconfigured raises an exception instead of returning result
......................................................................


Patch Set 1: Verified+1

(1 comment)

....................................................
File lib/vdsm/tool/configurator.py
Line 158:                     raise RuntimeError("Unable to find sanlock service groups")
Line 159: 
Line 160:         except IOError as e:
Line 161:             if e.errno == os.errno.ENOENT:
Line 162:                 sys.stdout.write("sanlock service is not running")
I'll add \n next ps. waiting for other comments
Line 163:                 _isconfigured = False
Line 164:             else:
Line 165:                 raise
Line 166: 


-- 
To view, visit http://gerrit.ovirt.org/22184
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic174c702f7f5b491975829e227d8311aed26ec90
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list