Unable to stop container operation timed out
The container may not stop some particular time and if you search in the logs, you may not get the exact reason for not stopping the node.
=======
$ vzctl stop VEID –fast
Stopping container …
Unable to stop container: operation timed out
=======
The following work around will fix the issue.
—–
+ Delete the /vz/lock/VEID.lck file (where VEID is the number of your VPS).
+ vzctl chkpnt VEID –kill
—–
Now, your VPS will be able to restart successfully.