Project

General

Profile

Documentation #45728

Updated by Sebastian Wagner almost 4 years ago

<pre> <Vasishta_> Hi, after bootstrapping monitor and OSD, I'm getting "WARNING: The same type, major and minor should not be used for multiple devices" (Thrice; I've have 3 OSD devices on the node) for any cephadm cli command, Is it expected ? 
 * kyr (~kyr@dslb-094-219-092-004.094.219.pools.vodafone-ip.de) has joined 
 <SebastianW> Vasishta_: should work anyway 
 <SebastianW> but you could add an issue, if you want to: https://tracker.ceph.com/projects/orchestrator/issues/new 
 <Vasishta_> Yes, it is working, just wanted to know whether if here is a way I can turn off the warning 
 <Vasishta_> (I'll open a downstream tracker (bugzilla) as preferred by my team) 
 <Vasishta_> SebastianW, Is there a way I can specify '--image' while bootstrapping ? 
 <SebastianW> cephadm --image <image> boostrap 
 <SebastianW> cephadm --image <imageY boostrap 
 <SebastianW> Vasishta_: Note that the warning originates from ceph-volume. 
 <SebastianW> jolmomar: do you have the mgr log? https://tracker.ceph.com/issues/45726 
 <Vasishta_> SebastianW, Thanks for the help. (I had tried sudo cephadm bootstrap --mon-ip 10.8.128.116 --image registry-proxy.engineering.redhat.com..... , and it failed saying cephadm: error: unrecognized arguments:) 
 <SebastianW> Vasishta_: yes, the image parameter needs to be added early in the cli command: https://docs.ceph.com/docs/master/man/8/cephadm/#synopsis 
 <SebastianW> and I think you're not the only one running into this. I think we need to enhace https://docs.ceph.com/docs/master/cephadm/install/#bootstrap-a-new-cluster to also include an example for custom images.  
 </pre> <SebastianW> you want to create a doc PR or make a tracker issue for this?

Back