Good morning, Here are a few issues I noticed with the documentation: 1: Page : Hardware Recommendation ( https://docs.ceph.com/en/latest/start/hardware-recommendations/) Issue: Spelling on word "overprovsioning" 2: Page : Hardware Recommendation ( https://docs.ceph.com/en/latest/start/hardware-recommendations/) Issue: Missing word in sentence "You should also each host’s percentage of the cluster’s overall capacity." Potential fix: Add the word check between "also" and "each" 3: Page: https://docs.ceph.com/en/reef/cephfs/mount-prerequisites/ Issue: Broken Link: "You can use CephFS by mounting it to your local filesystem or by using [cephfs-shell]( https://docs.ceph.com/en/reef/cephfs/cephfs-shell)." 4: Page: https://docs.ceph.com/en/reef/rados/configuration/mon-lookup-dns/#looking-up-monitors-through-dns Issue: lacking information: As you can see in the code here: https://github.com/ceph/ceph/blob/cac7dcd63481ddbc4fe26f4b8d5918510e8be457/src/mon/MonMap.cc#L784 in lines 790-793 and through experimentation you can use the "mon_dns_srv_name" directive to pass either the "ceph-mon" and use DNS search domains, as mentioned on this page or you can pass the name followed by an underscore to manually pass the search domain. For example: ceph-mon_example.com with records placed in _ceph-mon._example.com Have a lovely day _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx