Nir Soffer has posted comments on this change. Change subject: storage: Add multipath-resize command line tool ......................................................................
Patch Set 7: (1 comment) https://gerrit.ovirt.org/#/c/38467/7/vdsm/storage/multipath-resize File vdsm/storage/multipath-resize: Line 143: Line 144: Line 145: def resize_map(name): Line 146: log.debug("Resizing map %s", name) Line 147: cmd = [MULTIPATHD.cmd, "-kresize map %s" % name] This was previously quoted by mistake. Line 148: start = utils.monotonic_time() Line 149: rc, out, err = utils.execCmd(cmd, raw=True, execCmdLogger=log) Line 150: if rc != 0: Line 151: raise Error("Resizing map %s failed: %s" % (name, err)) -- To view, visit https://gerrit.ovirt.org/38467 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I229ef55555fa757989329939a9267041785f2c0f Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Darshan N <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Fred Rolland <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
