Federico Simoncelli has submitted this change and it was merged. Change subject: lvm: Allow multiple LVs to be refreshed at once ......................................................................
lvm: Allow multiple LVs to be refreshed at once lvm.refreshLV() function used to accept only single lv, requiring multiple invocations for refreshing multiple lvs, although lvm allows refreshing of multiple lvs. This patch rename the function and accept multiple lvs and invoke lvchange once with given lvs. This change is required for patch http://gerrit.ovirt.org/#/c/21501. Change-Id: I1ecc64b8ca0133b030ba5bfa37f1a2c55067dd5d Bug-Url: https://bugzilla.redhat.com/1009812 Signed-off-by: Lee Yarwood <[email protected]> Reviewed-on: http://gerrit.ovirt.org/19871 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Allon Mureinik <[email protected]> Tested-by: Nir Soffer <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/21500 --- M vdsm/storage/blockVolume.py M vdsm/storage/lvm.py 2 files changed, 6 insertions(+), 5 deletions(-) Approvals: Nir Soffer: Verified Federico Simoncelli: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/21500 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1ecc64b8ca0133b030ba5bfa37f1a2c55067dd5d Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.3 Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Lee Yarwood <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
