Subject: NFS and tagging problem
From: Kamila Cerna <punkie@fereng.cz>
Date: Wed, 22 Oct 2008 10:05:50 +0200

Hello,

I have a problem with tagging on filesystem mounted through nfs (on Debian).
I am using kernel+patch 2.6.22.19-vs2.3.0.34 on both servers (nfs server 
+ nfs client).
I have enabled option CONFIG_TAG_NFSD in kernel on both servers.

The configuration -
on nfs server (/etc/exports):
/var/lib/vservers   192.168.192.1(rw,no_root_squash,no_subtree_check)

on nfs client (/etc/fstab):
192.168.192.254:/var/lib/vservers  /var/lib/vservers    nfs          
rw,tag            0    0

When I try to mount it, I get:

host01:~# mount /var/lib/vservers/
Unsupported nfs mount option: tag

Without "tag" option, I can normally mount it.

Is this some known problem or have I something wrong, please?

Thanks,

Kamila