I have a pretty basic Apache two node cluster with flat files on SAN using OCFS2 file system mounted on both nodes.The website is working as expected, but I see a lot of the following messages in both servers' syslogs:
On Apache 1
[248816.701082] (apache2,62749,1):ocfs2_mknod:459 ERROR: status = -31
[248816.702187] (apache2,62749,1):ocfs2_mkdir:613 ERROR: status = -31
On Apache2
[249043.856561] (apache2,46225,2):ocfs2_mknod:459 ERROR: status = -31
[249043.858633] (apache2,46225,2):ocfs2_mkdir:613 ERROR: status = -31
There are around 6000 such lines logged every single day and the error is always about
ocfs2_mknod:459 and ocfs2_mkdir:613.
Anyone seen this before? I would really like to get rid of these error messages.