I create a container and the strange thing is that it was created on disk-0 and disk-1 (I notice that I need to do the creation process 2 times maybe it's for that, I don't know)
The thing is I want to destroy the container and I can't:
Any help please? I'm stuck
The thing is I want to destroy the container and I can't:
Code:
root@ns3128946:~# pct destroy 106
zfs error: cannot destroy 'rpool/subvol-106-disk-0': dataset is busy
Code:
root@ns3128946:~# zfs list -r -o name,mountpoint,mounted
NAME MOUNTPOINT MOUNTED
rpool /rpool yes
rpool/ROOT /rpool/ROOT yes
rpool/ROOT/pve-1 / yes
rpool/data /rpool/data yes
rpool/subvol-100-disk-0 /rpool/subvol-100-disk-0 yes
rpool/subvol-101-disk-0 /rpool/subvol-101-disk-0 yes
rpool/subvol-102-disk-0 /rpool/subvol-102-disk-0 yes
rpool/subvol-103-disk-0 /rpool/subvol-103-disk-0 yes
rpool/subvol-104-disk-0 /rpool/subvol-104-disk-0 yes
rpool/subvol-105-disk-0 /rpool/subvol-105-disk-0 yes
rpool/subvol-106-disk-0 /rpool/subvol-106-disk-0 no
rpool/subvol-106-disk-1 /rpool/subvol-106-disk-1 yes
rpool/swap
Any help please? I'm stuck