Gluster filesystem mount issue in LXC container
I was setting up a Gluster cluster file system in 2 LXC containers where I ran into an error. Implementation process 1. Install gluster-server, in both containers: $ sudo apt-get install glusterfs-server 2. Peer the gluster nodes, in container01: $ sudo gluster peer probe container02 peer probe: success in container02: $ sudo gluster peer probe container01 peer probe: success 3. Create the glusterfs manager folder, in both containers: $ sudo mkdir /gluster_data 4. Create vol1 volume, in containers01: $ sudo gluster volume create vol1 replica 2 transport tcp container01:/gluster_data container02:/gluster_data force volume create: vol1: success: please start the volume to access data 5. Start the volume, in container01: $ sudo gluster volume start vol1 volume start: vol1: success 6. Mount the newly created shared storage vol1: $ sudo mkdir /pool1 $ sudo mount /pool1 And here, when I tried to mount the vol1, i got following error: