Ticket #3214 (closed defect: fixed)
sometimes show incorrect inode information
Reported by: | onlyjob | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.16 |
Component: | mc-core | Version: | 4.8.12 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
On Ceph file system
"df -h /mnt/ceph" reports the following information:
Filesystem Size Used Avail Use% Mounted on 192.168.0.2:/ 19T 7.1T 12T 40% /mnt/ceph
"df -hi /mnt/ceph":
Filesystem Inodes IUsed IFree IUse% Mounted on 192.168.0.2:/ 872K - - - /mnt/ceph
But MC Info panel shows the following:
Filesystem: /mnt/ceph Device: 192.168.0.2:/ Type: ceph Free space: 11T/18T (61%) Free nodes: 18446744073709551615/891794 (-2147483648%)
I hope "free nodes" information can be fixed...
Attachments
Change History
comment:3 Changed 9 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
Branch: 3214_inode_info
changeset:bcbea2523475e9ab071f08e02f51af6b1a4faf05
comment:4 Changed 9 years ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from no branch to approved
comment:5 Changed 9 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [bcbea2523475e9ab071f08e02f51af6b1a4faf05].
Note: See
TracTickets for help on using
tickets.
onlyjob, thanks for reporting.
patch attached with fix