I have this problem where whenever the host machine goes down (unexpected power loss), it corrupts the CHR .vmdk image with an apparently probability of 100%, and I have to recover the image using the command:
vmkfstools -x repair /vmfs/volumes/my_datastore/chr.vmdk
The VM won't start when the system returns until I manually shell in and run that repair command, which is not good.
Has anyone else seem this issue? Why does the disk get corrupted when the host goes down?
Some might ask "why post this here, and not there?"... The reason is that I have plenty of other VM's running on this system, and I've never seen any other VM express this problem before, but CHR does it 100%... so it seems there must be something CHR can do to protect itself like everyone else?