Change in vdsm[master]: lvm:moved metadatasize as an optional param for pv create in...

tjeyasin at redhat.com tjeyasin at redhat.com
Mon Mar 9 04:39:08 UTC 2015


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 <tjeyasin at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at gmail.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeyasin at redhat.com>
Gerrit-Reviewer: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list