]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Update nvmeof microcopies 59718/head
authorAfreen Misbah <afreen23.git@gmail.com>
Tue, 27 Aug 2024 04:25:49 +0000 (09:55 +0530)
committerAfreen Misbah <afreen23.git@gmail.com>
Wed, 11 Sep 2024 05:13:43 +0000 (10:43 +0530)
- 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 <afreen23.git@gmail.com>
(cherry picked from commit 5d1ee140d0514348faa1db323a18c69fcb8950e6)

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts

index 18a4000e14de6923ade0fa6749512f3557d20235..c466c8674cca32400acc625099ee270a2f4e1669 100644 (file)
@@ -3,8 +3,7 @@
 <legend i18n>
   Gateways
   <cd-help-text>
-    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.
-  </cd-help-text>
+    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.</cd-help-text>
 </legend>
 <div>
   <cd-table [data]="gateways"
index 29ebbe645d131d53c067122fc5e426f5452e1211..bdbe7320cfaa6fd4f9930fa8b2e4fe52515678e1 100644 (file)
@@ -1,6 +1,7 @@
 <legend>
   <cd-help-text>
-      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.
   </cd-help-text>
 </legend>
 <cd-table [data]="initiators"
index da0015541207d34331dbda082a64e99b2d0fdb0f..1a24ddfd28cefcdbfef0c101efc86394a5260370 100644 (file)
@@ -1,6 +1,6 @@
 <legend>
   <cd-help-text>
-    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.
   </cd-help-text>
 </legend>
 <cd-table [data]="listeners"
index 72576b7e6426d03212417a43adf61a8eabaa9126..87e474de757c885f9b79c7717772af521ec090b7 100644 (file)
@@ -39,7 +39,7 @@
                       [value]="pool.pool_name">{{ pool.pool_name }}</option>
             </select>
             <cd-help-text i18n>
-              A RBD application-enabled pool where the image will be created.
+              An RBD application-enabled pool where the image will be created.
             </cd-help-text>
             <span class="invalid-feedback"
                   *ngIf="nsForm.showError('pool', formDir, 'required')"
index 4dc044373302d1669816265035d17fc066fdd632..038ac9d3c356c6a8e4406bc2c2eb114c6935e79b 100644 (file)
@@ -2,7 +2,7 @@
 <legend i18n>
   Subsystems
   <cd-help-text>
-    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.
   </cd-help-text>
 </legend>
 <cd-table [data]="subsystems"
index bd8b12564eb66920654f0c2b5c5cdce3497b7d6e..34ea0fbac42a5b6789f4cd66c52d3e4f331f96e1 100644 (file)
@@ -97,7 +97,7 @@
                       [value]="pool.pool_name">{{ pool.pool_name }}</option>
             </select>
             <cd-help-text i18n>
-              A pool in which the gateway configuration can be managed.
+              An RBD application-enabled pool in which the gateway configuration can be managed.
             </cd-help-text>
             <span class="invalid-feedback"
                   *ngIf="serviceForm.showError('pool', frm, 'required')"
index c4f57286a3af7114478de8d3d9fc9c5f92da97b1..42fc617b12cf747f5e57a90e55f039876b9b8778 100644 (file)
@@ -534,7 +534,7 @@ export class TaskMessageService {
   }
 
   service(metadata: any) {
-    return $localize`Service '${metadata.service_name}'`;
+    return $localize`service '${metadata.service_name}'`;
   }
 
   crudMessage(metadata: any) {