Skip to content

Commit 874d37e

Browse files
authored
Merge pull request #48244 from jeana-redhat/edit-machines-with-disks
RN feedback followup in main docs for ultra disks
2 parents 5e66ccb + 1ef442c commit 874d37e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/machineset-azure-ultra-disk.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ endif::[]
1616

1717
:_content-type: CONCEPT
1818
[id="machineset-azure-ultra-disk_{context}"]
19-
ifdef::mapi[= Machine sets that deploy machines on ultra disks as data disks]
20-
ifdef::pvc[= Machine sets that deploy machines on ultra disks using PVCs]
19+
ifdef::mapi[= Machine sets that deploy machines with ultra disks as data disks]
20+
ifdef::pvc[= Machine sets that deploy machines with ultra disks using PVCs]
2121

22-
You can create a machine set running on Azure that deploys machines on ultra disks. Ultra disks are high-performance storage that are intended for use with the most demanding data workloads.
22+
You can create a machine set running on Azure that deploys machines with ultra disks. Ultra disks are high-performance storage that are intended for use with the most demanding data workloads.
2323

2424
ifdef::mapi[]
2525
You can also create a persistent volume claim (PVC) that dynamically binds to a storage class backed by Azure ultra disks and mounts them to pods.
@@ -31,7 +31,7 @@ Data disks do not support the ability to specify disk throughput or disk IOPS. Y
3131
endif::mapi[]
3232

3333
ifdef::pvc[]
34-
Both the in-tree plug-in and CSI driver support using PVCs to enable ultra disks. You can also deploy machines on ultra disks as data disks without creating a PVC.
34+
Both the in-tree plug-in and CSI driver support using PVCs to enable ultra disks. You can also deploy machines with ultra disks as data disks without creating a PVC.
3535
endif::pvc[]
3636

3737
ifeval::["{context}" == "creating-machineset-azure"]

modules/machineset-creating-azure-ultra-disk.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ endif::[]
1616

1717
:_content-type: PROCEDURE
1818
[id="machineset-creating-azure-ultra-disk_{context}"]
19-
= Creating machines on ultra disks by using machine sets
19+
= Creating machines with ultra disks by using machine sets
2020

21-
You can deploy machines on ultra disks on Azure by editing your machine set YAML file.
21+
You can deploy machines with ultra disks on Azure by editing your machine set YAML file.
2222

2323
.Prerequisites
2424

@@ -113,7 +113,7 @@ endif::mapi[]
113113
$ oc edit machineset <machine-set-name>
114114
----
115115
+
116-
where `<machine-set-name>` is the machine set that you want to provision machines on ultra disks.
116+
where `<machine-set-name>` is the machine set that you want to provision machines with ultra disks.
117117

118118
. Add the following lines in the positions indicated:
119119
+

0 commit comments

Comments
 (0)