在LES服务器上的GlusterFS上创建卷

时间:2015-10-06 23:57:18

标签: fuse openvz glusterfs

我正在使用lowendspirit服务器并尝试创建一个gluster容器。 Lowendspirt作为OpenVZ容器运行。

volume create: main: failed: Glusterfs is not supported on brick: [name omitted]:/glusterfs.
Setting extended attributes failed, reason: Operation not permitted.

我让我的主人做了以下

vzctl set $VEID --devices c:10:229:rw --save
vzctl exec $VEID mknod /dev/fuse c 10 229

但是,仍然无法创建。

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

vzctl set  $VEID --devices c:10:229:rw --save     
vzctl exec $VEID mknod /dev/fuse c 10 229  if not, use:     
vzctl set $VEID --devnodes fuse:rw --save    
vzctl set  $VEID --capability sys_admin:on --save

然后

vzctl restart $VEID
相关问题