我尝试在gpfs上使用NFSv4,但我得到了以下错误:
# nfs4_getfacl file
Operation to request attribute not supported.
# nfs4_setfacl -e file
Operation to request attribute not supported.
Failed to instantiate ACL.
我正在使用内核2.6.32开发Linux 6。gpfs出口:
/dev/gpfs1 on /gpfs type gpfs (rw,mtime,dev=gpfs1)
我该如何解决这个问题?
发布于 2015-09-14 15:03:09
您仍然必须使用mm(mmgetacl/mmputacl)来访问ACL。直接系统还不受支持,这取决于您的gpfs文件系统是如何配置的(mmlsfs -k),用于{posix、nfs4、nfs4、all},您将以相应的格式从mmgetacl获得输出
https://serverfault.com/questions/655112
复制相似问题