summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard/src/shard-messages.h
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2017-12-06 16:55:33 +0530
committerPranith Kumar K <pkarampu@redhat.com>2018-03-05 10:23:03 +0530
commit2347debbaf229707b1d957d67cefbe999cbd52d4 (patch)
tree289d96275f02c64318fedba319206e2ae42b5e6c /xlators/features/shard/src/shard-messages.h
parent259448385c8017448d1da203979bf1e86126be64 (diff)
features/shard: Upon FSYNC from upper layers, wind fsync on all changed shards
Change-Id: Ib74354f57a18569762ad45a51f182822a2537421 BUG: 1468483 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'xlators/features/shard/src/shard-messages.h')
-rw-r--r--xlators/features/shard/src/shard-messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/features/shard/src/shard-messages.h b/xlators/features/shard/src/shard-messages.h
index 9a232a8e7ff..d7296fc214f 100644
--- a/xlators/features/shard/src/shard-messages.h
+++ b/xlators/features/shard/src/shard-messages.h
@@ -41,7 +41,8 @@ GLFS_MSGID(SHARD,
SHARD_MSG_TRUNCATE_LAST_SHARD_FAILED,
SHARD_MSG_UPDATE_FILE_SIZE_FAILED,
SHARD_MSG_FOP_NOT_SUPPORTED,
- SHARD_MSG_INVALID_FOP
+ SHARD_MSG_INVALID_FOP,
+ SHARD_MSG_MEMALLOC_FAILED
);
#endif /* !_SHARD_MESSAGES_H_ */