Project

General

Profile

Bug #38942

Updated by Alfredo Deza about 5 years ago

Using the latest Nautilus release (14.2.0) we are seeing the following: 

 <pre> 
 + oc --context=91 -n rook-ceph exec -it rook-ceph-tools-774c55f44f-wj9th -- ceph -s 
 Unable to use a TTY - input is not a terminal or the right kind of file 
   cluster: 
     id:       97ce8ce8-811c-46ce-9682-ce535d9859ab 
     health: HEALTH_OK 
 
   services: 
     mon: 3 daemons, quorum a,b,c (age 11m) 
     mgr: no daemons active 
     osd: 0 osds: 0 up, 0 in 
 
   data: 
     pools:     0 pools, 0 pgs 
     objects: 0 objects, 0 B 
     usage:     0 B used, 0 B / 0 B avail 
     pgs:      
 </pre> 

 Since Ceph requires a MGR deamon, this scenario should be treated as a warning at the very least. 

Back