Project

General

Profile

Bug #49860

Updated by Sebastian Wagner about 3 years ago

version - cephadm-16.1.0-603.el8cp.noarch 

 cmd: 

 <pre> 
   - cephadm 
   - --image 
   - registry.redhat.io/openshift4/ose-prometheus-alertmanager:v4.6 
   - adopt 
   - --cluster 
   - ceph 
   - --name 
   - alertmanager.ceph-vasishta-1615821696698-node10-grafana 
   - --style 
   - legacy 
   - --skip-pull 
 </pre> 

 


 Output -  

 <pre> 
  
 stderr: 'ERROR: could not detect legacy fsid; set fsid in ceph.conf' 
 </pre> 

 Actually conf file was not existing on the node 

 So It would be apt if we can Error out to user saying conf file doesn't exist

Back