Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've a reason to believe that the VM was abruptly shutdown for an OVA export process to begin. Before I dig into the /var/log to check about the shutdown, I'd like to know if any of you are aware about the
vm.power -off
command behavior. I tried looking into the vm/power.go, vcsa/shutdown/poweroff.go, and the vapi/appliance/shutdown/shutdown.go, but it stops at the rest call and I couldn't figure out if it passed any override command to shutdown.The reason is that, when the ova was brought up, some of the log files that some of our services use were corrupted and the last modified timestamp was just before shutdown. It very well could be some other issue but, I just want to rule out this possiblity.
The govc version used is: 0.22.1
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions