Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

GlusterD2 v4.0dev-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@kshlm kshlm released this 03 Jan 08:25
· 1845 commits to master since this release
v4.0dev-4

Now start and use volumes!

Another @prashanthpai mostly release.

GD2 now successfully starts bricks. So you can now actually mount volumes and make use of them. To mount, for now you'll need to use the glusterfs command directly and point to the fuse volfile.

How to create and mount a volume in GD2

  • Get & start GD2 cluster by following instructions in the Testing releases page
  • Using the peer management apis described on the ReST API page, create a GD2 cluster.
  • Create a volume using the volume create API, then start it using the volume start API.
  • Mount the volume by doing, glusterfs -f <workdir>/vols/<volname>/trusted-<volname>.tcp-fuse.vol <mount-point> and use it!

Ideally this should just work. But as we don't support portmap yet, the volfile needs to be modified to add the ports to the bricks. Add option remote-port <port> to all the client xlators in the volfile.