Skip to content

Commit 1d66934

Browse files
Merge pull request #96 from pranavprakash20/patch-1
Update basic-ceph-cthon.sh to allow fqdn
2 parents 69ee6b7 + 81fd8ee commit 1d66934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph/basic-ceph-cthon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fi
8686
dnf install -y cephadm
8787
cephadm add-repo --release squid
8888
dnf install -y ceph
89-
cephadm bootstrap --mon-ip $(hostname -I | awk '{print $1}') --single-host-defaults
89+
cephadm bootstrap --mon-ip $(hostname -I | awk '{print $1}') --single-host-defaults --allow-fqdn-hostname
9090
ceph auth get client.bootstrap-osd -o /var/lib/ceph/bootstrap-osd/ceph.keyring
9191

9292
# Create a virtual disk file (for OSD storage):

0 commit comments

Comments
 (0)