You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2020/03/31 05:24:47 UTC

[kudu] 02/07: [docs] added RHEL/CentOS 8 into the list of supported systems

This is an automated email from the ASF dual-hosted git repository.

adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 1de208dcf19468bbf3f7a67818006ea7a98c1889
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Mon Mar 30 07:51:55 2020 -0700

    [docs] added RHEL/CentOS 8 into the list of supported systems
    
    Change-Id: Ifaa6778e0fb1adc0657c518fa8077154cf471f64
    Reviewed-on: http://gerrit.cloudera.org:8080/15595
    Tested-by: Kudu Jenkins
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
 docs/installation.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/installation.adoc b/docs/installation.adoc
index 08c5c34..415c597 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -45,8 +45,9 @@ only tolerate a single failure; two-master deployments cannot tolerate any failu
 
 .Operating System Requirements
 Linux::
-    - RHEL 6, RHEL 7, CentOS 6, CentOS 7, Ubuntu 14.04 (trusty), Ubuntu 16.04 (xenial),
-      Ubuntu 18.04 (bionic), Debian 8 (Jessie), or SLES 12.
+    - RHEL 6, RHEL 7, RHEL 8, CentOS 6, CentOS 7, CentOS 8,
+      Ubuntu 14.04 (trusty), Ubuntu 16.04 (xenial), Ubuntu 18.04 (bionic),
+      Debian 8 (Jessie), or SLES 12.
     - A kernel and filesystem that support _hole punching_. Hole punching is the use of the
       `fallocate(2)` system call with the `FALLOC_FL_PUNCH_HOLE` option set. See
       link:troubleshooting.html#req_hole_punching[troubleshooting hole punching] for more