Nir Soffer has submitted this change and it was merged. Change subject: storage: Filter incomplete volumes from volume queries ......................................................................
storage: Filter incomplete volumes from volume queries LVs that are labeled with TEMP_VOL_LVTAG represent incomplete volumes and should not appear when querying storage for volume and image information. Filter them in _getVolsTree(). Later when the garbage collector needs to find these volumes we can add a flag to invert the filter. Change-Id: I92acef22de8b1faaed0754fbddedfc2273095c3b Signed-off-by: Adam Litke <[email protected]> Reviewed-on: https://gerrit.ovirt.org/56086 Reviewed-by: Nir Soffer <[email protected]> Continuous-Integration: Jenkins CI --- M tests/lvs_f9e55e18-67c4-4377-8e39-5833ca422bef.out M vdsm/storage/blockSD.py 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Adam Litke: Verified Nir Soffer: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56086 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I92acef22de8b1faaed0754fbddedfc2273095c3b Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
