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 服务生效。

posted on 2013-01-08 23:48  jackiedai  阅读(237)  评论(0)    收藏  举报

导航