From 1106d4de8ceb79ec64610b48e766a0d69c556d6d Mon Sep 17 00:00:00 2001 From: David C Wang Date: Fri, 3 Jun 2016 19:24:43 +0000 Subject: [PATCH] Added comments from ./group_vars/all.sample back into roles/ceph-common/defaults/main.yml --- roles/ceph-common/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 5b2897e7e..b75a5be19 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -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