From 774e6d162dd826be6357de6112bac5a345790a9e Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 13 Aug 2013 11:02:21 +0530 Subject: gsyncd / geo-rep: use the correct virtual xattr to collect 'gfid' Change-Id: Ifea32ad1b2695f1668428fae6b263014bf320b70 BUG: 996379 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/5589 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- geo-replication/syncdaemon/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geo-replication') diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index 968cd4029..128ea3980 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -398,7 +398,7 @@ class Server(object): @classmethod def gfid(cls, gfidpath): - return errno_wrap(Xattr.lgetxattr, [gfidpath, 'glusterfs.gfid', cls.GX_GFID_CANONICAL_LEN], [ENOENT]) + return errno_wrap(Xattr.lgetxattr, [gfidpath, 'glusterfs.gfid.string', cls.GX_GFID_CANONICAL_LEN], [ENOENT]) @classmethod def node_uuid(cls, path='.'): -- cgit