Eduardo has posted comments on this change.
Change subject: Fill volume children info. ......................................................................
Patch Set 1:
(1 comment)
.................................................... File vdsm/storage/volume.py Line 900: info['truesize'] = "0" Line 901: info['mtime'] = "0" Line 902: info['status'] = "INVALID" Line 903: Line 904: # Both engine and dumpStorageTable don't use this option so 1) It is still true that actually they are not consumers of this field. 2) This is a different patch because is breaking BC if someone relies on a false empty list. The former one no affects BC. Line 905: # only keeping it to not break existing scripts that look for the key Line 906: info['children'] = list(self.getChildren()) Line 907: Line 908: # If image was set to illegal, mark the status same