Hi
I just mount a NFS server on ubuntu 18.04 to create an NFS storage for my backup
The free size for backup is 6.4 T
When mount this NFS share, the size on proxmox for this mount point is 21G ...
What's wrong ? Is ther some parameters to use in the export file on the NFS server ?
On the NFS server my export config is :
/mnt/store01 192.168.3.0/24(rw,sync,no_root_squash,no_subtree_check)
df -H command on NFS server is :
/dev/md4 6.0T 61M 5.7T 1% /home
The mount command on proxmox return
192.168.3.10:/mnt/store01 on /mnt/pve/store01 type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.3.10,mountvers=3,mountport=36843,mountproto=udp,local_lock=none,addr=192.168.3.10)
df -H on proxmox return :
192.168.3.10:/mnt/store01 21G 19G 1.4G 94% /mnt/pve/store01
thx
I just mount a NFS server on ubuntu 18.04 to create an NFS storage for my backup
The free size for backup is 6.4 T
When mount this NFS share, the size on proxmox for this mount point is 21G ...
What's wrong ? Is ther some parameters to use in the export file on the NFS server ?
On the NFS server my export config is :
/mnt/store01 192.168.3.0/24(rw,sync,no_root_squash,no_subtree_check)
df -H command on NFS server is :
/dev/md4 6.0T 61M 5.7T 1% /home
The mount command on proxmox return
192.168.3.10:/mnt/store01 on /mnt/pve/store01 type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.3.10,mountvers=3,mountport=36843,mountproto=udp,local_lock=none,addr=192.168.3.10)
df -H on proxmox return :
192.168.3.10:/mnt/store01 21G 19G 1.4G 94% /mnt/pve/store01
thx