I recently started playing with Proxmox VE 5.1.3 and so far my impressions are good.
Due to some performance overhead of KVM for a distcc compile server, I tried LXC and I get bare metal performance essentially.
The only problem is that, in order to avoid filling the local disk, I want to force some folders to the immutable flag: chattr -i /my/folder
The problem I encounter is that I am not able to do it. I don't have the error message at hand but it was like "permission denied" or something like that. All that while running the command as root. If root doesn't have the permissions, this leads me to believe it's something related to LXC. Never had such a problem before on either Gentoo or Debian.
I am using Unprivileged container. Not sure if the issue is due to user remapping or what else par of the container configuration . Using Debian 9.4 inside LXC if that helps.
Thank you for your help and keep the great work up
Due to some performance overhead of KVM for a distcc compile server, I tried LXC and I get bare metal performance essentially.
The only problem is that, in order to avoid filling the local disk, I want to force some folders to the immutable flag: chattr -i /my/folder
The problem I encounter is that I am not able to do it. I don't have the error message at hand but it was like "permission denied" or something like that. All that while running the command as root. If root doesn't have the permissions, this leads me to believe it's something related to LXC. Never had such a problem before on either Gentoo or Debian.
I am using Unprivileged container. Not sure if the issue is due to user remapping or what else par of the container configuration . Using Debian 9.4 inside LXC if that helps.
Thank you for your help and keep the great work up