diff options
author | N Balachandran <nbalacha@redhat.com> | 2017-07-14 15:18:19 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2017-12-26 05:25:33 +0000 |
commit | 85a389cfced2c299faa37b6f930c2cd0ca8c72b9 (patch) | |
tree | 09099228c814ae9f4ab5f48b9b62f00dea72d297 /libglusterfs/src | |
parent | f13023862edc868d4da87609412341aecd041ed8 (diff) | |
download | glusterfs-85a389cfced2c299faa37b6f930c2cd0ca8c72b9.tar.gz glusterfs-85a389cfced2c299faa37b6f930c2cd0ca8c72b9.tar.xz glusterfs-85a389cfced2c299faa37b6f930c2cd0ca8c72b9.zip |
cluster/dht: Add migration checks to dht_(f)xattrop
The dht_(f)xattrop implementation did not implement
migration phase1/phase2 checks which could cause issues
with rebalance on sharded volumes.
This does not solve the issue where fops may reach the target
out of order.
Change-Id: I2416fc35115e60659e35b4b717fd51f20746586c
BUG: 1471031
Signed-off-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 75c12dc6d3..db4a5ec402 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -275,6 +275,7 @@ #define TIER_LINKFILE_GFID "tier-linkfile-gfid" #define DHT_SKIP_OPEN_FD_UNLINK "dont-unlink-for-open-fd" #define DHT_IATT_IN_XDATA_KEY "dht-get-iatt-in-xattr" +#define DHT_MODE_IN_XDATA_KEY "dht-get-mode-in-xattr" #define GET_LINK_COUNT "get-link-count" #define GF_GET_SIZE "get-size" |