I have tested that command manually. I think it is because "e2fsck" failed my own image.<br><br>root@controller:/data/stack/glance/images# e2fsck -fp bfd0d705-281c-4ee1-a896-bf4c0d6c1f94<br>e2fsck: Bad magic number in super-block while trying to open bfd0d705-281c-4ee1-a896-bf4c0d6c1f94<br>
bfd0d705-281c-4ee1-a896-bf4c0d6c1f94:<br>The superblock could not be read or does not describe a correct ext2<br>filesystem.  If the device is valid and it really contains an ext2<br>filesystem (and not swap or ufs or something else), then the superblock<br>
is corrupt, and you might try running e2fsck with an alternate superblock:<br>    e2fsck -b 8193 <device><br><br>Is it right? How can it be fixed?<br><br><br>