Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170569

NFS VZ QUOTA file softlimit exceeded

$
0
0
I have a repeated issue with a Zoneminder container.
This can be easily repeated with any CentOS 6 x64, with Zoneminder 1.26 and above.
Clean installation of a standard VZ always presents the following errors in the CT and Proxmox Host.
Code:

kernel: VZ QUOTA: file softlimit exceeded for id=116
My PVE version:
Code:

pveversionpve-manager/3.1-24/060bd5a6 (running kernel: 2.6.32-26-pve)
My storage.cfg:
Code:

cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content images,iso,vztmpl,rootdir
        maxfiles 0


nfs: OpenFiler
        path /mnt/pve/OpenFiler
        server 192.168.222.150
        export /mnt/vg_nfs/nfs-ext3/nfs-datastore
        options vers=3
        content images,backup,rootdir
        maxfiles 1


nfs: backups01
        path /mnt/pve/backups01
        server 192.168.222.11
        export /vdev1/proxBKUP
        options vers=3
        content backup
        maxfiles 3


nfs: iso01
        path /mnt/pve/iso01
        server 192.168.222.11
        export /vdev1/proxISO
        options vers=3
        content iso
        maxfiles 0


nfs: templates01
        path /mnt/pve/templates01
        server 192.168.222.11
        export /vdev1/proxISO
        options vers=3
        content vztmpl
        maxfiles 0


nfs: Omni01KVM
        path /mnt/pve/Omni01KVM
        server 192.168.222.11
        export /vdev1/proxKVM
        options vers=3
        content images
        maxfiles 0


nfs: Omni1CT
        path /mnt/pve/Omni1CT
        server 192.168.222.11
        export /vdev1/proxCT
        options vers=3
        content rootdir
        maxfiles 0


nfs: Omni2CT
        path /mnt/pve/Omni2CT
        server 192.168.222.12
        export /poolPROX/proxCT
        options vers=3
        content rootdir
        maxfiles 0


nfs: Net30Backup
        path /mnt/pve/Net30Backup
        server 192.168.222.12
        export /poolPROX/BACKUPS
        options vers=3
        content backup
        maxfiles 30


nfs: Omni2KVM
        path /mnt/pve/Omni2KVM
        server 192.168.222.12
        export /poolPROX/proxKVM
        options vers=3
        content images
        maxfiles 0


nfs: backups2
        path /mnt/pve/backups2
        server 192.168.222.12
        export /poolPROX/BACKUPS
        options vers=3
        content rootdir,backup
        maxfiles 3

My 116.conf:
Code:

cat /etc/pve/openvz/116.conf
ONBOOT="yes"


PHYSPAGES="0:4096M"
SWAPPAGES="0:1024M"
KMEMSIZE="1861M:2048M"
DCACHESIZE="930M:1024M"
LOCKEDPAGES="2048M"
PRIVVMPAGES="unlimited"
SHMPAGES="unlimited"
NUMPROC="unlimited"
VMGUARPAGES="0:unlimited"
OOMGUARPAGES="0:unlimited"
NUMTCPSOCK="unlimited"
NUMFLOCK="unlimited"
NUMPTY="unlimited"
NUMSIGINFO="unlimited"
TCPSNDBUF="unlimited"
TCPRCVBUF="unlimited"
OTHERSOCKBUF="unlimited"
DGRAMRCVBUF="unlimited"
NUMOTHERSOCK="unlimited"
NUMFILE="unlimited"
NUMIPTENT="unlimited"


# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="104857600:115343360"
DISKINODES="20000000:22000000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"


# CPU fair scheduler parameter
CPUUNITS="1000"
CPUS="4"
HOSTNAME="zwtzone.hcpct2.hc.hctx.net"
SEARCHDOMAIN="hcpct2.hc.hctx.net"
NAMESERVER="10.30.27.160"
NETIF="ifname=eth0,bridge=vmbr1,mac=4E:AD:2A:ED:82:50,host_ifname=veth116.0,host_mac=72:ED:2B:53:42:F0"
VE_ROOT="/var/lib/vz/root/116"
VE_PRIVATE="/mnt/pve/Omni1CT/private/116"
OSTEMPLATE="centos-6-x86_64.tar.gz"

The container was created with 100gb of space. All attached and local storage have more than 100GB available. The CT should be located on Omni1CT

Any help is appreciated. Please let me know what I should do, or if you need any additional info.

Viewing all articles
Browse latest Browse all 170569

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>