summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard/src/shard-messages.h
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2015-07-29 14:27:07 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-10-13 23:23:06 -0700
commitdb9ecb5d8462c50e02d5ac6089495e798d86e3df (patch)
tree6f1ca39be81cd380ecac567ad967ff14e89339e2 /xlators/features/shard/src/shard-messages.h
parenta623ece32242bb0b5af4bae07b2c5eb9094faf47 (diff)
features/shard: Return ENOTSUP as opposed to ENOTCONN in unimplemented fops
Backport of: http://review.gluster.org/12340 Change-Id: I0a3f9fffa148c89be0da8a904b3dfcb0d72bc1c5 BUG: 1271204 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com> Reviewed-on: http://review.gluster.org/12349 Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/features/shard/src/shard-messages.h')
-rw-r--r--xlators/features/shard/src/shard-messages.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/xlators/features/shard/src/shard-messages.h b/xlators/features/shard/src/shard-messages.h
index 8fe31cccc53..be019a7ca5e 100644
--- a/xlators/features/shard/src/shard-messages.h
+++ b/xlators/features/shard/src/shard-messages.h
@@ -40,7 +40,7 @@
*/
#define GLFS_COMP_BASE_SHARD GLFS_MSGID_COMP_SHARD
-#define GLFS_NUM_MESSAGES 16
+#define GLFS_NUM_MESSAGES 17
#define GLFS_MSGID_END (GLFS_COMP_BASE_SHARD + GLFS_NUM_MESSAGES + 1)
#define glfs_msg_start_x GLFS_COMP_BASE_SHARD, "Invalid: Start of messages"
@@ -166,5 +166,12 @@
*/
#define SHARD_MSG_UPDATE_FILE_SIZE_FAILED (GLFS_COMP_BASE_SHARD + 16)
+/*!
+ * @messageid 133017
+ * @diagnosis The operation invoked is not supported.
+ * @recommendedaction Use other syscalls to write to the file.
+*/
+#define SHARD_MSG_FOP_NOT_SUPPORTED (GLFS_COMP_BASE_SHARD + 17)
+
#define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"
#endif /* !_SHARD_MESSAGES_H_ */