Change in vdsm[master]: Take care of 'No devices found' when calling dmsetup status

abaron at redhat.com abaron at redhat.com
Thu Dec 13 17:05:13 UTC 2012


Ayal Baron has posted comments on this change.

Change subject: Take care of 'No devices found' when calling dmsetup status
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/storage/devicemapper.py
Line 179:         try:
Line 180:             devName, statusLine = statusLine.split(":", 1)
Line 181:         except ValueError:
Line 182:             if len(out) == 1:
Line 183:                 return res
how is 'No devices found' handled in calling methods?
Line 184:             else:
Line 185:                 raise
Line 186: 
Line 187:         for m in PATH_STATUS_RE.finditer(statusLine):


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibb487feab43741267e4f7027c1baf033148683c1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list