setfacl on OCFS2 filesystem on OEL
Dear all,
We have a OEL 5.5 server with OCFS2 installed used for Oracle Ebusiness suite.
I'm unable to do setfacl on the OCFS filesystem.
It's throwing "Operation not supported error".
[***@****]$ setfacl -m u:1234:rwx 12.0.0
setfacl: /APPL_TOP/<dir path>/12.0.0: Operation not supported
Here /APPL_TOP is a OCFS2 filesystem.
I tried using acl in the mount option as below:
/dev/xvdc /APPL_TOP ocfs2 _netdev,defaults,acl 0 0
This throwed error while mounting stating invalid mount option.
What is the mount option to be specified to make the OCFS2 filesystem aware of setfacl commands?
Thanks,
Srividhya