]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Update nvmeof microcopies
authorAfreen Misbah <afreen23.git@gmail.com>
Tue, 27 Aug 2024 04:25:49 +0000 (09:55 +0530)
committerAfreen Misbah <afreen23.git@gmail.com>
Thu, 29 Aug 2024 09:06:01 +0000 (14:36 +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>
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 cc89008eb82c94e6007aafe27c730d631bc4cc8c..6cd1f205913b972b8187ff14d2f173cc98f4ce32 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 a71c406461bdcd71724b95b72e2cec434672f200..586ca57209fe9fbafda3300c4d1e88e7ac88d7d0 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 db91422e8a308ba6e07b4790c939ffea19c682fa..cf7662eac65e95ca6c93b970f095e2ca68fcaa32 100644 (file)
@@ -540,7 +540,7 @@ export class TaskMessageService {
   }
 
   service(metadata: any) {
-    return $localize`Service '${metadata.service_name}'`;
+    return $localize`service '${metadata.service_name}'`;
   }
 
   crudMessage(metadata: any) {