Hello, glusterfs experts:<br>    I&#39;v been using glusterfs-3.2.6 for moths, and it works fine.Now i&#39;m facing a problem of disk(brick) full.For some resons, I have to expand space using replace current bricks to new bricks instead of add new bricks.<br>
<br>It seemed okay when i  used this command :<br>gluster volume replace-brick volume1 10.67.15.35:/media/data1/brick1 10.67.15.27:/data1/brick1 start<br>When i tried to use the command:<br>gluster volume replace-brick volume1 10.67.15.35:/media/data1/store4appstore1 10.67.15.27:/data1/store4appstore1 status<br>
however, glusterfs reported this: replace-brick status unknown, and glusterd&#39;s log said:<br>[2012-10-24 23:49:34.322215] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>[2012-10-24 23:50:09.606707] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>
[2012-10-24 23:50:47.824502] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>[2012-10-24 23:52:12.236797] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>
[2012-10-24 23:52:34.137408] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>[2012-10-24 23:54:32.98237] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>
[2012-10-24 23:54:48.834254] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>[2012-10-24 23:54:59.119209] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br>
[2012-10-24 23:56:12.962426] E [glusterd-handler.c:1491:glusterd_handle_replace_brick] 0-: Unable to set cli op: 16<br><br>I&#39;ve also found a strange problem,  a node had probed itself.<br><br>[root@yq33 ~]# gluster peer status<br>
Number of Peers: 2<br><br>Hostname: 10.67.15.33                                        &lt;&lt;&lt;=== it shows itself.<br>Uuid: c213f7ab-18c1-40e1-85c8-dd7ae97fad03<br>State: Peer in Cluster (Connected)<br><br>Hostname: 10.67.15.35<br>
Uuid: 98949cd6-2b61-4ba8-8b67-76d8b58d4ce8<br>State: Peer in Cluster (Connected)<br><br>But on another node, it shows correctly.<br><br>[root@yq35 ~]# gluster peer status<br>Number of Peers: 1<br><br>Hostname: 10.67.15.33<br>
Uuid: c213f7ab-18c1-40e1-85c8-dd7ae97fad03<br>State: Accepted peer request (Connected)<br><br>Now I&#39;m really stuck in this big trouble, can anyone help me out, please?<br><br>Regards.<br><br><br>