Those aren't FQDNs but the MGR daemons:

quincy-1:~ # ceph orch ps --daemon-type mgr -f json | jq -r '.[].daemon_name'
mgr.quincy-1.pcasdd
mgr.quincy-2.mwrlmj

So the hostname (short) with a random suffix created by cephadm. DNS resolution works, although in this specific (test) environment I do that with /etc/hosts.


Zitat von lejeczek <[email protected]>:

    "mgr/dashboard/quincy-1.pcasdd/crt",
    "mgr/dashboard/quincy-1.pcasdd/key",
    "mgr/dashboard/quincy-2.mwrlmj/crt",
    "mgr/dashboard/quincy-2.mwrlmj/key",

out of curiosity - what are you using here for $name - these are hostnames/FQDNs?
According do CEPH's doc:
"..(where |$name| is the name of the |ceph-mgr| instance, usually the hostname):" And for certs with hostnames there, dns resolutions must work - does that work for you or you connect to mgrs' IPs only?

thanks, L.
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]


_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to