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

GlusterD2 v4.0dev-5

Pre-release
Pre-release
Compare
Choose a tag to compare
@kshlm kshlm released this 01 Feb 11:11
· 1790 commits to master since this release
v4.0dev-5
  • Clients can actually get volfiles from GD2.
    • GD2 now has a working SunRPC server that implements the required
      mount and portmap programs and procedures for clients to be able to
      fetch volfiles and mount
    • Portmap doesn't work reliably, but we'll fix it soon. For now, portmap returns ports only if your brick paths are /export/brick{1..4}/data. If not, the client enters into an infinite portmap request loop.
  • Multiplexed rest and sunrpc on a single port.
    • One less port to keep open. We could also get gRPC multiplexed on
      this port as well.
  • Refactor all the servers and use supervisor-trees
    • All the current servers in GD2 -- gRPC, rest and sunrpc servers --
      have been refactored. They now implement a standard service
      interface that allows them to be managed using supervisor trees.
      More information can be found in the doc/supervisor-trees.md file