Page 1 of 1

System Log "kernel: NFSv4 fileid > 32bits"

Posted: 11 Dec 2015 18:51
by trendco
Hi,

i use N4F not in the typically way :)

I have a Proxmox Linux Server with ZoL runing. One of the Pools there is my File-Server-Pool. To manage the Shares, i wanted a graphical Web-GUI. So i've done the following:

I' ve exported the whole Pool on my Proxmox-Machine with NFS ("/etc/exports")
-> /mnt/fileserver-pool 192.168.0.xx(rw,acl,no_subtree_check,crossmnt,no_root_squash)

I created a Virtual Machine on Proxmox-Host for N4F. There, i importet the NFS-Share with the N4F "PostInit" Script:
-> mkdir /mnt/fileserver-pool; mount_nfs -o async,nfsv4 192.168.0.xx:/mnt/fileserver-pool /mnt/fileserver-pool/

Then i created the Users, SMB/AFP Shares, DLNA, etc. in N4F and all works well (ok, ACL-Support do not work, but it's ok for my use).

But one thing is there: My System Log is full with the following messages:

Code: Select all

kernel: NFSv4 fileid > 32bits
kernel: NFSv4 mounted on fileid > 32bits
last message repeated 5 times
kernel: NFSv4 fileid > 32bits
kernel: NFSv4 mounted on fileid > 32bits
last message repeated 5 times
kernel: NFSv4 fileid > 32bits
kernel: NFSv4 mounted on fileid > 32bits
last message repeated 5 times
kernel: NFSv4 fileid > 32bits
kernel: NFSv4 mounted on fileid > 32bits
last message repeated 5 times
kernel: NFSv4 fileid > 32bits
kernel: NFSv4 mounted on fileid > 32bits
last message repeated 5 times
...
I searched for it, but couldn't find anything about it.
Any Ideas what the Problem is?
Is it only a Warning or an Error?
Is it dangerous for my Data?
I am confused.