Hi; I find that qga-test fails on Linux/sparc host: test-qga.c:286:test_qga_get_fsinfo: assertion failed ret: GenericError opendir("/sys/devices/virtual/block/md0/md0p1/slaves")
On this box /sys/devices/virtual/block/md0/md0p1/ does indeed not have a slaves/ subdirectory. There is a slaves/ subdirectory in the md0/ directory one level up, though. Looking at the code in qga/commands-posix.c it seems to just assume that slaves/ exists and throws an error otherwise. Should this code be coping with the missing directory more gracefully, or does it have a bug where it's looking for slaves/ in the wrong place in the tree? thanks -- PMM