We removed a server from our cluster: node4
Now, on node1, when I type df –h
I get this:
root@node1:/mnt/pve/machines# df –h
df: `/mnt/pve/machines0': Transport endpoint is not connected
typing # mount
Produced this:
node4:machines0 on /mnt/pve/machines0 type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
I did this: # umount /mnt/pve/machines0
And now a df –h produces nothing. The screen just hangs there with no information.
The same on node0 and node3. On node0 I did not unmount anything and I get this:
root@node0:/mnt/pve/machines1# df -h
df: `/mnt/pve/machines0': Transport endpoint is not connected
node0 mount entry is this:
node4:machines0 on /mnt/pve/machines0 type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
node3 mount entry is this:
node4:machines0 on /mnt/pve/machines0 type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
My Load Averages are in the 8s and should be in the 1s
Thanks.