From: Afreen Misbah Date: Tue, 27 Aug 2024 04:25:49 +0000 (+0530) Subject: mgr/dashboard: Update nvmeof microcopies X-Git-Tag: v19.2.1~224^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59718%2Fhead;p=ceph.git mgr/dashboard: Update nvmeof microcopies - As per the review from the stakeholders , updating the microcopies in nvmeof. - in task service file changed casing of `Service` to align with rest. Fixes https://tracker.ceph.com/issues/67728 Signed-off-by: Afreen Misbah (cherry picked from commit 5d1ee140d0514348faa1db323a18c69fcb8950e6) --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html index 18a4000e14de..c466c8674cca 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html @@ -3,8 +3,7 @@ Gateways - The NVMe-oF gateway integrates Ceph with the NVMe over TCP (NVMe/TCP) protocol to provide an NVMe/TCP target that exports RADOS Block Device (RBD) images. - + Ceph NVMe-oF gateways provide Ceph Block Device storage through NVMe/TCP. For VMware clients the NVMe/TCP volumes display as VMFS Datastores. For Linux clients the NVMe/TCP volumes display as as block devices.
- The client that connects to the NVMe-oF target to access NVMe storage. + An initiator (or host) is the client that connects to the NVMe-oF target to access NVMe storage. + The NVMe/TCP protocol allows initiators, to send NVMe-oF commands to storage devices, which are known as targets. - A listener defines the IP port on the gateway that is to process NVMe/TCP commands and I/O operations. + A listener defines the IP address and port on the gateway that is used to process NVMe/TCP admin and I/O commands to a subsystem. {{ pool.pool_name }} - A RBD application-enabled pool where the image will be created. + An RBD application-enabled pool where the image will be created. Subsystems - A subsystem presents a collection of controllers which are used to access namespaces. + A subsystem provides access control to which hosts can access the namespaces within the subsystem. {{ pool.pool_name }} - A pool in which the gateway configuration can be managed. + An RBD application-enabled pool in which the gateway configuration can be managed.