glusterd2 icon indicating copy to clipboard operation
glusterd2 copied to clipboard

[DEPRECATED] Glusterd2 is the distributed management framework to be used for GlusterFS.

Results 100 glusterd2 issues
Sort by recently updated
recently updated
newest added

Hello, the last commit to this repository was on Mar 29, 2019. Does it mean that the glusterd2 is already deprecated and will not be developed any more?

Issue: https://github.com/gluster/glusterd2/issues/428

priority: low

When using gluster virtual block the block can be formatted with xfs, ext* filesystems. Hence add the relevant packages to the glusterd container.

in progress

Hi, you have an unneeded depency to rpcbind service in your systemd unit file: ``` [Unit] Description=GlusterD2, the management service for GlusterFS (pre-release) Requires=rpcbind.service After=network.target rpcbind.service Before=network-online.target Conflicts=glusterd.service ``` Please...

in progress

### Observed behavior Device registration often fails in container world. Specifically when I am trying to run in minikube etc. ### Expected/desired behavior Considering we now have 'loopback' brick support,...

This commit does 3 things, 1. Move required types and functions from the old transaction package to the transactionv2 package. 2. Remove the old transaction package. 3. Rename the transactionv2...

in progress

FW: ReST
FW: RPC
priority: medium

Note: I didn't setup an ETCD url. I assume that either way, glusterd should fail fast and obviously if ETCD isnt working, however, its a silent failure. ## Observed behavior...

### Observed behavior Having a single PVC (without brick-mux enabled), reboot gluster-node-1 and post reboot, brick process on gluster-node-1 is not running. ``` [root@gluster-kube1-0 /]# glustercli volume status Volume :...

bug