Change in vdsm[master]: iscsiadm: Add debug level option

nsoffer at redhat.com nsoffer at redhat.com
Mon Oct 21 14:52:35 UTC 2013


Nir Soffer has posted comments on this change.

Change subject: iscsiadm: Add debug level option
......................................................................


Patch Set 1:

(1 comment)

....................................................
File vdsm/storage/iscsiadm.py
Line 80:         cmd = [constants.EXT_ISCSIADM]
Line 81: 
Line 82:         debug_level = config.get('iscsiadm', 'debug_level')
Line 83:         if debug_level != '0':
Line 84:             cmd.extend(('-d', debug_level))
utils.execCmd prints stderr (where the debug info will be) for any command in debug log level.
Line 85: 
Line 86:         cmd.extend(args)
Line 87: 
Line 88:         printCmd = None


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibe2d7a3637ea4a0b36ac7aad0890f99dfaa5854e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list