Acl

pva00

New Member
Apr 20, 2009
21
1
1
Within a openvz container I want to use ACL's (setfacl, getfacl). But ACL's are not enabled. Is it possible to enable ACL's on the next proxmox ve release?

I enabled ACL's now in the /etc/fstab file of the proxmox ve server in line:
/dev/pve/data /var/lib/vz ext3 defaults,acl 0 1
 
I would like to experiment with Samba4, and me too need ext3 with options rw,acl,user_xattr (not only acl). In addition to join you in the hope of having them set as default (or do they impact performances?), I ask you if you had troubles enabling acl in proxmox.
 
Modified HN.
nano /etc/fstab
/dev/pve/data /var/lib/vz ext3 defaults,acl,user_xattr 0 1

reboot
verified
mount
/dev/mapper/pve-data on /var/lib/vz type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered)


But inside of the container ACL is not enabled.

mount
/dev/simfs on / type simfs (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /dev type devtmpfs (rw,relatime,mode=755)
none on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
none on /dev/shm type tmpfs (rw,relatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)



Anything else should I do on the HN? Inside the VE?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!