hi,
i got a problem with unmounting a vm:
so i tried lsof to find out which process is blocking it:
but process 1066300 is not lxc-start, its a kernel thread:
and there is noch lxc-start process running for this vm:
so what happened? did the lxc-start process died and didnt close its file descriptor?
is there a way to repair that without a restart?
any help is welcome, thanks in advance and regards, joern
edit:
with all updates/upgrades
i got a problem with unmounting a vm:
Code:
# pct list
VMID Status Lock Name
106 running mounted panel
# pct unmount 106
umount: /var/lib/lxc/106/rootfs: target is busy.
command 'umount -d /var/lib/lxc/106/rootfs/' failed: exit code 32
so i tried lsof to find out which process is blocking it:
Code:
# lsof -w | grep "/var/lib/lxc/106/rootfs"
lxc-start 1066300 root 12r REG 147,1018 0 46239 /var/lib/lxc/106/rootfs/.lxc_keep (deleted)
but process 1066300 is not lxc-start, its a kernel thread:
Code:
# ps aux | grep 1066300
root 1066300 0.0 0.0 8324 3044 ? Ss Jun28 0:21 [lxc monitor] /var/lib/lxc 106
and there is noch lxc-start process running for this vm:
Code:
# ps aux | grep lxc-start
#
so what happened? did the lxc-start process died and didnt close its file descriptor?
is there a way to repair that without a restart?
any help is welcome, thanks in advance and regards, joern
edit:
Code:
# cat /etc/debian_version
11.7
# cat /proc/version
Linux version 5.15.102-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z)
#
with all updates/upgrades
Last edited: