diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
| -rw-r--r-- | xlators/storage/posix/src/posix.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 9ed82fc4bbc..80ddab64b50 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -55,7 +55,11 @@ #define ACL_BUFFER_MAX 4096 /* size of character buffer */ -#define LINKTO "trusted.glusterfs.dht.linkto" +#define DHT_LINKTO "trusted.glusterfs.dht.linkto" +/* + * TIER_MODE need to be changed when we stack tiers + */ +#define TIER_LINKTO "trusted.tier.tier-dht.linkto" #define POSIX_GFID_HANDLE_SIZE(base_path_len) (base_path_len + SLEN("/") \ + SLEN(GF_HIDDEN_PATH) + SLEN("/") \ |
