- 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)
<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"
<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"
<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"
[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')"
<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"
[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')"
}
service(metadata: any) {
- return $localize`Service '${metadata.service_name}'`;
+ return $localize`service '${metadata.service_name}'`;
}
crudMessage(metadata: any) {