Timothy Asir has posted comments on this change. Change subject: lvm:moved metadatasize as an optional param for pv create in lvm module ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/38188/3/vdsm/storage/lvm.py File vdsm/storage/lvm.py: Line 703: if options: Line 704: cmd.extend(options) Line 705: if metadataSize: Line 706: cmd.extend(("--metadatasize", metadatasize, "--metadatacopies", "2", Line 707: "--metadataignore", "y")) > I prefer to keep the current behavior when the caller has to specify metada Done Line 708: cmd.extend(devices) Line 709: rc, out, err = _lvminfo.cmd(cmd, devices) Line 710: return rc, out, err Line 711: -- To view, visit https://gerrit.ovirt.org/38188 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I00f161c0d6996219553c556125a97a01d69a4be3 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Timothy Asir <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Timothy Asir <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[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
