Skip to main content

Empty /etc/fstab after cpanel installation on Centos 7 container under proxmox

Comments

2 comments

  • imrans
    Hello, I have found the solution, as with proxmox we can enable quota from gui, by editing Proxmox -> Resources -> Root Disk -> Enable Quota sometime this option is disabled and we can not check this option. in this case we have to go through SSH and edit the .conf file of lxc. this is correct way rootfs: local:909/vm-909-disk-0.raw,size=106G,quota=1 Just added the "quota=1" at the end of the existing disk line. then start the container touch /aquota.user touch /aquota.group chmod 0600 /aquota.user chmod 0600 /aquota.group Thats it. Hope every one will be able to fix the quota issue in virtual machines . LXC containers under proxmox . This issue is resolved.
    0
  • cPanelLauren
    Glad to see you were able to resolve the issue and thank you so much for adding what resolved it for you!
    0

Please sign in to leave a comment.