GlusterFS问题集
#删除旧目录.glusterfs
# setfattr -x trusted.glusterfs.volume-id $brick_path # setfattr -x trusted.gfid $brick_path # rm -rf $brick_path/.glusterfs
OR:
# cd $brick_path; for i in `attr -lq .`; do setfattr -x trusted.$i .; done
# rm -rf $brick_path/.glusterfs
重启glusterd 服务生效。