Project

General

Profile

Bug #36531

Updated by John Spray over 5 years ago

I have a ceph cluster running with 18 OSDs, also created 3 pools with replicated profile.But the MAX AVAIL in showing wrong information because the size information is not my pool size. It is showing almost 10% of overall size of pool. 

 <pre> 
 # ceph df 

 GLOBAL: 
     SIZE         AVAIL        RAW USED       %RAW USED  
     15 TiB       15 TiB         18 GiB            0.12  
 POOLS: 
     NAME              ID       USED       %USED       MAX AVAIL       OBJECTS  
     480GB_HDD         4        36 B           0         141 GiB             4  
     1TB_HDD           7        36 B           0         1.2 TiB             4  
     SSD_HDD_HDD       8        36 B           0         295 GiB             4  
 </pre> 

 Actual size of pools - 
 480GB_HDD = 1440GB 
 1TB_HDD = 12TB 
 SSD_HDD_HDD = 3TB 

Back