Re: [Centos7x64] Geo-replication problem glusterfs 3.7.0-2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Wodel,

Is the sync mode, tar over ssh (i.e., config use_tarssh is true) ?
If yes, there is known issue with it and patch is already up in master.

But it can be resolved in either of the two ways. 

1. If sync mode required is tar over ssh, just disable sync_xattrs which is true
   by default.

    gluster vol geo-rep <master-vol> <slave-host>::<slave-vol> config sync_xattrs false

2. If sync mode is ok to be changed to rsync. Please do.
    
    gluster vol geo-rep <master-vol> <slave-host>::<slave-vol> use_tarssh false

NOTE: rsync supports syncing of acls and xattrs where as tar over ssh does not.
      In 3.7.0-2, tar over ssh should be used with sync_xattrs to false

Hope this helps.

Thanks and Regards,
Kotresh H R

----- Original Message -----
> From: "wodel youchi" <wodel.youchi@xxxxxxxxx>
> To: "gluster-users" <gluster-users@xxxxxxxxxxx>
> Sent: Sunday, May 24, 2015 3:31:38 AM
> Subject:  [Centos7x64] Geo-replication problem glusterfs	3.7.0-2
> 
> Hi,
> 
> I have two gluster servers in replicated mode as MASTERS
> and one server for replicated geo-replication.
> 
> I've updated my glusterfs installation to 3.7.0-2, all three servers
> 
> I've recreated my slave volumes
> I've started the geo-replication, it worked for a while and now I have some
> problmes
> 
> 1- Files/directories are not deleted on slave
> 2- New files/rectories are not synced to the slave.
> 
> I have these lines on the active master
> 
> [2015-05-23 06:21:17.156939] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> 'e529a399-756d-4cb1-9779-0af2822a0d94', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/874799ef-df75-437b-bc8f-3fcd58b54789/main.mdb', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.158066] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> 'b4bffa4c-2e88-4b60-9f6a-c665c4d9f7ed', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/874799ef-df75-437b-bc8f-3fcd58b54789/main.hdb', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.159154] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '9920cdee-6b87-4408-834b-4389f5d451fe', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/874799ef-df75-437b-bc8f-3fcd58b54789/main.db', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.160242] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '307756d2-d924-456f-b090-10d3ff9caccb', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/874799ef-df75-437b-bc8f-3fcd58b54789/main.ndb', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.161283] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '69ebb4cb-1157-434b-a6e9-386bea81fc1d', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/874799ef-df75-437b-bc8f-3fcd58b54789/COPYING', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.162368] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '7d132fda-fc82-4ad8-8b6c-66009999650c', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/f6f2582e-0c5c-4cba-943a-6d5f64baf340/daily.cld', 'op': 'CREATE'}, 2)
> [2015-05-23 06:21:17.163718] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> 'd8a0303e-ba45-4e45-a8fd-17994c34687b', 'gid': 0, 'mode': 16832, 'entry':
> '.gfid/f6f2582e-0c5c-4cba-943a-6d5f64baf340/clamav-54acc14b44e696e1cfb4a75ecc395fe0',
> 'op': 'MKDIR'}, 2)
> [2015-05-23 06:21:17.165102] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '49d42bf6-3146-42bd-bc29-e704927d6133', 'gid': 0, 'mode': 16832, 'entry':
> '.gfid/f6f2582e-0c5c-4cba-943a-6d5f64baf340/clamav-debec3aa6afe64bffaee8d099e76f3d4',
> 'op': 'MKDIR'}, 2)
> [2015-05-23 06:21:17.166147] W [master(/mnt/brick2/brick):792:log_failures]
> _GMaster: ENTRY FAILED: ({'uid': 0, 'gfid':
> '1ddb93ae-3717-4347-910f-607afa67cdb0', 'gid': 0, 'mode': 33152, 'entry':
> '.gfid/49d42bf6-3146-42bd-bc29-e704927d6133/clamav-704a1e9a3e2c97ccac127632d7c6b8e4',
> 'op': 'CREATE'}, 2)
> 
> 
> in the slave lot of lines like this
> 
> [2015-05-22 07:53:57.071999] W [fuse-bridge.c:1970:fuse_create_cbk]
> 0-glusterfs-fuse: 25833: /.gfid/03a5a40b-c521-47ac-a4e3-916a6df42689 => -1
> (Operation not permitted)
> 
> 
> in the active master I have 3.7 GB of XSYNC-CHANGELOG.xxxxxxx files in
> /var/lib/misc/glusterfsd/data2/ssh%3A%2F%2Froot%4010.10.10.10%3Agluster%3A%2F%2F127.0.0.1%3Aslavedata2/e55761a256af4acfe9b4a419be62462a/xsync
> 
> I don't know if this is normal.
> 
> any idea?
> 
> 
> _______________________________________________
> Gluster-users mailing list
> Gluster-users@xxxxxxxxxxx
> http://www.gluster.org/mailman/listinfo/gluster-users
_______________________________________________
Gluster-users mailing list
Gluster-users@xxxxxxxxxxx
http://www.gluster.org/mailman/listinfo/gluster-users




[Index of Archives]     [Gluster Development]     [Linux Filesytems Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux