]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Added comments from ./group_vars/all.sample back into roles/ceph-common/defaults...
authorDavid C Wang <davwang4@cisco.com>
Fri, 3 Jun 2016 19:24:43 +0000 (19:24 +0000)
committerDavid C Wang <davwang4@cisco.com>
Fri, 3 Jun 2016 19:24:43 +0000 (19:24 +0000)
roles/ceph-common/defaults/main.yml

index 5b2897e7e2d544cf28aa63a6b0af4d80d143a498..b75a5be1947c70d0018f852be1cdf026af3ce281 100644 (file)
@@ -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