Hello,
I appear to have an issue where permissions are changing on a reboot on a zfs volume. Volume is an SSD as zfs. All the container subvolumes below except 104 were created this morning the permissions somehow changed from 100000 to root and 700. After this, they will no longer start. These are all ubuntu 20.04 or 18.04 containers.
I created 104 as a test container, works perfectly. As a test, I restarted the system and low and behold, that container also changed to root:root and 700 permissions:
I originally only restarted because of some network issues, but this is going to be a major issue on something like a kernel upgrade.
Pveversion:
Can I please get some help?
I appear to have an issue where permissions are changing on a reboot on a zfs volume. Volume is an SSD as zfs. All the container subvolumes below except 104 were created this morning the permissions somehow changed from 100000 to root and 700. After this, they will no longer start. These are all ubuntu 20.04 or 18.04 containers.
Code:
root@pve:/vm# ls -l
total 13
drwxr----- 2 root root 2 Jul 10 14:13 subvol-100-disk-0
drwxr----- 2 root root 2 Jul 10 11:14 subvol-101-disk-0
drwxr----- 2 root root 2 Jul 10 11:14 subvol-102-disk-0
drwxr----- 2 root root 2 Jul 10 11:15 subvol-103-disk-0
drwxr-xr-x 21 100000 100000 21 Jul 10 14:28 subvol-104-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-500-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-501-disk-0
drwxr----- 2 root root 2 Jul 8 10:24 subvol-700-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-701-disk-0
I created 104 as a test container, works perfectly. As a test, I restarted the system and low and behold, that container also changed to root:root and 700 permissions:
Code:
root@pve:/vm# ls -l
total 5
drwxr----- 2 root root 2 Jul 10 14:13 subvol-100-disk-0
drwxr----- 3 root root 3 Jul 10 16:11 subvol-101-disk-0
drwxr----- 2 root root 2 Jul 10 11:14 subvol-102-disk-0
drwxr----- 2 root root 2 Jul 10 11:15 subvol-103-disk-0
drwxr----- 2 root root 2 Jul 10 14:28 subvol-104-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-500-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-501-disk-0
drwxr----- 2 root root 2 Jul 8 10:24 subvol-700-disk-0
drwxr----- 3 root root 3 Jul 10 14:18 subvol-701-disk-0
I originally only restarted because of some network issues, but this is going to be a major issue on something like a kernel upgrade.
Pveversion:
Code:
root@pve:/vm# pveversion -v
proxmox-ve: 6.2-1 (running kernel: 5.4.44-2-pve)
pve-manager: 6.2-6 (running version: 6.2-6/ee1d7754)
pve-kernel-5.4: 6.2-4
pve-kernel-helper: 6.2-4
pve-kernel-5.4.44-2-pve: 5.4.44-2
pve-kernel-5.4.44-1-pve: 5.4.44-1
pve-kernel-5.4.34-1-pve: 5.4.34-2
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.4-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: residual config
ifupdown2: 3.0.0-1+pve2
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.16-pve1
libproxmox-acme-perl: 1.0.4
libpve-access-control: 6.1-1
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.1-3
libpve-guest-common-perl: 3.0-10
libpve-http-server-perl: 3.0-5
libpve-storage-perl: 6.1-8
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.2-1
lxcfs: 4.0.3-pve3
novnc-pve: 1.1.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.2-8
pve-cluster: 6.1-8
pve-container: 3.1-8
pve-docs: 6.2-4
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-2
pve-firmware: 3.1-1
pve-ha-manager: 3.0-9
pve-i18n: 2.1-3
pve-qemu-kvm: 5.0.0-4
pve-xtermjs: 4.3.0-1
qemu-server: 6.2-3
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.4-pve1
Can I please get some help?