mirror of https://github.com/ceph/ceph-ansible.git
Added comments from ./group_vars/all.sample back into roles/ceph-common/defaults/main.yml
parent
94d2e11425
commit
1106d4de8c
|
@ -123,7 +123,7 @@ ceph_stable_ice_kmod: 3.10-0.1.20140702gitdc9ac62.el7.x86_64
|
|||
#ceph_stable_ice_password: # htaccess password
|
||||
|
||||
# ENTERPRISE VERSION RED HAT STORAGE (from 1.3)
|
||||
# This version is only supported on RHEL 7.1
|
||||
# This version is only supported on RHEL >= 7.1
|
||||
# As of RHEL 7.1, libceph.ko and rbd.ko are now included in Red Hat's kernel
|
||||
# packages natively. The RHEL 7.1 kernel packages are more stable and secure than
|
||||
# using these 3rd-party kmods with RHEL 7.0. Please update your systems to RHEL
|
||||
|
@ -234,7 +234,7 @@ mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the
|
|||
|
||||
## OSD options
|
||||
#
|
||||
journal_size: 0
|
||||
journal_size: 0 # OSD journal size in MB
|
||||
public_network: 0.0.0.0/0
|
||||
cluster_network: "{{ public_network }}"
|
||||
osd_mkfs_type: xfs
|
||||
|
|
Loading…
Reference in New Issue