Displaying 2 results from an estimated 2 matches for "d9b5abff".
Did you mean:
d915abf1
2018 Apr 12
0
how to get the true used capacity of the volume
...ocated.
How do I get the capacity of each volume in this case?
[root at f08n29glusterfs-3.7.20]# df -hT | grep f08n29
f08n29:/usage_test fuse.glusterfs 50G 24G 27G 48% /mnt
[root at f08n29glusterfs-3.7.20]# gluster volume info usage_test
Volume Name: usage_test
Type: Distribute
Volume ID: d9b5abff-9f69-41ce-80b3-3dc4ba1d77b3
Status: Started
Number of Bricks: 1
Transport-type: tcp
Bricks:
Brick1: f08n29:/brick1
Options Reconfigured:
performance.readdir-ahead: on
[root at f08n29glusterfs-3.7.20]# du -sh /brick1
100K/brick1
Is there any command that can check the actual space used by each vol...
2018 Apr 13
0
how to get the true used capacity of the volume
...ch volume in this case?
>
> [root at f08n29glusterfs-3.7.20]# df -hT | grep f08n29
> *f08n29:/usage_test fuse.glusterfs 50G 24G 27G 48% /mnt*
>
> [root at f08n29glusterfs-3.7.20]# gluster volume info usage_test
> Volume Name: usage_test
> Type: Distribute
> Volume ID: d9b5abff-9f69-41ce-80b3-3dc4ba1d77b3
> Status: Started
> Number of Bricks: 1
> Transport-type: tcp
> Bricks:
> *Brick1: f08n29:/brick1*
> Options Reconfigured:
> performance.readdir-ahead: on
>
> [root at f08n29glusterfs-3.7.20]# du -sh /brick1
> *100K/brick1*
>
> Is ther...