> Hi, > [...]
> I'm able to make the md/fuse devices but I've been unable to configure > a container to additionally include fuse filesystem capability. > > vzctl set $id --devices b:9:2:rw c:10:229:rw --save > > then after starting the containers, > > vzctl exec $id mknod /dev/fuse c 10 229 > vzctl exec $id mknod /dev/md2 b 9 2 > [...] > > Fuse is being used to mount a gluster filesystem. Am I missing a step? Yep, Make sure you have the module in the container, kmod-fuse, and you can load it. _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
