Eduardo has uploaded a new change for review.
Change subject: Fill volume children info. ......................................................................
Fill volume children info.
In spite that they are no consumers for 'children' key in Volume.getInfo() result adding the children set for correcteness.
Change-Id: Ibf374e6abe81962619baecf96fffa0f817ce5dcb Signed-off-by: Eduardo ewarszaw@redhat.com --- M vdsm/storage/volume.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/20004/1
diff --git a/vdsm/storage/volume.py b/vdsm/storage/volume.py index c19ec2f..96b84d7 100644 --- a/vdsm/storage/volume.py +++ b/vdsm/storage/volume.py @@ -903,7 +903,7 @@
# Both engine and dumpStorageTable don't use this option so # only keeping it to not break existing scripts that look for the key - info['children'] = [] + info['children'] = list(self.getChildren())
# If image was set to illegal, mark the status same # (because of VDC constraints)