Feat: Add volume commands to show total available space and per-node brick usage #4622
Replies: 2 comments
-
Can you write an rfc patch for that functionality? |
Beta Was this translation helpful? Give feedback.
-
@ThalesBarretto
Also would it be worth adding to the discussion the ability for glusterfs to appear as the full available size and not just the smallest node space when running tools like df -h in the mount point (upon researching I think this is an intended feature rather than a bug) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
GlusterFs should provide commands to see how much storage is being used per node, and the total available space a volume has, df does not work with this, and frequently encounters bugs or intended behavior where either the smallest node storage limits is shown, so a purpose made tool would be more reliable, and there should be a command to see per node usage of storage space as its useful for several reasons, like debugging some storage issues. This is better than sshing into each node and running du or df (if you allocated a whole partition).
There was a issue about total available space: #601but it was auto-closed, I assume the bot wont auto-close discussions so I am making this here for better visibility.
Beta Was this translation helpful? Give feedback.
All reactions