Hello,
After upgrading our Proxmox VE server from **v8 to v9**, a backup script running **inside an unprivileged LXC container** now fails on this line:
Error:
This command successfully enforced project quotas (ext4 project ID quota) in PVE 8 but fails consistently in PVE 9.
Environment
After upgrading our Proxmox VE server from **v8 to v9**, a backup script running **inside an unprivileged LXC container** now fails on this line:
Code:
chattr -R +P -p 49 /backups/foo-bar
Error:
Code:
chattr: Operation not supported while setting project on /backups/foo-bar/...
This command successfully enforced project quotas (ext4 project ID quota) in PVE 8 but fails consistently in PVE 9.
Environment
- Proxmox VE: 9.1.4
- LXC Container: Unprivileged, Debian/Ubuntu template
- Storage: /backups (filesystem: df -T /backups, mount: mount | grep /backups)
- $ df -T /backups
Filesystem Type 1K-blocks Used Available Use% Mounted on
rpool/data/subvol-120-disk-2 zfs 33464308736 9462926336 24001382400 29% /backups
- $ df -T /backups
- Purpose: Enforce project quotas on backup directories
- Is chattr +P permanently unsupported in unprivileged LXC on PVE 9?
- Can this be enabled via LXC config/capabilities?