Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan to support glusterfs 7? #17

Closed
adimate90 opened this issue Nov 26, 2019 · 2 comments
Closed

Any plan to support glusterfs 7? #17

adimate90 opened this issue Nov 26, 2019 · 2 comments

Comments

@adimate90
Copy link

Hello,

Today I upgraded glusterfs to 7.0 ( yay ).
However, after the upgrade I noticed that gstatus is not working any more :(
Is there any plan to make a release to gstatus in order to support gluster 7?

root@demo2:~# gluster volume status
Status of volume: gfs
Gluster process TCP Port RDMA Port Online Pid

Brick demo1:/gluster/bricks/1/brick 49152 0 Y 1846
Brick demo2:/gluster/bricks/2/brick 49153 0 Y 24646
Brick arbiter:/gluster/bricks/3/brick 49152 0 Y 16762
Self-heal Daemon on localhost N/A N/A Y 26784
Self-heal Daemon on demo1 N/A N/A Y 1931
Self-heal Daemon on arbiter N/A N/A Y 7603

Task Status of Volume gfs

There are no active volume tasks

root@demo2:~# gstatus -a
gstatus is not compatible with this version of glusterfs 7.0

Thanks!

@adimate90 adimate90 changed the title Any plan to support glusterfs 7.0 Any plan to support glusterfs 7? Nov 26, 2019
@Apollon77
Copy link

if it is just that to avoid the error update the script as described here #11 (comment) ...

@adimate90
Copy link
Author

So, thanks to @Apollon77 and @markebbers's comment, I managed to get gstatus working with 7.0.

What I did:

  1. I edited ./gstatus/gstatuscfg/config.py file and set min_version = 7.0
  2. The I ran: python setup.py install

P.S. This does not guarantee by any means that all the features of gstatus are working correctly, but for my scenario, where I use gstatus to monitor the cluster via zabbix, it does the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants