Adam Litke has posted comments on this change.

Change subject: tests: FakeLVM: Always create lv file
......................................................................


Patch Set 1:

(1 comment)

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

Line 133:         self.lvmd[(vgName, lvName)] = lv_md
Line 134:         self.vgmd[vgName]['lv_count'] = str(lv_count)
Line 135: 
Line 136:         # Create a regular file so we have a place to write data
Line 137:         make_file(self.lvPath(vgName, lvName), int(size))
> We should created this file only if the lv is active, simulating the behavi
Done
Line 138: 
Line 139:     def activateLVs(self, vgName, lvNames):
Line 140:         for lv in lvNames:
Line 141:             try:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia364588a9fbe3a987b9117522db025e92c8ed296
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: 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