We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f81151 + edb78f2 commit ed730c5Copy full SHA for ed730c5
etc/kayobe/cephadm.yml
@@ -41,9 +41,16 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
41
# Whether to enable firewalld for Ceph storage hosts.
42
#cephadm_enable_firewalld:
43
44
+# List of /dev/device paths to use, e.g. for multipath devices that can't be
45
+# used with an OSD spec.
46
+#cephadm_osd_devices:
47
+
48
# Ceph OSD specification.
49
#cephadm_osd_spec:
50
51
+# Additional arguments to pass to `cephadm bootstrap`.
52
+#cephadm_bootstrap_additional_parameters:
53
54
###############################################################################
55
# Ceph post-deployment configuration.
56
0 commit comments