Hi,<br>I am new to glusterFS and now I am trying it with the proxmox VE under lab situation. I have 5 nodes on proxmox VE and made a dispersed volume of&nbsp; 1 x (4 + 1) = 5. however, the node02 has failed to work now. so i plan to reinstall proxmox VE on node02 so i need to remove the brick on node02 but i failed with this message:<br>gluster&gt; volume remove-brick DispersedVol node02:/gluster/node02/brick01 force<br>Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y<br><span style="font-weight: bold;">volume remove-brick commit force: failed: Remove brick incorrect brick count of 1 for disperse 5<br><br></span>is that possible to remove a brick from the dispersed volume in this kind of circumstance?<br><br>here is some information of my volume: <br>root@node04:~# gluster <br>gluster&gt; peer status<br>Number of Peers: 4<br><br>Hostname: node02<br>State: Peer in Cluster (Disconnected)<br><br>Hostname: node05<br>State: Peer in Cluster (Connected)<br><br>Hostname: node03<br>State: Peer in Cluster (Connected)<br><br>Hostname: node01<br>State: Peer in Cluster (Connected)<br><br>gluster&gt; volume info<br>&nbsp;<br>Volume Name: DispersedVol<br>Type: Disperse<br>Status: Started<br>Snapshot Count: 0<br>Number of Bricks: 1 x (4 + 1) = 5<br>Transport-type: tcp<br>Bricks:<br>Brick1: node01:/gluster/node01/brick01<br>Brick2: node02:/gluster/node02/brick01<br>Brick3: node03:/gluster/node03/brick01<br>Brick4: node04:/gluster/node04/brick01<br>Brick5: node05:/gluster/node05/brick01<br>Options Reconfigured:<br>nfs.disable: on<br>performance.readdir-ahead: on<br>transport.address-family: inet<br><br>Anybody can help? Thanks a lot!<br>