From 19b9ad30e9b564d5d6ac9d26499baec20656790b Mon Sep 17 00:00:00 2001 From: Bishop Clark Date: Tue, 5 Mar 2024 20:26:11 -0800 Subject: [PATCH 1/2] Spelling --- docs/Administrator-Guide/GlusterFS-iSCSI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Administrator-Guide/GlusterFS-iSCSI.md b/docs/Administrator-Guide/GlusterFS-iSCSI.md index 1fa4b3a2..870fce0c 100644 --- a/docs/Administrator-Guide/GlusterFS-iSCSI.md +++ b/docs/Administrator-Guide/GlusterFS-iSCSI.md @@ -8,7 +8,7 @@ A plug-in for the Linux target driver has been written to use the libgfapi. It i LIO is a replacement for the Linux Target Driver that is included in RHEL7. A user-space plug-in mechanism for it is under development. Once that piece of code exists a similar mechanism can be built for gluster as was done for the Linux target driver. -Below is a cookbook to set it up using the Linux Target Driver on the server. This has been tested on XEN and KVM instances within RHEL6, RHEL7, and Fedora 19 instances. In this setup a single path leads to gluster, which represents a performance bottleneck and single point of failure. For HA and load balancing, it is possible to setup two or more paths to different gluster servers using mpio; if the target name is equivalent over each path, mpio will coalless both paths into a single device. +Below is a cookbook to set it up using the Linux Target Driver on the server. This has been tested on XEN and KVM instances within RHEL6, RHEL7, and Fedora 19 instances. In this setup a single path leads to gluster, which represents a performance bottleneck and single point of failure. For HA and load balancing, it is possible to setup two or more paths to different gluster servers using mpio; if the target name is equivalent over each path, mpio will coalesce both paths into a single device. For more information on iSCSI and the Linux target driver, see [1] and [2]. From e031c23ed944899dcf728588a1a798170811c61b Mon Sep 17 00:00:00 2001 From: Bishop Clark Date: Tue, 5 Mar 2024 21:07:00 -0800 Subject: [PATCH 2/2] minor fix-ups to the English --- docs/Administrator-Guide/GlusterFS-iSCSI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Administrator-Guide/GlusterFS-iSCSI.md b/docs/Administrator-Guide/GlusterFS-iSCSI.md index 870fce0c..baa9463d 100644 --- a/docs/Administrator-Guide/GlusterFS-iSCSI.md +++ b/docs/Administrator-Guide/GlusterFS-iSCSI.md @@ -8,7 +8,7 @@ A plug-in for the Linux target driver has been written to use the libgfapi. It i LIO is a replacement for the Linux Target Driver that is included in RHEL7. A user-space plug-in mechanism for it is under development. Once that piece of code exists a similar mechanism can be built for gluster as was done for the Linux target driver. -Below is a cookbook to set it up using the Linux Target Driver on the server. This has been tested on XEN and KVM instances within RHEL6, RHEL7, and Fedora 19 instances. In this setup a single path leads to gluster, which represents a performance bottleneck and single point of failure. For HA and load balancing, it is possible to setup two or more paths to different gluster servers using mpio; if the target name is equivalent over each path, mpio will coalesce both paths into a single device. +Below is a cookbook to set it up using the Linux Target Driver on the server. This has been tested on XEN and KVM instances within RHEL6, RHEL7, and Fedora 19 instances. In this setup a single path leads to gluster, which represents a performance bottleneck and single point of failure. For HA and load balancing, it is possible to set up two or more paths to different gluster servers using MPIO; if the target name is equivalent over each path, MPIO will coalesce both paths into a single device. For more information on iSCSI and the Linux target driver, see [1] and [2].