-
Notifications
You must be signed in to change notification settings - Fork 16
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
I have problem to open volumes on my external gluster #34
Comments
Facing 500 internal error for gluster volume status Hello, Volume info
xml version
glusterfs version on debian 9 stretch:
Just calling the info and status_details function using glustercli give the error below:
i'm using gdash to get the gluster information, any advice? |
What is the version of GlusterFS you are using? Looks like latest version is having this key in xml. |
here the version
|
In my case it is:
Below is version of installed glusterfs components:
|
@aravindavk, any progress? |
In some situations it looks like the inodes_free and inodes_total is not being returned by Gluster, but only on certain nodes - For example, I run a cluster which consists of 3 VMS and 1 Docker container. The issue only arises with data generated from the Container (running on my Synology), the other nodes return it perfectly fine. Where I see the exact issue OP raise, where I suspect they are doing the same as me:
The fix for this is to simply add checks to the glustercli/cli/parsers.py.. I've taken a stab at fixing this, not sure if you want to give it a try, you should be able to just drop this in: https://github.com/projx/glustercli-python See the parsers.py line 232, I've altered it to this:
|
@projx Changes looks good till the issue fixed from Gluster side. Are you planning to send it as PR? Thanks |
Assuming you run that repo - If you want it, sure, otherwise just feel free to copy and paste it. Otherwise then yes I can, and wait to see if they pick it up. |
Please send PR. I will merge it and make a new release. |
Sent PR to fix the Is this issue specific to |
When I try to run the gdash for my server I have receive exception when I try to open volumes in UI
In my opinion problem is that xml generated on my machine not include section inodesTotal
'inodes_total': int(node_el.find('inodesTotal').text),
gluster vol status test-volume detail --xml
Below is version of installed glusterfs components:
apt list --installed | grep gluster
The text was updated successfully, but these errors were encountered: