Hi to all,
I'm in a production environment and I'm on a 3 node ceph cluster so I know that I can migrate my vms to the other nodes but in this particular moment I prefer to not migrate anything cause I don't want to restart the affected node. I have a container id 118 that after a backup failure gone in locked state, so I run the following commands
then it becomes unresponsive so I tried to kill the related [lxc-monitor]
now the container is shutdown but I cannot start again this cause I'm receiving this
if I run ps ax | grep lxc there is a status D tar process that obviuosly I cannot kill
any idea on a way to start again this container without rebboting the node?
many thanks
I'm in a production environment and I'm on a 3 node ceph cluster so I know that I can migrate my vms to the other nodes but in this particular moment I prefer to not migrate anything cause I don't want to restart the affected node. I have a container id 118 that after a backup failure gone in locked state, so I run the following commands
Code:
cpt unlock 118
rbd snap rm ceph/vm-118-disk-1@vzdump
then it becomes unresponsive so I tried to kill the related [lxc-monitor]
Code:
kill -9 {related lxc-monitor-118 pid}
now the container is shutdown but I cannot start again this cause I'm receiving this
Code:
TASK ERROR: command 'systemctl start pve-container@118' failed: exit code 1
if I run ps ax | grep lxc there is a status D tar process that obviuosly I cannot kill
Code:
758371 ? D 0:55 tar cpf - --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs --xattrs-include=user.* --xattrs-include=security.capability --warning=no-file-ignored --warning=no-xattr-write --one-file-system --warning=no-file-ignored --directory=/mnt/pve/Anekup/dump/vzdump-lxc-118-2019_07_25-03_00_10.tmp ./etc/vzdump/pct.conf --directory=/mnt/vzsnap0 --no-anchored --exclude=lost+found --anchored --exclude=./tmp/?* --exclude=./var/tmp/?* --exclude=./var/run/?*.pid ./
any idea on a way to start again this container without rebboting the node?
many thanks