Fuse: E [mount.c:525:fuse_mount_sys] glusterfs-fuse: cannot open /dev/fuse (No such device)

Home » Debian » Fuse: E [mount.c:525:fuse_mount_sys] glusterfs-fuse: cannot open /dev/fuse (No such device)
Debian, Ubuntu No Comments

The following errors were seen on a OpenVZ server while installing Glusterfs:

[2010-07-28 11:02:23] E [mount.c:525:fuse_mount_sys] glusterfs-fuse:
cannot open /dev/fuse (No such device)
[2010-07-28 11:02:23] N [mount.c:602:gf_fuse_mount] glusterfs-fuse: direct mount failed (No such device), retry to mount via fusermount
[2010-07-28 11:02:23] E [mount.c:626:gf_fuse_mount] glusterfs-fuse: mount failed
[2010-07-28 11:02:23] E [xlator.c:844:xlator_init_rec] fuse: Initialization of volume 'fuse' failed, review your volfile again
[2010-07-28 11:02:23] E [glusterfsd.c:591:_xlator_graph_init] glusterfs: initializing translator failed
[2010-07-28 11:02:23] E [glusterfsd.c:1395:main] glusterfs: translator initialization failed.  exiting

Solution:

Create afuse device for this VM on the OpenVZ host system with these commands:

vzctl set 101 –devices c:10:229:rw –save
vzctl exec 101 mknod /dev/fuse c 10 229

Replace 101 with the OpenVZ ID of the virtual machine.

Details:

http://wiki.openvz.org/FUSE