We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ee6b7 + 81fd8ee commit 1d66934Copy full SHA for 1d66934
ceph/basic-ceph-cthon.sh
@@ -86,7 +86,7 @@ fi
86
dnf install -y cephadm
87
cephadm add-repo --release squid
88
dnf install -y ceph
89
-cephadm bootstrap --mon-ip $(hostname -I | awk '{print $1}') --single-host-defaults
+cephadm bootstrap --mon-ip $(hostname -I | awk '{print $1}') --single-host-defaults --allow-fqdn-hostname
90
ceph auth get client.bootstrap-osd -o /var/lib/ceph/bootstrap-osd/ceph.keyring
91
92
# Create a virtual disk file (for OSD storage):
0 commit comments