Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Lustre 2.10.1
-
None
-
3
-
9223372036854775807
Description
A call to security_inode_notifysecctx() on a node running SLES 12 SP3 where CONFIG_SECURITY is disabled returns -95 (EOPNOTSUPP), but a call to that function on a node running SLES 12 SP3 where CONFIG_SECURITY is enabled does not error.
SLES 12 SP3 - CONFIG_SECURITY disabled:
# mkdir testdir mkdir: cannot create directory ‘testdir’: Operation not supported #
SLES 12 SP3 - CONFIG_SECURITY enabled:
# mkdir testdir #
Lustre 2.10 commit 1d44980bcbd10f35b522acc4543a44dcea62eb72 (https://review.whamcloud.com/24426) introduced the problematic code.