Skip to content

Instantly share code, notes, and snippets.

@rmoff
Created March 18, 2015 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/c21d1397bb589673b832 to your computer and use it in GitHub Desktop.
Save rmoff/c21d1397bb589673b832 to your computer and use it in GitHub Desktop.
Proxmox - cannot enter container, cannot stop it
root@proxmox03:~# vzctl enter 122
enter into CT 122 failed
root@proxmox03:~# vzctl stop 122
Stopping container ...
Child 91041 exited with status 7
Killing container ...
Child 91092 exited with status 7
Unable to stop container
TID PRIO USER DISK READ DISK WRITE SWAPIN IO> COMMAND
1026038 be/7 root 171.57 K/s 0.00 B/s 0.00 % 99.16 % rsync --stats -x --numeric-ids -aH --delete --no-whole-file --inplace /data2/private/122/ /data2/dump/vzdump-openvz-122-2015_03_18-10_42_07.tmp
1026039 be/7 root 175.22 K/s 0.00 B/s 0.00 % 96.34 % rsync --stats -x --numeric-ids -aH --delete --no-whole-file --inplace /data2/private/122/ /data2/dump/vzdump-openvz-122-2015_03_18-10_42_07.tmp

Regular vzdump process looks like it got stuck. Found the problem with iotop that showed the above threads. Killed them and everything started working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment