Re: Issue in Adding/Removing the gluster node

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

 



Hi Gaurav,

Both are the board connect through the backplane using ethernet.

Even this inconsistency also occurs when I am trying to bringing back the node in slot. Means some time add-brick executes without failure but some time following error occurs.

volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.


You can also see the attached logs for add-brick failure scenario.

Please let me know if you need more logs.

Regards,
Abhishek


On Fri, Feb 19, 2016 at 5:03 PM, Gaurav Garg <ggarg@xxxxxxxxxx> wrote:
Hi Abhishek,

How are you connecting two board, and how are you removing it manually that need to know because if you are removing your 2nd board from the cluster (abrupt shutdown) then you can't perform remove brick operation in 2nd node from first node and its happening successfully in your case. could you ensure your network connection once again while removing and bringing back your node again.

Thanks,
Gaurav 


From: "ABHISHEK PALIWAL" <abhishpaliwal@xxxxxxxxx>
To: "Gaurav Garg" <ggarg@xxxxxxxxxx>
Cc: gluster-users@xxxxxxxxxxx
Sent: Friday, February 19, 2016 3:36:21 PM

Subject: Re: [Gluster-users] Issue in Adding/Removing the gluster node

Hi Gaurav,

Thanks for reply

1. Here, I removed the board manually here but this time it works fine

[2016-02-18 10:03:40.601472]  : volume remove-brick c_glusterfs replica 1 10.32.1.144:/opt/lvmdir/c2/brick force : SUCCESS
[2016-02-18 10:03:40.885973]  : peer detach 10.32.1.144 : SUCCESS   

Yes this time board is reachable but how? don't know because board is detached.

2. Here, I attached the board this time its works fine in add-bricks

2016-02-18 10:03:42.065038]  : peer probe 10.32.1.144 : SUCCESS   
[2016-02-18 10:03:44.563546]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : SUCCESS

3.Here, again I removed the board this time failed occur

[2016-02-18 10:37:02.816089]  : volume remove-brick c_glusterfs replica 1 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Incorrect brick 10.32.1.144:/opt
/lvmdir/c2/brick for volume c_glusterfs

but here board is not reachable.

why this inconsistency is there while doing the same step multiple time.

Hope you are getting my point.

Regards,
Abhishek

On Fri, Feb 19, 2016 at 3:25 PM, Gaurav Garg <ggarg@xxxxxxxxxx> wrote:
Abhishek,

when sometime its working fine means 2nd board network connection is reachable to first node. you can conform this by executing same #gluster peer status command.

Thanks,
Gaurav

----- Original Message -----
From: "ABHISHEK PALIWAL" <abhishpaliwal@xxxxxxxxx>
To: "Gaurav Garg" <ggarg@xxxxxxxxxx>
Cc: gluster-users@xxxxxxxxxxx
Sent: Friday, February 19, 2016 3:12:22 PM
Subject: Re: Issue in Adding/Removing the gluster node

Hi Gaurav,

Yes, you are right actually I am force fully detaching the node from the
slave and when we removed the board it disconnected from the another board.

but my question is I am doing this process multiple time some time it works
fine but some time it gave these errors.


you can see the following logs from cmd_history.log file

[2016-02-18 10:03:34.497996]  : volume set c_glusterfs nfs.disable on :
SUCCESS
[2016-02-18 10:03:34.915036]  : volume start c_glusterfs force : SUCCESS
[2016-02-18 10:03:40.250326]  : volume status : SUCCESS
[2016-02-18 10:03:40.273275]  : volume status : SUCCESS
[2016-02-18 10:03:40.601472]  : volume remove-brick c_glusterfs replica 1
10.32.1.144:/opt/lvmdir/c2/brick force : SUCCESS
[2016-02-18 10:03:40.885973]  : peer detach 10.32.1.144 : SUCCESS
[2016-02-18 10:03:42.065038]  : peer probe 10.32.1.144 : SUCCESS
[2016-02-18 10:03:44.563546]  : volume add-brick c_glusterfs replica 2
10.32.1.144:/opt/lvmdir/c2/brick force : SUCCESS
[2016-02-18 10:30:53.297415]  : volume status : SUCCESS
[2016-02-18 10:30:53.313096]  : volume status : SUCCESS
[2016-02-18 10:37:02.748714]  : volume status : SUCCESS
[2016-02-18 10:37:02.762091]  : volume status : SUCCESS
[2016-02-18 10:37:02.816089]  : volume remove-brick c_glusterfs replica 1
10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Incorrect brick
10.32.1.144:/opt/lvmdir/c2/brick for volume c_glusterfs


On Fri, Feb 19, 2016 at 3:05 PM, Gaurav Garg <ggarg@xxxxxxxxxx> wrote:

> Hi Abhishek,
>
> Seems your peer 10.32.1.144 have disconnected while doing remove brick.
> see the below logs in glusterd:
>
> [2016-02-18 10:37:02.816009] E [MSGID: 106256]
> [glusterd-brick-ops.c:1047:__glusterd_handle_remove_brick] 0-management:
> Incorrect brick 10.32.1.144:/opt/lvmdir/c2/brick for volume c_glusterfs
> [Invalid argument]
> [2016-02-18 10:37:02.816061] E [MSGID: 106265]
> [glusterd-brick-ops.c:1088:__glusterd_handle_remove_brick] 0-management:
> Incorrect brick 10.32.1.144:/opt/lvmdir/c2/brick for volume c_glusterfs
> The message "I [MSGID: 106004]
> [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer
> <10.32.1.144> (<6adf57dc-c619-4e56-ae40-90e6aef75fe9>), in state <Peer in
> Cluster>, has disconnected from glusterd." repeated 25 times between
> [2016-02-18 10:35:43.131945] and [2016-02-18 10:36:58.160458]
>
>
>
> If you are facing the same issue now, could you paste your # gluster peer
> status     command output here.
>
> Thanks,
> ~Gaurav
>
> ----- Original Message -----
> From: "ABHISHEK PALIWAL" <abhishpaliwal@xxxxxxxxx>
> To: gluster-users@xxxxxxxxxxx
> Sent: Friday, February 19, 2016 2:46:35 PM
> Subject: Issue in Adding/Removing the gluster node
>
> Hi,
>
>
> I am working on two board setup connecting to each other. Gluster version
> 3.7.6 is running and added two bricks in replica 2 mode but when I manually
> removed (detach) the one board from the setup I am getting the following
> error.
>
> volume remove-brick c_glusterfs replica 1 10.32.1.144:/opt/lvmdir/c2/brick
> force : FAILED : Incorrect brick 10.32.1.144:/opt/lvmdir/c2/brick for
> volume c_glusterfs
>
> Please find the logs file as an attachment.
>
>
> Regards,
> Abhishek
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users@xxxxxxxxxxx
> http://www.gluster.org/mailman/listinfo/gluster-users
>



--




Regards
Abhishek Paliwal



--




Regards
Abhishek Paliwal





[2016-01-30 04:21:59.112155]  : volume set c_glusterfs nfs.disable on : SUCCESS
[2016-01-30 04:21:59.348529]  : volume start c_glusterfs force : SUCCESS
[2016-01-30 04:31:08.161058]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:09.206103]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:10.253132]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:11.298481]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:12.343260]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:13.392372]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:14.436953]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:15.483231]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:16.529063]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:17.574974]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:18.620079]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:19.664525]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:20.708770]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:21.755388]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:22.802261]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:23.849979]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:24.898479]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:25.942902]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:26.987876]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:28.033524]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:29.078951]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:30.125081]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:31.170055]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:32.214977]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:33.259686]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:34.304317]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:35.349127]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:36.394941]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:37.440362]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:38.487832]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:39.534469]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:40.578945]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:41.623199]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:42.670080]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:43.716782]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:44.761472]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:45.806272]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:46.850690]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:47.894784]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:48.939662]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:49.986893]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:51.032481]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:52.077219]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:53.123175]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:54.169976]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:55.216191]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:56.260698]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:57.307101]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:58.354730]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:31:59.400789]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:00.447321]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:01.493156]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:02.540836]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:03.588059]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:04.634734]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:05.681405]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:06.727104]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:07.772134]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:08.817438]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:09.862630]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:10.910135]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:11.955735]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:13.000269]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:14.046048]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:15.093494]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:16.139076]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:17.183807]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:18.228749]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:19.275179]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:20.323313]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:21.368995]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:22.414705]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:23.463891]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:24.509884]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:25.556292]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:26.601987]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:27.646315]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:28.692500]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:29.738777]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:30.785563]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:31.831342]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:32.876343]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:33.920558]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:34.969345]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:36.013249]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:37.057960]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:38.103338]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:39.149493]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:40.195862]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:41.240477]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:42.284896]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:43.330146]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:44.376021]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:45.422552]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:46.467895]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:47.513398]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:48.558006]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:49.602754]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:50.647631]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:32:51.692254]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Another transaction is in progress for c_glusterfs. Please try again after sometime.
[2016-01-30 04:39:16.976377]  : volume add-brick c_glusterfs replica 2 10.32.1.144:/opt/lvmdir/c2/brick force : FAILED : Locking failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:12:03.345309]  : volume status : FAILED : Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:12:44.349098]  : volume status all : FAILED : Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:30:04.436199]  : volume status all : FAILED : Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:30:04.437085]  : volume status : FAILED : Staging failed on 10.32.1.144. Please check log file for details.
[2016-01-30 04:21:58.922121] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:58.934342] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:58.934627] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:58.935417] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-01-30 04:21:58.935619] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:58.958136] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:58.970026] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:58.970326] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:58.970824] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-01-30 04:21:58.971016] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:58.993305] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:59.005321] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:59.005623] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:59.112377] I [cli-rpc-ops.c:2087:gf_cli_set_volume_cbk] 0-cli: Received resp to set
[2016-01-30 04:21:59.112579] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:59.133825] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:59.145943] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:59.146209] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:59.148043] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-01-30 04:21:59.148233] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:59.171592] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:59.183441] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:59.183678] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:59.185526] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:59.209806] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:21:59.223302] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:59.223613] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:21:59.348790] I [cli-rpc-ops.c:1348:gf_cli_start_volume_cbk] 0-cli: Received resp to start volume
[2016-01-30 04:21:59.348945] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:29:06.964728] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:29:06.978396] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:29:06.978683] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:06.980458] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-01-30 04:29:06.980668] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:29:07.012303] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:29:07.025746] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:29:07.025976] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:07.028016] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:29:07.059362] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:29:07.071663] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:29:07.072093] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:07.072475] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:29:07.105014] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:29:07.117079] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:29:07.117505] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:10.116522] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:13.116808] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:16.117128] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:19.117499] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:22.117813] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:25.118135] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:28.118460] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:31.118793] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:34.119110] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:37.119425] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:40.119733] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:43.120055] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:46.120377] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:49.120725] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:52.121043] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:55.121358] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:29:58.121693] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:01.122013] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:04.122334] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:07.122662] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:10.122999] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:13.123320] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:16.123652] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:19.123986] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:22.124301] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:25.124635] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:28.124955] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:31.125274] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:34.125609] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:37.125872] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:40.126215] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:43.126546] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:46.126872] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:49.127221] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:52.127551] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:55.127875] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:30:58.128200] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:01.128522] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:04.128807] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:07.117626] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:08.147559] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:08.159713] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:08.160252] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:08.161194] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:08.161296] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:09.191441] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:09.203405] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:09.203835] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:09.206247] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:09.206342] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:10.238347] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:10.250566] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:10.251005] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:10.253309] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:10.253480] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:11.283916] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:11.295839] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:11.296266] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:11.298634] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:11.298727] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:12.328617] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:12.340603] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:12.341038] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:12.343449] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:12.343590] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:13.376653] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:13.389877] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:13.391528] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:13.392530] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:13.392687] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:14.422344] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:14.434340] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:14.434792] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:14.437131] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:14.437266] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:15.467781] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:15.480671] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:15.481987] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:15.483398] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:15.483560] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:16.514465] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:16.526433] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:16.527029] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:16.529241] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:16.529358] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:17.559824] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:17.572488] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:17.572919] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:17.575260] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:17.575383] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:18.605461] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:18.617524] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:18.617989] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:18.620226] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:18.620322] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:19.649881] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:19.662023] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:19.662452] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:19.664716] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:19.664810] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:20.694185] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:20.706198] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:20.706625] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:20.708958] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:20.709104] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:21.739192] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:21.752900] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:21.753321] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:21.755698] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:21.755819] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:22.787458] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:22.799747] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:22.800214] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:22.802998] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:22.803125] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:23.835422] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:23.847428] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:23.847885] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:23.850137] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:23.850239] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:24.883918] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:24.896005] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:24.896424] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:24.898645] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:24.898772] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:25.928163] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:25.940155] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:25.940645] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:25.943033] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:25.943129] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:26.973054] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:26.985086] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:26.986899] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:26.988034] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:26.988139] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:28.018441] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:28.030870] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:28.031429] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:28.033737] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:28.033891] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:29.064348] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:29.076327] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:29.076816] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:29.079768] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:29.079885] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:30.109722] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:30.122539] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:30.122973] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:30.125891] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:30.125991] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:31.155313] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:31.167446] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:31.167886] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:31.170862] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:31.170971] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:32.200258] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:32.212436] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:32.212893] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:32.215129] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:32.215225] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:33.244881] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:33.256937] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:33.257385] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:33.259909] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:33.260086] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:34.289699] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:34.301784] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:34.302212] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:34.305174] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:34.305299] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:35.334471] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:35.346637] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:35.347060] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:35.349644] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:35.349818] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:36.380355] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:36.392385] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:36.392822] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:36.395084] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:36.395180] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:37.425871] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:37.437835] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:37.438252] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:37.441273] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:37.441387] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:38.472087] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:38.485194] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:38.485630] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:38.488006] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:38.488127] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:39.519607] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:39.531598] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:39.532022] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:39.534655] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:39.534779] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:40.564155] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:40.576178] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:40.576654] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:40.579096] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:40.579196] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:41.608677] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:41.620627] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:41.621045] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:41.623348] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:41.623442] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:42.652789] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:42.667194] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:42.667641] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:42.670716] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:42.670849] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:43.702143] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:43.714173] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:43.714610] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:43.717464] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:43.717703] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:44.746530] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:44.758485] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:44.759027] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:44.761632] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:44.761731] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:45.791452] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:45.803500] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:45.803930] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:45.806419] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:45.806514] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:46.835863] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:46.848116] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:46.848539] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:46.850873] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:46.851020] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:47.880286] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:47.892212] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:47.892636] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:47.895547] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:47.895684] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:48.925106] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:48.937055] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:48.937483] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:48.940442] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:48.940552] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:49.970898] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:49.984166] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:49.984590] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:49.987080] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:49.987228] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:51.017742] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:51.029926] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:51.030346] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:51.032689] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:51.032832] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:52.062352] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:52.074345] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:52.074777] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:52.077362] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:52.077459] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:53.107242] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:53.119296] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:53.119404] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:53.123379] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:53.123519] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:54.154706] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:54.166900] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:54.167324] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:54.170111] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:54.170210] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:55.201676] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:55.213647] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:55.214091] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:55.216391] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:55.216524] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:56.245636] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:56.257907] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:56.258756] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:56.261649] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:56.261771] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:57.291088] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:57.304479] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:57.304951] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:57.307253] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:57.307362] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:58.339927] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:58.352065] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:58.352489] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:58.354866] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:58.354974] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:31:59.386057] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:31:59.398228] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:31:59.398672] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:31:59.400933] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:31:59.401028] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:00.432095] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:00.444211] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:00.444639] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:00.447461] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:00.447565] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:01.478503] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:01.490632] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:01.491048] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:01.493348] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:01.493495] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:02.525995] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:02.538052] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:02.538472] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:02.541026] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:02.541142] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:03.573069] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:03.585011] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:03.585445] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:03.588736] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:03.588866] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:04.620131] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:04.632179] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:04.632653] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:04.634967] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:04.635167] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:05.666711] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:05.678829] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:05.679258] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:05.681630] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:05.681784] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:06.712050] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:06.724058] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:06.724478] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:06.727355] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:06.727491] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:07.757276] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:07.769530] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:07.770640] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:07.772302] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:07.772412] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:08.802703] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:08.814839] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:08.814930] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:08.817616] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:08.817713] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:09.847629] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:09.860054] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:09.860503] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:09.863735] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:09.863909] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:10.894058] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:10.907391] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:10.907958] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:10.910330] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:10.910456] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:11.941028] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:11.953139] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:11.953556] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:11.955953] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:11.956083] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:12.985794] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:12.997715] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:12.998136] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:13.000466] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:13.000634] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:14.031180] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:14.043274] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:14.043915] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:14.047085] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:14.047229] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:15.078908] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:15.090924] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:15.091017] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:15.093682] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:15.093802] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:16.124344] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:16.136523] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:16.136624] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:16.139255] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:16.139369] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:17.168606] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:17.180628] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:17.181142] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:17.184000] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:17.184129] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:18.214196] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:18.226196] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:18.226630] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:18.228922] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:18.229064] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:19.260220] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:19.272481] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:19.272976] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:19.275470] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:19.275628] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:20.308249] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:20.320481] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:20.321048] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:20.324198] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:20.324396] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:21.353982] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:21.366414] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:21.366866] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:21.369841] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:21.369966] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:22.400082] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:22.412110] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:22.412522] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:22.415607] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:22.415720] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:23.445400] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:23.461200] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:23.461663] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:23.464075] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:23.464215] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:24.494953] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:24.507272] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:24.507716] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:24.510693] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:24.510812] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:25.541429] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:25.553633] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:25.554102] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:25.556465] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:25.556595] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:26.587132] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:26.599294] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:26.599730] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:26.602161] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:26.602296] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:27.631834] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:27.643726] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:27.644142] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:27.647076] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:27.647189] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:28.677060] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:28.689808] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:28.689893] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:28.692694] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:28.692825] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:29.724006] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:29.736194] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:29.736621] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:29.738980] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:29.739124] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:30.770193] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:30.782923] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:30.783343] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:30.785755] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:30.785894] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:31.816696] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:31.828788] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:31.829208] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:31.831527] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:31.831692] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:32.861574] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:32.873778] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:32.874192] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:32.876509] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:32.876635] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:33.906056] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:33.918021] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:33.918443] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:33.920719] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:33.920840] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:34.952034] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:34.966715] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:34.967151] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:34.969540] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:34.969706] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:35.998680] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:36.010665] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:36.011089] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:36.013431] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:36.013564] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:37.043429] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:37.055379] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:37.055817] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:37.058133] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:37.058227] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:38.088415] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:38.100563] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:38.101030] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:38.103835] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:38.104019] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:39.134810] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:39.146865] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:39.147291] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:39.149687] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:39.149819] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:40.179381] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:40.191715] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:40.193246] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:40.196551] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:40.196684] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:41.225947] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:41.237935] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:41.238378] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:41.240648] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:41.240741] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:42.270372] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:42.282339] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:42.282771] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:42.285043] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:42.285141] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:43.314496] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:43.327433] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:43.327521] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:43.330492] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:43.330662] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:44.361078] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:44.373347] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:44.373782] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:44.376195] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:44.376322] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:45.407688] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:45.419975] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:45.420062] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:45.422764] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:45.422892] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:46.452952] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:46.465288] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:46.465724] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:46.468075] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:46.468206] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:47.498310] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:47.510831] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:47.511649] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:47.513574] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:47.513740] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:48.543379] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:48.555363] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:48.555798] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:48.558235] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:48.558370] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:49.588035] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:49.600199] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:49.600309] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:49.602917] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:49.603022] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:50.633082] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:50.645073] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:50.645528] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:50.647792] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:50.647887] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-30 04:32:51.677740] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-30 04:32:51.689723] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:32:51.690164] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-30 04:32:51.693100] I [cli-rpc-ops.c:2465:gf_cli_add_brick_cbk] 0-cli: Received resp to add brick
[2016-01-30 04:32:51.693212] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-01-31 06:45:42.026088] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-31 06:45:42.038108] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-31 06:45:42.038344] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-31 06:45:42.039188] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-31 06:45:42.070536] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-01-31 06:45:42.083290] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-31 06:45:42.083594] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-01-31 06:45:42.084328] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 08:01:44.021317] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 08:01:44.033306] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 08:01:44.033419] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 08:01:44.034372] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 08:01:44.067026] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 08:01:44.079018] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 08:01:44.079127] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 08:01:44.080197] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:01:01.356805] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:01:01.368815] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:01:01.369068] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:01:01.370375] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:02:02.635963] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:02:02.648267] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:02:02.648550] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:05.647712] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:08.647996] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:14.600057] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:02:14.612420] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:02:14.612708] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:14.615346] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:02:14.618321] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:02:14.618417] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:02:19.023887] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:02:19.035890] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:02:19.035909] I [input.c:36:cli_batch] 0-: Exiting with: -1
[2016-02-01 12:02:19.036002] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:23.103911] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:02:23.116043] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:02:23.116156] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:26.115374] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:29.115712] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:32.116038] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:35.116372] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:44.888449] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:02:44.900601] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:02:44.900862] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:02:44.901680] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:07:10.040910] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:07:10.052954] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:07:10.053218] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:07:10.055999] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:07:10.058556] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:07:10.058678] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:08:09.861503] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:08:09.874033] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:08:09.874277] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:08:09.876665] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:19:30.464526] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:19:30.476619] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:19:30.477438] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:19:30.477949] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:19:54.317073] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:19:54.329120] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:19:54.330018] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:19:54.330193] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:19:54.331208] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-01 12:19:54.331288] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 12:19:56.793685] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:19:56.805850] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:19:56.806130] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 12:20:00.289148] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 12:20:00.301128] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 12:20:00.301405] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 14:14:34.282895] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 14:14:34.294855] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 14:14:34.295322] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 14:14:34.296155] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 14:14:34.329236] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 14:14:34.342387] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 14:14:34.342647] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 14:14:34.343426] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 14:28:00.299951] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 14:28:00.311957] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 14:28:00.312222] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 14:28:00.313042] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-01 14:28:00.343778] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-01 14:28:00.356006] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-01 14:28:00.356254] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-01 14:28:00.357052] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-02 14:07:04.908354] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-02 14:07:04.920335] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-02 14:07:04.920589] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-02 14:07:04.921281] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-02 14:07:04.952250] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-02 14:07:04.964835] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-02 14:07:04.965080] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-02 14:07:04.965858] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-03 05:28:14.700130] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-03 05:28:14.712235] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-03 05:28:14.712546] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-03 05:28:14.713252] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 05:28:14.714710] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 05:28:14.714789] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-03 06:24:25.258928] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-03 06:24:25.271013] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-03 06:24:25.271557] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-03 06:24:25.271997] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 06:24:25.272979] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 06:24:25.273062] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-02-03 09:00:41.979229] I [cli.c:721:main] 0-cli: Started running gluster with version 3.7.6
[2016-02-03 09:00:41.991432] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-02-03 09:00:41.992021] I [socket.c:2355:socket_event_handler] 0-transport: disconnecting now
[2016-02-03 09:00:41.994066] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 09:00:41.995115] I [cli-rpc-ops.c:769:gf_cli_get_volume_cbk] 0-cli: Received resp to get vol: 0
[2016-02-03 09:00:41.995192] I [input.c:36:cli_batch] 0-: Exiting with: 0
[2016-01-30 04:21:57.516569] I [MSGID: 100030] [glusterfsd.c:2318:main] 0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.7.6 (args: /usr/sbin/glusterd -p /var/run/glusterd.pid --log-level INFO)
[2016-01-30 04:21:57.523195] I [MSGID: 106478] [glusterd.c:1350:init] 0-management: Maximum allowed open file descriptors set to 65536
[2016-01-30 04:21:57.523284] I [MSGID: 106479] [glusterd.c:1399:init] 0-management: Using /system/glusterd as working directory
[2016-01-30 04:21:57.539909] I [MSGID: 106513] [glusterd-store.c:2047:glusterd_restore_op_version] 0-glusterd: retrieved op-version: 30704
[2016-01-30 04:21:58.857301] I [MSGID: 106498] [glusterd-handler.c:3579:glusterd_friend_add_from_peerinfo] 0-management: connect returned 0
[2016-01-30 04:21:58.864178] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-management: setting frame-timeout to 600
[2016-01-30 04:21:58.865872] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:21:58.865901] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:21:58.866450] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-management: setting frame-timeout to 600
[2016-01-30 04:21:58.867124] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:21:58.867153] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:21:58.864038] I [MSGID: 106498] [glusterd-handler.c:3579:glusterd_friend_add_from_peerinfo] 0-management: connect returned 0
[2016-01-30 04:21:58.869045] I [MSGID: 106544] [glusterd.c:159:glusterd_uuid_init] 0-management: retrieved UUID: 44a161e1-e9b5-4e27-a590-051b74726f0a
Final graph:
+------------------------------------------------------------------------------+
[2016-01-30 04:21:58.876486] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 2
  1: volume management
  2:     type mgmt/glusterd
  3:     option rpc-auth.auth-glusterfs on
  4:     option rpc-auth.auth-unix on
[2016-01-30 04:21:58.876562] E [socket.c:2278:socket_connect_finish] 0-management: connection to 10.32.1.144:24007 failed (Connection refused)
  5:     option rpc-auth.auth-null on
  6:     option rpc-auth-allow-insecure on
  7:     option transport.socket.listen-backlog 128
  8:     option ping-timeout 30
  9:     option transport.socket.read-fail-log off
 10:     option transport.socket.keepalive-interval 2
 11:     option transport.socket.keepalive-time 10
 12:     option transport-type socket
 13:     option working-directory /system/glusterd
 14: end-volume
 15:  
+------------------------------------------------------------------------------+
[2016-01-30 04:21:58.876712] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:21:58.876975] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2016-01-30 04:21:58.877001] I [MSGID: 101190] [event-epoll.c:632:event_dispatch_epoll_worker] 0-epoll: Started thread with index 2
[2016-01-30 04:21:58.877028] E [socket.c:2278:socket_connect_finish] 0-management: connection to 10.32.1.144:24007 failed (Connection refused)
[2016-01-30 04:21:58.877609] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:21:58.934922] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-01-30 04:21:59.033782] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-snapd: setting frame-timeout to 600
[2016-01-30 04:21:59.107423] W [glusterd-nfs-svc.c:157:glusterd_nfssvc_reconfigure] 0-management: nfs_svc.name is empty using: nfs
[2016-01-30 04:21:59.107464] I [glusterd-nfs-svc.c:159:glusterd_nfssvc_reconfigure] 0-management: copying nfs_svc_name to priv->nfs_svc.name: nfs
[2016-01-30 04:21:59.108916] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-glustershd: setting frame-timeout to 600
[2016-01-30 04:21:58.970552] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-01-30 04:21:59.109326] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: glustershd already stopped
[2016-01-30 04:21:59.109792] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-quotad: setting frame-timeout to 600
[2016-01-30 04:21:59.110204] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: quotad already stopped
[2016-01-30 04:21:59.110659] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-bitd: setting frame-timeout to 600
[2016-01-30 04:21:59.111115] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: bitd already stopped
[2016-01-30 04:21:59.111550] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-scrub: setting frame-timeout to 600
[2016-01-30 04:21:59.111999] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: scrub already stopped
[2016-01-30 04:21:59.147717] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-01-30 04:21:59.185072] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-01-30 04:21:59.227655] W [common-utils.c:1685:gf_string2boolean] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_commit_perform-0x135074) [0x3fff99a7d7bc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_start_volume-0xb1c8c) [0x3fff99b0502c] -->/usr/lib64/libglusterfs.so.0(gf_string2boolean-0x96cd8) [0x802e160018] ) 0-management: argument invalid [Invalid argument]
[2016-01-30 04:21:59.286954] I [MSGID: 106143] [glusterd-pmap.c:229:pmap_registry_bind] 0-pmap: adding brick /opt/lvmdir/c2/brick on port 49240
[2016-01-30 04:21:59.289117] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-management: setting frame-timeout to 600
[2016-01-30 04:21:59.346695] I [rpc-clnt.c:984:rpc_clnt_connection_init] 0-nfs: setting frame-timeout to 600
[2016-01-30 04:21:59.347410] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: nfs already stopped
[2016-01-30 04:21:59.348180] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: bitd already stopped
[2016-01-30 04:21:59.348328] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: scrub already stopped
[2016-01-30 04:22:02.519550] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:02.519593] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:02.520496] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:22:02.520760] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:02.520788] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:05.521887] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:05.521930] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:05.522678] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:22:05.522705] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:08.524333] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:08.524380] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:08.525244] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:08.525281] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:11.526416] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:11.526476] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:11.527550] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:22:11.527591] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:14.528741] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:14.528786] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:14.529589] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:14.529619] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:17.530706] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:17.530754] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:17.531542] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:17.531570] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:20.532630] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:20.532675] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:20.533477] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:20.533508] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:23.534570] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:23.534616] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:23.535406] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:23.535435] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:26.536451] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:26.536492] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:26.537200] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:26.537224] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:29.538180] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:29.538223] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:29.538962] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:29.538987] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:32.539944] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:32.539991] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:32.540711] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:32.540735] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:35.541717] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:35.541759] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:35.542476] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:35.542500] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:38.543447] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:22:38.543493] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:22:38.544173] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:22:38.544197] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
The message "I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd." repeated 23 times between [2016-01-30 04:22:02.520496] and [2016-01-30 04:22:35.542879]
[2016-01-30 04:24:50.084769] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:24:51.803697] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:24:51.803743] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:24:51.804464] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:24:51.804487] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:24:57.805733] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:24:57.805777] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:24:57.806460] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:24:57.806483] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:00.807450] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:00.807494] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:00.808264] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:00.808289] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:06.809513] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:06.809557] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:06.810244] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:06.810267] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:09.811225] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:09.811266] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:09.811957] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:09.811981] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:12.812960] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:12.813005] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:12.813696] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:12.813719] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:15.814723] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:15.814767] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:15.815458] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:15.815481] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:21.816764] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:21.816810] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:21.817529] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:21.817553] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:24.818560] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:24.818618] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:24.819320] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:24.819343] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:30.820544] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:30.820599] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:30.821279] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:30.821303] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:33.822225] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:33.822270] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:33.822971] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:33.822995] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:39.824198] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:39.824243] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:39.824963] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:39.824996] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:42.826143] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:42.826188] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:42.826930] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:42.826954] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:48.828147] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:48.828192] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:48.828896] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:48.828920] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:51.829875] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:51.829919] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:51.830627] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:51.830650] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:57.831863] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:25:57.831907] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:25:57.832603] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:25:57.832628] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:00.833613] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:00.833658] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:00.834393] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:00.834420] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
The message "I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd." repeated 33 times between [2016-01-30 04:24:50.084769] and [2016-01-30 04:25:57.843004]
[2016-01-30 04:26:03.840846] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:26:06.835724] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:06.835770] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:06.836466] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:06.836492] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:09.837483] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:09.837527] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:09.838272] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:09.838297] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:15.839486] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:15.839532] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:15.840232] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:15.840256] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:18.841279] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:18.841323] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:18.842047] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:18.842071] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:21.843065] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:21.843110] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:21.843830] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:21.843855] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:24.844853] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:24.844895] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:24.845615] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:24.845643] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:30.846915] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:30.846960] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:30.847714] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:30.847742] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:33.848723] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:33.848767] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:33.849509] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:33.849536] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:39.850785] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:39.850829] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:39.851514] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:39.851538] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:42.852645] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:42.852688] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:42.853376] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:42.853399] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:48.854613] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:48.854658] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:48.855333] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:48.855360] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:51.856348] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:51.856392] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:51.857114] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:51.857138] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:57.858351] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:26:57.858396] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:26:57.859099] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:26:57.859122] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:00.860120] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:00.860166] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:00.860866] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:00.860890] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:06.862139] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:06.862184] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:06.862867] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:06.862890] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:09.863909] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:09.863950] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:09.864666] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:09.864691] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:15.865910] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:15.865958] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:15.866638] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:15.866662] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:18.867616] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:18.867669] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:18.868388] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:18.868413] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:24.869681] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:24.869723] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:24.870395] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:24.870418] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:27.871421] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:27.871464] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:27.872193] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:27.872217] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:33.873429] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:33.873472] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:33.874156] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:33.874180] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:36.875140] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:36.875184] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:36.875895] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:36.875920] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:42.877177] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:42.877223] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:42.877933] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:42.877962] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:45.878958] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:45.879002] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:45.879732] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:45.879755] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:51.881127] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:51.881171] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:51.881860] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:51.881883] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:54.882857] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:27:54.882903] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:27:54.883624] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:27:54.883648] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:00.884855] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:00.884900] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:00.885592] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:28:00.885616] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
The message "I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd." repeated 55 times between [2016-01-30 04:26:03.840846] and [2016-01-30 04:28:00.894863]
[2016-01-30 04:28:03.886704] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:03.886748] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:03.887440] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:28:03.887463] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:06.892871] I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd.
[2016-01-30 04:28:09.888695] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:09.888738] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:09.889484] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:09.889512] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:12.890510] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:12.890556] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:12.891284] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:12.891309] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:15.892250] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:15.892296] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:15.893089] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:15.893113] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:18.894084] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:18.894128] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:18.894871] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:18.894903] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:21.895889] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:21.895934] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:21.896658] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:21.896684] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:24.897666] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:24.897711] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:24.898433] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:24.898457] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:27.899383] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:27.899428] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:27.900155] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:27.900180] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:30.901161] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:30.901206] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:30.901955] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:30.901979] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:33.902975] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:33.903019] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:33.903744] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:33.903769] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:36.904764] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:36.904810] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:36.905523] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:36.905546] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:39.906542] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:39.906604] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:39.907327] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:39.907351] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:42.908303] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:42.908348] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:42.909094] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:42.909129] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:45.910118] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:45.910163] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:45.910903] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:45.910928] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:48.911941] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:48.911986] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:48.912727] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:48.912753] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:51.913748] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:51.913793] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:51.914512] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:51.914535] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:54.915519] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:54.915564] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:54.916302] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:54.916326] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:57.917300] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:57.917346] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:28:57.918078] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:28:57.918102] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:00.919085] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:29:00.919129] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:00.919861] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:29:00.919885] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:03.920866] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:29:03.920910] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:03.921644] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 13, Invalid argument
[2016-01-30 04:29:03.921669] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:06.781999] I [MSGID: 106163] [glusterd-handshake.c:1193:__glusterd_mgmt_hndsk_versions_ack] 0-management: using the op-version 30704
[2016-01-30 04:29:06.799926] I [MSGID: 106490] [glusterd-handler.c:2539:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: bbe2a458-ad3d-406d-b233-b6027c12174e
[2016-01-30 04:29:06.801515] E [MSGID: 101076] [common-utils.c:2954:gf_get_hostname_from_ip] 0-common-utils: Could not lookup hostname of 10.32.1.144 : Temporary failure in name resolution
[2016-01-30 04:29:06.922627] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 14, Invalid argument
[2016-01-30 04:29:06.922672] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:06.923376] W [socket.c:869:__socket_keepalive] 0-socket: failed to set TCP_USER_TIMEOUT -1000 on socket 16, Invalid argument
[2016-01-30 04:29:06.923400] E [socket.c:2965:socket_connect] 0-management: Failed to set keep-alive: Invalid argument
[2016-01-30 04:29:06.936698] I [MSGID: 106493] [glusterd-handler.c:3780:glusterd_xfer_friend_add_resp] 0-glusterd: Responded to 10.32.1.144 (0), ret: 0
[2016-01-30 04:29:06.967291] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: nfs already stopped
[2016-01-30 04:29:06.968067] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: glustershd already stopped
[2016-01-30 04:29:06.968196] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: quotad already stopped
[2016-01-30 04:29:06.968356] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: bitd already stopped
[2016-01-30 04:29:06.968478] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: scrub already stopped
[2016-01-30 04:29:06.980175] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-01-30 04:29:07.027503] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-01-30 04:29:07.072123] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-01-30 04:29:07.119128] I [MSGID: 106482] [glusterd-brick-ops.c:442:__glusterd_handle_add_brick] 0-management: Received add brick req
[2016-01-30 04:29:07.119290] I [MSGID: 106062] [glusterd-brick-ops.c:494:__glusterd_handle_add_brick] 0-management: replica-count is 2
[2016-01-30 04:29:07.119324] I [MSGID: 106447] [glusterd-brick-ops.c:240:gd_addbr_validate_replica_count] 0-management: Changing the type of volume c_glusterfs from 'distribute' to 'replica'
[2016-01-30 04:29:07.184518] I [MSGID: 106493] [glusterd-rpc-ops.c:480:__glusterd_friend_add_cbk] 0-glusterd: Received ACC from uuid: bbe2a458-ad3d-406d-b233-b6027c12174e, host: 10.32.1.144, port: 0
[2016-01-30 04:29:07.200003] I [MSGID: 106492] [glusterd-handler.c:2715:__glusterd_handle_friend_update] 0-glusterd: Received friend update from uuid: bbe2a458-ad3d-406d-b233-b6027c12174e
[2016-01-30 04:29:07.200083] I [MSGID: 106502] [glusterd-handler.c:2760:__glusterd_handle_friend_update] 0-management: Received my uuid as Friend
[2016-01-30 04:29:07.231655] I [MSGID: 106493] [glusterd-rpc-ops.c:480:__glusterd_friend_add_cbk] 0-glusterd: Received ACC from uuid: bbe2a458-ad3d-406d-b233-b6027c12174e, host: 10.32.1.144, port: 0
[2016-01-30 04:29:07.248402] I [MSGID: 106492] [glusterd-handler.c:2715:__glusterd_handle_friend_update] 0-glusterd: Received friend update from uuid: bbe2a458-ad3d-406d-b233-b6027c12174e
[2016-01-30 04:29:07.248500] I [MSGID: 106502] [glusterd-handler.c:2760:__glusterd_handle_friend_update] 0-management: Received my uuid as Friend
[2016-01-30 04:29:07.271245] E [MSGID: 106116] [glusterd-mgmt.c:134:gd_mgmt_v3_collate_errors] 0-management: Locking failed on 10.32.1.144. Please check log file for details.
[2016-01-30 04:29:07.271358] E [MSGID: 106151] [glusterd-syncop.c:1861:gd_sync_task_begin] 0-management: Locking Peers Failed.
The message "I [MSGID: 106004] [glusterd-handler.c:5065:__glusterd_peer_rpc_notify] 0-management: Peer <10.32.1.144> (<bbe2a458-ad3d-406d-b233-b6027c12174e>), in state <Peer in Cluster>, has disconnected from glusterd." repeated 39 times between [2016-01-30 04:28:06.892871] and [2016-01-30 04:29:03.922102]
[2016-01-30 04:31:08.160420] I [MSGID: 106482] [glusterd-brick-ops.c:442:__glusterd_handle_add_brick] 0-management: Received add brick req
[2016-01-30 04:31:08.160495] I [MSGID: 106062] [glusterd-brick-ops.c:494:__glusterd_handle_add_brick] 0-management: replica-count is 2
[2016-01-30 04:31:08.160524] I [MSGID: 106447] [glusterd-brick-ops.c:240:gd_addbr_validate_replica_count] 0-management: Changing the type of volume c_glusterfs from 'distribute' to 'replica'
[2016-01-30 04:31:08.160972] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:08.161006] E [MSGID: 106119] [glusterd-syncop.c:1823:gd_sync_task_begin] 0-management: Unable to acquire lock for c_glusterfs
[2016-01-30 04:31:09.206020] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:10.253047] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:11.298320] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:12.343177] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:13.392300] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:14.436871] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:15.483145] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:16.528980] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:17.574898] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:18.619996] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:19.664456] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:20.708686] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:21.755318] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:22.802192] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:23.849901] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:24.898411] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:25.942834] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:26.987807] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:28.033450] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:29.078868] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:30.124996] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:31.169971] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:32.214894] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:33.259560] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:34.304234] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:35.349060] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:36.394856] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:37.440279] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:38.487747] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:39.534383] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:40.578861] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:41.623114] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:42.669980] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:43.716697] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:44.761388] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:45.806187] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:46.850599] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:47.894700] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:48.939563] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:49.986808] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:51.032396] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:52.077125] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:53.123090] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:54.169907] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:55.216106] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:56.260627] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:57.307016] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:58.354653] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:31:59.400707] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:00.447249] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:01.493059] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
The message "I [MSGID: 106482] [glusterd-brick-ops.c:442:__glusterd_handle_add_brick] 0-management: Received add brick req" repeated 51 times between [2016-01-30 04:31:08.160420] and [2016-01-30 04:32:01.492597]
The message "I [MSGID: 106062] [glusterd-brick-ops.c:494:__glusterd_handle_add_brick] 0-management: replica-count is 2" repeated 51 times between [2016-01-30 04:31:08.160495] and [2016-01-30 04:32:01.492641]
The message "I [MSGID: 106447] [glusterd-brick-ops.c:240:gd_addbr_validate_replica_count] 0-management: Changing the type of volume c_glusterfs from 'distribute' to 'replica'" repeated 51 times between [2016-01-30 04:31:08.160524] and [2016-01-30 04:32:01.492649]
The message "E [MSGID: 106119] [glusterd-syncop.c:1823:gd_sync_task_begin] 0-management: Unable to acquire lock for c_glusterfs" repeated 51 times between [2016-01-30 04:31:08.161006] and [2016-01-30 04:32:01.493125]
[2016-01-30 04:32:02.540029] I [MSGID: 106482] [glusterd-brick-ops.c:442:__glusterd_handle_add_brick] 0-management: Received add brick req
[2016-01-30 04:32:02.540159] I [MSGID: 106062] [glusterd-brick-ops.c:494:__glusterd_handle_add_brick] 0-management: replica-count is 2
[2016-01-30 04:32:02.540194] I [MSGID: 106447] [glusterd-brick-ops.c:240:gd_addbr_validate_replica_count] 0-management: Changing the type of volume c_glusterfs from 'distribute' to 'replica'
[2016-01-30 04:32:02.540724] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:02.540761] E [MSGID: 106119] [glusterd-syncop.c:1823:gd_sync_task_begin] 0-management: Unable to acquire lock for c_glusterfs
[2016-01-30 04:32:03.587978] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:04.634656] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:05.681317] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:06.726509] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:07.772052] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:08.817345] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:09.862530] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:10.910054] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:11.955637] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:13.000186] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:14.045933] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:15.093408] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:16.138977] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:17.183721] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:18.228665] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:19.275092] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:20.323213] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:21.368908] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:22.414622] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:23.463806] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:24.509799] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:25.556191] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:26.601902] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:27.646231] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:28.692417] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:29.738691] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:30.785429] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:31.831259] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:32.876260] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:33.920464] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:34.969249] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:36.013163] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:37.057875] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:38.103256] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:39.149406] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:40.195774] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:41.240392] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:42.284811] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:43.330039] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:44.375937] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:45.422467] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:46.467810] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:47.513318] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:48.557920] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:49.602671] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:50.647536] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
[2016-01-30 04:32:51.692170] W [glusterd-locks.c:577:glusterd_mgmt_v3_lock] (-->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_op_begin_synctask-0xa150c) [0x3fff99b15efc] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(gd_sync_task_begin-0xa1660) [0x3fff99b15d90] -->/usr/lib64/glusterfs/3.7.6/xlator/mgmt/glusterd.so(glusterd_mgmt_v3_lock-0x9e280) [0x3fff99b19410] ) 0-management: Lock for c_glusterfs held by 44a161e1-e9b5-4e27-a590-051b74726f0a
The message "I [MSGID: 106482] [glusterd-brick-ops.c:442:__glusterd_handle_add_brick] 0-management: Received add brick req" repeated 47 times between [2016-01-30 04:32:02.540029] and [2016-01-30 04:32:51.691695]
The message "I [MSGID: 106062] [glusterd-brick-ops.c:494:__glusterd_handle_add_brick] 0-management: replica-count is 2" repeated 47 times between [2016-01-30 04:32:02.540159] and [2016-01-30 04:32:51.691739]
The message "I [MSGID: 106447] [glusterd-brick-ops.c:240:gd_addbr_validate_replica_count] 0-management: Changing the type of volume c_glusterfs from 'distribute' to 'replica'" repeated 47 times between [2016-01-30 04:32:02.540194] and [2016-01-30 04:32:51.691748]
The message "E [MSGID: 106119] [glusterd-syncop.c:1823:gd_sync_task_begin] 0-management: Unable to acquire lock for c_glusterfs" repeated 47 times between [2016-01-30 04:32:02.540761] and [2016-01-30 04:32:51.692225]
[2016-01-30 04:39:16.976128] E [rpc-clnt.c:201:call_bail] 0-management: bailing out frame type(glusterd mgmt v3) op(--(6)) xid = 0x8 sent = 2016-01-30 04:29:07.271473. timeout = 600 for 10.32.1.144:24007
[2016-01-30 04:39:16.976206] E [MSGID: 106116] [glusterd-mgmt.c:134:gd_mgmt_v3_collate_errors] 0-management: Unlocking failed on 10.32.1.144. Please check log file for details.
[2016-01-30 04:39:16.976292] E [MSGID: 106152] [glusterd-syncop.c:1562:gd_unlock_op_phase] 0-management: Failed to unlock on some peer(s)
[2016-01-30 04:39:16.976426] I [socket.c:3382:socket_submit_reply] 0-socket.management: not connected (priv->connected = 255)
[2016-01-30 04:39:16.976447] E [rpcsvc.c:1314:rpcsvc_submit_generic] 0-rpc-service: failed to submit message (XID: 0x1, Program: GlusterD svc cli, ProgVers: 2, Proc: 13) to rpc-transport (socket.management)
[2016-01-30 04:39:16.976484] E [MSGID: 106430] [glusterd-utils.c:400:glusterd_submit_reply] 0-glusterd: Reply submission failed
[2016-01-31 06:45:42.038645] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-01-31 06:45:42.083872] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 08:01:44.033874] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 08:01:44.079708] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 12:01:01.369357] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 12:02:14.614300] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:02:14.617470] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:02:44.901031] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 12:07:10.054951] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:08:09.875874] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 12:07:10.058134] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:12:03.345130] E [rpc-clnt.c:201:call_bail] 0-management: bailing out frame type(glusterd mgmt) op(--(3)) xid = 0x1d sent = 2016-02-01 12:02:02.649139. timeout = 600 for 10.32.1.144:24007
[2016-02-01 12:12:03.345195] E [MSGID: 106153] [glusterd-syncop.c:113:gd_collate_errors] 0-glusterd: Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:12:03.345349] I [socket.c:3382:socket_submit_reply] 0-socket.management: not connected (priv->connected = 255)
[2016-02-01 12:12:03.345371] E [rpcsvc.c:1314:rpcsvc_submit_generic] 0-rpc-service: failed to submit message (XID: 0x1, Program: GlusterD svc cli, ProgVers: 2, Proc: 27) to rpc-transport (socket.management)
[2016-02-01 12:12:03.345406] E [MSGID: 106430] [glusterd-utils.c:400:glusterd_submit_reply] 0-glusterd: Reply submission failed
[2016-02-01 12:12:44.348891] E [rpc-clnt.c:201:call_bail] 0-management: bailing out frame type(glusterd mgmt) op(--(3)) xid = 0x9 sent = 2016-02-01 12:02:34.273724. timeout = 600 for 10.32.1.144:24007
[2016-02-01 12:12:44.348971] E [MSGID: 106153] [glusterd-syncop.c:113:gd_collate_errors] 0-glusterd: Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:12:44.349145] I [socket.c:3382:socket_submit_reply] 0-socket.management: not connected (priv->connected = 255)
[2016-02-01 12:12:44.349166] E [rpcsvc.c:1314:rpcsvc_submit_generic] 0-rpc-service: failed to submit message (XID: 0x1, Program: GlusterD svc cli, ProgVers: 2, Proc: 27) to rpc-transport (socket.management)
[2016-02-01 12:12:44.349206] E [MSGID: 106430] [glusterd-utils.c:400:glusterd_submit_reply] 0-glusterd: Reply submission failed
[2016-02-01 12:19:30.477167] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 12:19:54.329699] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:19:54.331003] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-01 12:30:04.435967] E [rpc-clnt.c:201:call_bail] 0-management: bailing out frame type(glusterd mgmt) op(--(3)) xid = 0x21 sent = 2016-02-01 12:20:00.303383. timeout = 600 for 10.32.1.144:24007
[2016-02-01 12:30:04.436036] E [MSGID: 106153] [glusterd-syncop.c:113:gd_collate_errors] 0-glusterd: Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:30:04.436093] E [rpc-clnt.c:201:call_bail] 0-management: bailing out frame type(glusterd mgmt) op(--(3)) xid = 0x1f sent = 2016-02-01 12:19:56.806821. timeout = 600 for 10.32.1.144:24007
[2016-02-01 12:30:04.436247] I [socket.c:3382:socket_submit_reply] 0-socket.management: not connected (priv->connected = 255)
[2016-02-01 12:30:04.436269] E [rpcsvc.c:1314:rpcsvc_submit_generic] 0-rpc-service: failed to submit message (XID: 0x1, Program: GlusterD svc cli, ProgVers: 2, Proc: 27) to rpc-transport (socket.management)
[2016-02-01 12:30:04.436306] E [MSGID: 106430] [glusterd-utils.c:400:glusterd_submit_reply] 0-glusterd: Reply submission failed
[2016-02-01 12:30:04.437114] I [socket.c:3382:socket_submit_reply] 0-socket.management: not connected (priv->connected = 255)
[2016-02-01 12:30:04.437137] E [rpcsvc.c:1314:rpcsvc_submit_generic] 0-rpc-service: failed to submit message (XID: 0x1, Program: GlusterD svc cli, ProgVers: 2, Proc: 27) to rpc-transport (socket.management)
[2016-02-01 12:30:04.436122] E [MSGID: 106153] [glusterd-syncop.c:113:gd_collate_errors] 0-glusterd: Staging failed on 10.32.1.144. Please check log file for details.
[2016-02-01 12:30:04.437171] E [MSGID: 106430] [glusterd-utils.c:400:glusterd_submit_reply] 0-glusterd: Reply submission failed
[2016-02-01 14:14:34.295611] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 14:14:34.342930] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 14:28:00.312499] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-01 14:28:00.356550] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-02 14:07:04.920870] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-02 14:07:04.965356] I [MSGID: 106487] [glusterd-handler.c:1411:__glusterd_handle_cli_list_friends] 0-glusterd: Received cli list req
[2016-02-03 05:28:14.712836] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-03 05:28:14.714514] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-03 06:24:25.271564] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-03 06:24:25.272810] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-03 09:00:41.993681] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
[2016-02-03 09:00:41.994957] I [MSGID: 106488] [glusterd-handler.c:1472:__glusterd_handle_cli_get_volume] 0-glusterd: Received get vol req
_______________________________________________
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