[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gluster-devel] How to deploy GlusterFS with stand alone mode
From: |
Vijay Bellur |
Subject: |
Re: [Gluster-devel] How to deploy GlusterFS with stand alone mode |
Date: |
Fri, 12 Jul 2013 22:55:49 +0530 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 07/12/2013 09:36 PM, harryxiyou wrote:
Hi all,
I am not very clear about how to deploy GlusterFS with stand alone
mode that just deploies GlusterFS on one node that is not only server
but also client.
Would anyone please give me some suggestions in details? Thanks
very much ;-)
A quick how-to for standalone deployment:
1. Start glusterd.
2. Create a volume with local bricks [ gluster volume create <volname>
.. <local-brick1> <local-brick2>...<local-brickN> ]
3. Start the volume. [gluster volume start <volname>].
4. Mount the volume locally [mount -t glusterfs localhost:/<volname>
<mount-point>.
This should be it.
-Vijay