Project

General

Profile

Feature #42685

Updated by Alfonso Martínez over 4 years ago

When there is no rbd-mirror daemon running 
 and you set an rbd pool with rbd mirroring mode "pool", 
 "Health" column is showing "error" 
 but if you run: 
 # rbd mirror pool status {pool-name} 
 health: OK 
 images: 0 total 

 It seems that "Health" column is not showing info related to the 
 aforementioned command but if the daemon is managing the pool. 

 After dashboard team conversation, there is agreement on implementing 2 fixes: 

 1) Rename "Health" column to "Status" "Managed" (or similar) 
 and set the status accordingly. 

 2) Add "Health" column after retrieving the same info as 
 "rbd mirror pool status {pool-name}" > "health" field 
 and set info accordingly.

Back