Dan Kenigsberg has submitted this change and it was merged. Change subject: dumpStorageTable to handle images with multiple leaf volumes ......................................................................
dumpStorageTable to handle images with multiple leaf volumes dumpStorageTable encounters a KeyError exception if an image has multiple volume chains (and thus multiple leaf volumes) which occurs when previewing a snapshot. This patch allows dumpStorageTable to work with images that have multiple chains / leaf volumes. Change-Id: Ifa932a47a91caa1a8284ea58678367ca77ed2d9a Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=890983 Signed-off-by: Mark Huth <[email protected]> --- M vdsm/dumpStorageTable.py.in 1 file changed, 34 insertions(+), 26 deletions(-) Approvals: Ayal Baron: Looks good to me, approved oVirt Jenkins CI Server: Verified Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/12703 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifa932a47a91caa1a8284ea58678367ca77ed2d9a Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Huth <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Huth <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
