Re: [Gluster-users] Exception in Geo-Replication

2019-07-18 Thread deepu srinivasan
Thank you kotresh

On Tue, Jul 2, 2019 at 12:38 PM Kotresh Hiremath Ravishankar <
khire...@redhat.com> wrote:

> You should be looking into the other log file (changes-.log)
> for actual failure.
> In your case "changes-home-sas-gluster-data-code-misc.log"
>
> On Tue, Jul 2, 2019 at 12:33 PM deepu srinivasan 
> wrote:
>
>> Any Update on this issue ?
>>
>> On Mon, Jul 1, 2019 at 4:19 PM deepu srinivasan 
>> wrote:
>>
>>> Hi
>>> I am getting this exception while starting geo-replication. Please help.
>>>
>>>  [2019-07-01 10:48:02.445475] E [repce(agent
>>> /home/sas/gluster/data/code-misc):122:worker] : call failed:
>>>
>>>  Traceback (most recent call last):
>>>
>>>File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 118,
>>> in worker
>>>
>>>  res = getattr(self.obj, rmeth)(*in_data[2:])
>>>
>>>File "/usr/libexec/glusterfs/python/syncdaemon/changelogagent.py",
>>> line 41, in register
>>>
>>>  return Changes.cl_register(cl_brick, cl_dir, cl_log, cl_level,
>>> retries)
>>>
>>>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
>>> line 45, in cl_register
>>>
>>>  cls.raise_changelog_err()
>>>
>>>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
>>> line 29, in raise_changelog_err
>>>
>>>  raise ChangelogException(errn, os.strerror(errn))
>>>
>>>  ChangelogException: [Errno 21] Is a directory
>>>
>>>  [2019-07-01 10:48:02.446341] E [repce(worker
>>> /home/sas/gluster/data/code-misc):214:__call__] RepceClient: call failed
>>> call=31023:140523296659264:1561978082.44   method=register
>>> error=ChangelogException
>>>
>>>  [2019-07-01 10:48:02.446654] E [resource(worker
>>> /home/sas/gluster/data/code-misc):1268:service_loop] GLUSTER: Changelog
>>> register failed error=[Errno 21] Is a  directory
>>>
>>
>
> --
> Thanks and Regards,
> Kotresh H R
>
___
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Exception in Geo-Replication

2019-07-18 Thread deepu srinivasan
Any Update on this issue ?

On Mon, Jul 1, 2019 at 4:19 PM deepu srinivasan  wrote:

> Hi
> I am getting this exception while starting geo-replication. Please help.
>
>  [2019-07-01 10:48:02.445475] E [repce(agent
> /home/sas/gluster/data/code-misc):122:worker] : call failed:
>
>  Traceback (most recent call last):
>
>File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 118, in
> worker
>
>  res = getattr(self.obj, rmeth)(*in_data[2:])
>
>File "/usr/libexec/glusterfs/python/syncdaemon/changelogagent.py",
> line 41, in register
>
>  return Changes.cl_register(cl_brick, cl_dir, cl_log, cl_level,
> retries)
>
>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
> line 45, in cl_register
>
>  cls.raise_changelog_err()
>
>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
> line 29, in raise_changelog_err
>
>  raise ChangelogException(errn, os.strerror(errn))
>
>  ChangelogException: [Errno 21] Is a directory
>
>  [2019-07-01 10:48:02.446341] E [repce(worker
> /home/sas/gluster/data/code-misc):214:__call__] RepceClient: call failed
> call=31023:140523296659264:1561978082.44   method=register
> error=ChangelogException
>
>  [2019-07-01 10:48:02.446654] E [resource(worker
> /home/sas/gluster/data/code-misc):1268:service_loop] GLUSTER: Changelog
> register failed error=[Errno 21] Is a  directory
>
___
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Exception in Geo-Replication

2019-07-18 Thread deepu srinivasan
Hi
I am getting this exception while starting geo-replication. Please help.

 [2019-07-01 10:48:02.445475] E [repce(agent
/home/sas/gluster/data/code-misc):122:worker] : call failed:

 Traceback (most recent call last):

   File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 118, in
worker

 res = getattr(self.obj, rmeth)(*in_data[2:])

   File "/usr/libexec/glusterfs/python/syncdaemon/changelogagent.py", line
41, in register

 return Changes.cl_register(cl_brick, cl_dir, cl_log, cl_level, retries)

   File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py", line
45, in cl_register

 cls.raise_changelog_err()

   File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py", line
29, in raise_changelog_err

 raise ChangelogException(errn, os.strerror(errn))

 ChangelogException: [Errno 21] Is a directory

 [2019-07-01 10:48:02.446341] E [repce(worker
/home/sas/gluster/data/code-misc):214:__call__] RepceClient: call
failed   call=31023:140523296659264:1561978082.44
  method=register   error=ChangelogException

 [2019-07-01 10:48:02.446654] E [resource(worker
/home/sas/gluster/data/code-misc):1268:service_loop] GLUSTER: Changelog
register failed error=[Errno 21] Is a  directory
___
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Exception in Geo-Replication

2019-07-02 Thread Kotresh Hiremath Ravishankar
You should be looking into the other log file (changes-.log)
for actual failure.
In your case "changes-home-sas-gluster-data-code-misc.log"

On Tue, Jul 2, 2019 at 12:33 PM deepu srinivasan  wrote:

> Any Update on this issue ?
>
> On Mon, Jul 1, 2019 at 4:19 PM deepu srinivasan 
> wrote:
>
>> Hi
>> I am getting this exception while starting geo-replication. Please help.
>>
>>  [2019-07-01 10:48:02.445475] E [repce(agent
>> /home/sas/gluster/data/code-misc):122:worker] : call failed:
>>
>>  Traceback (most recent call last):
>>
>>File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 118,
>> in worker
>>
>>  res = getattr(self.obj, rmeth)(*in_data[2:])
>>
>>File "/usr/libexec/glusterfs/python/syncdaemon/changelogagent.py",
>> line 41, in register
>>
>>  return Changes.cl_register(cl_brick, cl_dir, cl_log, cl_level,
>> retries)
>>
>>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
>> line 45, in cl_register
>>
>>  cls.raise_changelog_err()
>>
>>File "/usr/libexec/glusterfs/python/syncdaemon/libgfchangelog.py",
>> line 29, in raise_changelog_err
>>
>>  raise ChangelogException(errn, os.strerror(errn))
>>
>>  ChangelogException: [Errno 21] Is a directory
>>
>>  [2019-07-01 10:48:02.446341] E [repce(worker
>> /home/sas/gluster/data/code-misc):214:__call__] RepceClient: call failed
>> call=31023:140523296659264:1561978082.44   method=register
>> error=ChangelogException
>>
>>  [2019-07-01 10:48:02.446654] E [resource(worker
>> /home/sas/gluster/data/code-misc):1268:service_loop] GLUSTER: Changelog
>> register failed error=[Errno 21] Is a  directory
>>
>

-- 
Thanks and Regards,
Kotresh H R
___
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users