Linux

gpfs 上的 NFSv4 ACL

  • September 14, 2015

我嘗試在 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 RH 6。gpfs 導出:

/dev/gpfs1 on /gpfs type gpfs (rw,mtime,dev=gpfs1)

我怎麼解決這個問題?

您仍然必須使用 mm-cmds (mmgetacl/mmputacl) 來訪問 ACL。取決於您的 gpfs​​ 文件系統如何為 {posix | 配置 (mmlsfs -k) nfs4 | all} 您將從 mmgetacl 獲得相應格式的輸出

引用自:https://serverfault.com/questions/655112