Project

General

Profile

Bug #44982

Updated by Sebastian Wagner about 4 years ago

 
 <pre> 
 root@ceph01:~# ceph cephadm get-pub-key 
 Error ENOTSUP: Module 'cephadm' is not enabled (required by command 'cephadm get-pub-key'): use `ceph mgr module enable cephadm` to enable it 
 </pre> 

 Hmm..okay, lets enable it: 
 <pre> 
 root@ceph01:~# ceph mgr module enable cephadm 

 


 root@ceph01:~# ceph cephadm get-pub-key 
 Error ENOTSUP: Module 'cephadm' is not enabled (required by command 'cephadm get-pub-key'): use `ceph mgr module enable cephadm` to enable it 
 </pre> 

 Hmm..i thought i enabled it?! 
 Wait about 10 Seconds, grab a beer, then it works... 

 <pre> 
 root@ceph01:~# ceph cephadm get-pub-key 
 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDanNWu8Gl0xvcxcETTv4YIb/ZBOrybZSxm4cb7n1LmaxYkab8r9Nst5gRF3QT94os6IcpPBo6FCDwZD8/w0f9cQTZQFJ4sdfsdfrZwtIo5vsl+AsRKlxpD21DZXC7jnkbFR6V1BnvEs6+XaB8q/W43c1lGkf2MBimbl1MmoKCX+UCLbI4M01CWJ6dAykmmMfQbgYFS6WPeSOVK54HN/Lznjdk0st9KAd3hGON3KYUaIkFFZqkYUmTcOmP5/w7Cmg0cBWlQi6H6cxxcvxcvx35thJsjZtcpEPyzEy1Ym5nmutd1nGbV+FsD7BxGdRhyD root@ceph01 

 </pre> 
 Might be related to: https://tracker.ceph.com/issues/44905 

Back