I am running ubuntu 14.04.1 with juju 1.21.3 and deployed ceph to a machine with Intel Virtualization turned off in the bios.
It failed with hook failed: "mon-relation-changed"
.
I rebooted the machine and fixed the bios setting and rebooted once again. I then attempted to destroy-unit and destroy-machine.
The machine now says that it is dying, but everything is still running.
How do I force it to die so I can reinitialize the machine and try again?
did you try
juju destroy-machine --force
?To debug what happened when running the hook, try
juju debug-log
, orjuju ssh ceph/0
(or whatever the failing unit is), then look in/var/log/juju
for a log file named after the service, that will show exactly why the hook failed.