From bf05382f85e040a73a02ae9c99082eeee4160eba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9gory=20Charot?= Date: Tue, 31 May 2016 14:32:04 +0200 Subject: [PATCH] Ambiguous "version is only supported on RHEL 7.1" Change from "only supported on RHEL 7.1" to "only supported on RHEL >= 7.1" for RHS --- group_vars/all.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.sample b/group_vars/all.sample index 057f88488..6358d53d6 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -132,7 +132,7 @@ dummy: #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 -- 2.47.3