Dan Kenigsberg has posted comments on this change.
Change subject: Fill volume children info. ......................................................................
Patch Set 1: Code-Review-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 You should dump or change the comment above. And better squash into the former patch. 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