GlusterFS问题集
摘要:
#删除旧目录.glusterfs# setfattr -x trusted.glusterfs.volume-id $brick_path# setfattr -x trusted.gfid $brick_path# rm -rf $brick_path/.glusterfsOR:# cd $brick_path; for i in `attr -lq .`; do setfattr -x trusted.$i .; done# rm -rf $brick_path/.glusterfs重启glusterd 服务生效。 阅读全文
posted @ 2013-01-08 23:48 jackiedai 阅读(247) 评论(0) 推荐(0)
浙公网安备 33010602011771号