8870188 发表于 2015-9-10 04:39:48

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 服务生效。
页: [1]
查看完整版本: GlusterFS问题集