Nir Soffer has posted comments on this change.

Change subject: FakeLVM: Add changeVGTags support
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/55703/1/tests/storagefakelib.py
File tests/storagefakelib.py:

Line 187:         vg_attr = real_lvm.VG_ATTR(**vg_md['attr'])
Line 188:         vg_md['attr'] = vg_attr
Line 189:         return real_lvm.VG(**vg_md)
Line 190: 
Line 191:     def changeVGTags(self, vgName, delTags=(), addTags=()):
The comments for changeLVTags apply also here.
Line 192:         try:
Line 193:             vg_md = self.vgmd[vgName]
Line 194:         except KeyError:
Line 195:             raise se.VolumeGroupReplaceTagError("VG %s does not 
exist" %


-- 
To view, visit https://gerrit.ovirt.org/55703
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I394062ef899bd45d3da4d8fd584e71931ee1a7e9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to