]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add ceph iscsi test kernel info
authorMike Christie <mchristi@redhat.com>
Sat, 20 Jan 2018 22:06:42 +0000 (16:06 -0600)
committerMike Christie <mchristi@redhat.com>
Sat, 20 Jan 2018 22:06:42 +0000 (16:06 -0600)
Signed-off-by: Mike Christie <mchristi@redhat.com>
doc/rbd/iscsi-target-ansible.rst
doc/rbd/iscsi-target-cli-manual-install.rst
doc/rbd/iscsi-target-cli.rst
doc/rbd/iscsi-targets.rst

index f8f77ab8c78eb932b7b6d00c05fa3f8f288aec60..f57f22bafc67cec751df986c54c2ddcc86f743f5 100644 (file)
@@ -11,7 +11,7 @@ install, and configure the Ceph iSCSI gateway for basic operation.
 
 -  A running Ceph Luminous (12.2.x) cluster or newer
 
--  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-stable>`_
+-  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client test kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-test>`_
 
 -  The ``ceph-iscsi-config`` package installed on all the iSCSI gateway nodes
 
index d5e0bc097c0b35ce06a2b9910b5b0855a8b48d00..4427b8696f61b45547a9b4136f5b2e453697c203 100644 (file)
@@ -34,13 +34,19 @@ on each machine that will be a iSCSI gateway:
 -  Linux Kernel
 
    If not using a distro kernel that contains the required Ceph iSCSI patches,
-   then Linux kernel v4.17 or newer or the ceph-client ceph-iscsi-stable
-   branch must be used. To get the ceph-iscsi-stable branch run:
+   then Linux kernel v4.17 or newer or the ceph-client ceph-iscsi-test
+   branch must be used. To get the branch run:
 
    ::
 
        > git clone https://github.com/ceph/ceph-client.git
-       > git checkout ceph-iscsi-stable
+       > git checkout ceph-iscsi-test
+
+   .. warning::
+       ceph-iscsi-test is not for production use. It should only be used
+       for proof of concept setups and testing. The kernel is only updated
+       with Ceph iSCSI patches. General security and bug fixes from upstream
+       are not applied.
 
    Check your distro's docs for specific instructions on how to build a
    kernel. The only Ceph iSCSI specific requirements are the following
index 3a312cade5f34725372914aff41c260ad5892d1a..2bc0dfc2621b1a560ebb8174289bc709561204fb 100644 (file)
@@ -11,7 +11,7 @@ install, and configure the Ceph iSCSI gateway for basic operation.
 
 -  A running Ceph Luminous or later storage cluster
 
--  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-stable>`_
+-  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client test kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-test>`_
 
 -  The following packages must be installed from your Linux distribution's software repository:
 
@@ -183,7 +183,7 @@ to create a iSCSI target and export a RBD image as LUN 0.
        > /iscsi-target...-igw/gateways>  create ceph-gw-1 10.172.19.21
        > /iscsi-target...-igw/gateways>  create ceph-gw-2 10.172.19.22
 
-   If not using RHEL/CentOS or using an upstream or ceph-iscsi-stable kernel,
+   If not using RHEL/CentOS or using an upstream or ceph-iscsi-test kernel,
    the skipchecks=true argument must be used. This will avoid the Red Hat kernel
    and rpm checks:
 
index 265996599d541430e31902461648c955f84e3159..573655611dba5103d0e0498ec3e473bfe3d7a8af 100644 (file)
@@ -8,7 +8,7 @@ within OpenStack environments. Starting with the Ceph Luminous release,
 block-level access is expanding to offer standard iSCSI support allowing
 wider platform usage, and potentially opening new use cases.
 
--  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-stable>`_
+-  RHEL/CentOS 7.5; Linux kernel v4.17 or newer; or the `Ceph iSCSI client test kernel <https://shaman.ceph.com/repos/kernel/ceph-iscsi-test>`_
 
 -  A working Ceph Storage cluster, deployed with ``ceph-ansible`` or using the command-line interface