233933
From 4c410d99792808b0c8deb601d50c66df19f73ca7 Mon Sep 17 00:00:00 2001
233933
From: Anuradha Talur <atalur@commvault.com>
233933
Date: Thu, 25 Oct 2018 17:23:10 -0400
233933
Subject: [PATCH 150/169] libglusterfs: define macros needed for cloudsync
233933
233933
backport of patch: https://review.gluster.org/#/c/glusterfs/+/21585/
233933
233933
> Change-Id: Iec5ce7f17fbf899f881a58cd20c4c967e3b71668
233933
> fixes: bz#1642168
233933
> Signed-off-by: Anuradha Talur <atalur@commvault.com>
233933
233933
Change-Id: I79e5d955559acdec7cbeb8f35c8482b3b6ff8b0f
233933
Signed-off-by: Susant Palai <spalai@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/172189
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
233933
---
233933
 libglusterfs/src/glusterfs/glusterfs.h | 4 ++++
233933
 1 file changed, 4 insertions(+)
233933
233933
diff --git a/libglusterfs/src/glusterfs/glusterfs.h b/libglusterfs/src/glusterfs/glusterfs.h
233933
index fb727fc..516b497 100644
233933
--- a/libglusterfs/src/glusterfs/glusterfs.h
233933
+++ b/libglusterfs/src/glusterfs/glusterfs.h
233933
@@ -364,6 +364,10 @@ enum gf_internal_fop_indicator {
233933
     } while (0)
233933
 
233933
 #define GF_CS_OBJECT_SIZE "trusted.glusterfs.cs.object_size"
233933
+#define GF_CS_BLOCK_SIZE "trusted.glusterfs.cs.block_size"
233933
+#define GF_CS_NUM_BLOCKS "trusted.glusterfs.cs.num_blocks"
233933
+
233933
+#define GF_CS_XATTR_ARCHIVE_UUID "trusted.cloudsync.uuid"
233933
 
233933
 #define GF_CS_OBJECT_UPLOAD_COMPLETE "trusted.glusterfs.csou.complete"
233933
 #define GF_CS_OBJECT_REMOTE "trusted.glusterfs.cs.remote"
233933
-- 
233933
1.8.3.1
233933