Project

General

Profile

Bug #27237

Updated by John Spray over 5 years ago

os: Ubuntu 18.04.1 
 ceph version: 13.2.1-1 
 repo: ceph stable for mimic - 'deb https://download.ceph.com/debian-mimic/ bionic main' 

 after updating ceph to the 13.2.1-1 release unix df now reports ceph global raw storage as usable storage. 

 <pre> 
 root@nas:~# df -h | grep /mnt/ceph 
 192.168.1.40:6789:/               91T     58T     33T    64% /mnt/cephfs 
 ceph-fuse                         91T     58T     33T    64% /mnt/ceph-fuse 

 root@nas:~# ceph df 
 GLOBAL: 
     SIZE         AVAIL        RAW USED       %RAW USED 
     91 TiB       33 TiB         58 TiB           63.76 
 POOLS: 
     NAME                  ID       USED          %USED       MAX AVAIL       OBJECTS 
     cephfs.old            36        33 TiB       89.22         4.0 TiB       8792551 
     cephfs_metadata       37       210 MiB           0         2.1 TiB         17062 
     ec62                  48           0 B           0         4.8 TiB             0 
     ec72                  53           0 B           0         5.0 TiB             0 
     cephfs                60           0 B           0         4.8 TiB             0 
     hdd_ec62              61       476 GiB        8.77         4.8 TiB        135766 
 </pre> 

 




Back