I would like to set up glusterfs to replace my use of NFS4, how can I do that?
|
(inprogress answer, any help testing this and editing would be appreciated, this works and has been tested on 12.04, but only by me!) This is a step by step tutorial based on Michael J. Chudobiak's guide for Fedora. This assumes that you're trying to share the On the server:Install the server: First create a volume you want to share, you can name it whatever you want, in this example I'm naming it
Now we start the volume:
And that's it! The server is now serving a gluster share called On each client:Install the client: Now let's mount the shared glusterfs volume
On the client, see if you can access the files in To mount the share at boot, you can add this to your
References:
|
||||
|
|