diff options
author | shishir gowda <shishirng@gluster.com> | 2011-06-10 05:11:51 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-13 21:38:34 -0700 |
commit | f87ec977c2c6bf8c562c11ad72069648beb6d8cd (patch) | |
tree | 05a1587272ddd0594e5d76d0d54f75264bf51ea5 /xlators | |
parent | 89e277a5deb2cd5191106119e91bf285a5b74e51 (diff) |
DHT selheal dir: Recreate dirs with correct gfid.
When selfheal of dir is triggered, make sure the dirs are recreated
with the correct gfid, to prevent mismatch of gfids in the backend.
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2994 ([glusterfs-3.2.1qa2]: untar and rm in parallel hangs untar)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2994
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 8ca986d78..678457a3b 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -4107,6 +4107,7 @@ unlock: /* TODO: neater interface needed below */ local->stbuf.ia_type = local->loc.inode->ia_type; + uuid_copy (local->gfid, local->loc.inode->gfid); dht_selfheal_restore (frame, dht_rmdir_selfheal_cbk, &local->loc, local->layout); } else { |