From 3014069a7f01c900734e798ad7db8811e5b8f4c9 Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 27 Aug 2024 09:55:49 +0530 Subject: [PATCH] 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) --- .../ceph/block/nvmeof-gateway/nvmeof-gateway.component.html | 3 +-- .../nvmeof-initiators-list.component.html | 3 ++- .../nvmeof-listeners-list/nvmeof-listeners-list.component.html | 2 +- .../nvmeof-namespaces-form.component.html | 2 +- .../block/nvmeof-subsystems/nvmeof-subsystems.component.html | 2 +- .../cluster/services/service-form/service-form.component.html | 2 +- .../frontend/src/app/shared/services/task-message.service.ts | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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 18a4000e14d..c466c8674cc 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.