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.
1 parent 6368678 commit edb78f2Copy full SHA for edb78f2
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