Skip to content

Commit 32fc114

Browse files
authored
Merge pull request #69310 from sr1kar99/removing-instances-of-single-node
TELCODOCS#1255: Removed all instances of single-node
2 parents 5e45f49 + a74de44 commit 32fc114

18 files changed

+50
-50
lines changed

modules/deploying-lvms-on-sno-cluster.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_mod-docs-content-type: CONCEPT
66
[id="lvms-preface-sno-ran_{context}"]
7-
= Deploying {lvms} on {sno} clusters
7+
= Deploying {lvms}
88

9-
You can deploy {lvms} on a {sno} bare-metal or user-provisioned infrastructure cluster and configure it to dynamically provision storage for your workloads.
9+
You can deploy {lvms} on a bare-metal or user-provisioned infrastructure cluster and configure it to dynamically provision storage for your workloads.
1010

1111
{lvms} creates a volume group using all the available unused disks and creates a single thin pool with a size of 90% of the volume group.
1212
The remaining 10% of the volume group is left free to enable data recovery by expanding the thin pool when required.
@@ -15,30 +15,30 @@ You might need to manually perform such recovery.
1515
You can use persistent volume claims (PVCs) and volume snapshots provisioned by {lvms} to request storage and create volume snapshots.
1616

1717
{lvms} configures a default overprovisioning limit of 10 to take advantage of the thin-provisioning feature.
18-
The total size of the volumes and volume snapshots that can be created on the {sno} clusters is 10 times the size of the thin pool.
18+
The total size of the volumes and volume snapshots that can be created on the clusters is 10 times the size of the thin pool.
1919

20-
You can deploy {lvms} on {sno} clusters using one of the following:
20+
You can deploy {lvms} using one of the following:
2121

2222
* {rh-rhacm-first}
2323
* {product-title} Web Console
2424
2525
[id="lvms-deployment-requirements-for-sno-ran_{context}"]
2626
== Requirements
2727

28-
Before you begin deploying {lvms} on {sno} clusters, ensure that the following requirements are met:
28+
Before you begin deploying {lvms}, ensure that the following requirements are met:
2929

3030
* You have installed {rh-rhacm-first} on an {product-title} cluster.
31-
* Every managed {sno} cluster has dedicated disks that are used to provision storage.
31+
* Every managed cluster has dedicated disks that are used to provision storage.
3232

33-
Before you deploy {lvms} on {sno} clusters, be aware of the following limitations:
33+
Before you deploy {lvms}, be aware of the following limitations:
3434

3535
* You can only create a single instance of the `LVMCluster` custom resource (CR) on an {product-title} cluster.
3636
* When a device becomes part of the `LVMCluster` CR, it cannot be removed.
3737

3838
[id="lvms-deployment-limitations-for-sno-ran_{context}"]
3939
== Limitations
4040

41-
For deploying {sno}, LVM Storage has the following limitations:
41+
For deploying {product-title}, LVM Storage has the following limitations:
4242

4343
* The total storage size is limited by the size of the underlying Logical Volume Manager (LVM) thin pool and the overprovisioning factor.
4444
* The size of the logical volume depends on the size of the Physical Extent (PE) and the Logical Extent (LE).

modules/lvms-creating-logical-volume-manager-cluster.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-creating-lvms-cluster_{context}"]
7-
= Creating a Logical Volume Manager cluster on a {sno} worker node
7+
= Creating a Logical Volume Manager cluster on a worker node
88

9-
You can configure a {sno} worker node as a Logical Volume Manager cluster.
10-
On the control-plane {sno} node, {lvms} detects and uses the additional worker nodes when the new nodes become active in the cluster.
9+
You can configure a worker node as a Logical Volume Manager cluster.
10+
On the control-plane node, {lvms} detects and uses the additional worker nodes when the new nodes become active in the cluster.
1111

1212
[NOTE]
1313
====
@@ -17,7 +17,7 @@ When you create a Logical Volume Manager cluster, `StorageClass` and `LVMVolumeG
1717
`LVMVolumeGroup` CRs provide the back-end storage for the persistent volumes that you create.
1818
====
1919

20-
Perform the following procedure to create a Logical Volume Manager cluster on a {sno} worker node.
20+
Perform the following procedure to create a Logical Volume Manager cluster on a worker node.
2121

2222
[NOTE]
2323
====
@@ -30,7 +30,7 @@ You also can perform the same task by using the {product-title} web console.
3030
3131
* You have logged in as a user with `cluster-admin` privileges.
3232
33-
* You installed {lvms} in a {sno} cluster and have installed a worker node for use in the {sno} cluster.
33+
* You installed {lvms} in a cluster and have installed a worker node for use in the cluster.
3434
3535
.Procedure
3636

@@ -74,7 +74,7 @@ Configure the local device paths of the disks as an array of values in the `devi
7474
When configuring multiple device classes, you must specify the device path for each device.
7575
<2> Set `fstype` to `ext4` or `xfs`. By default, it is set to `xfs` if the setting is not specified.
7676
<3> Mandatory: The `LVMCluster` resource must contain a single default storage class. Set `default: false` for secondary device storage classes.
77-
If you are upgrading the `LVMCluster` resource from a previous version, you must specify a single default device class.
77+
If you are updating the `LVMCluster` resource from a previous version, you must specify a single default device class.
7878
<4> Optional. To control or restrict the volume group to your preferred devices, you can manually specify the local paths of the devices in the `deviceSelector` section of the `LVMCluster` YAML. The `paths` section refers to devices the `LVMCluster` adds, which means those paths must exist. The `optionalPaths` section refers to devices the `LVMCluster` might add. You must specify at least one of `paths` or `optionalPaths` when specifying the `deviceSelector` section. If you specify `paths`, it is not mandatory to specify `optionalPaths`. If you specify `optionalPaths`, it is not mandatory to specify `paths` but at least one optional path must be present on the node. If you do not specify any paths, then the `LVMCluster` adds the unused devices on the node.
7979
<5> Optional: To control what worker nodes the `LVMCluster` CR is applied to, specify a set of node selector labels.
8080
The specified labels must be present on the node in order for the `LVMCluster` to be scheduled on that node.

modules/lvms-creating-volume-clones-in-single-node-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-creating-volume-clones-in-single-node-openshift_{context}"]
7-
= Creating volume clones in {sno}
7+
= Creating volume clones
88

99
You create a clone of a volume to make a point-in-time copy of the data.
1010
A persistent volume claim (PVC) cannot be cloned with a different size.

modules/lvms-creating-volume-snapshots-in-single-node-openshift.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-creating-volume-snapshots-in-single-node-openshift_{context}"]
7-
= Creating volume snapshots in {sno}
7+
= Creating volume snapshots
88

99
You can create volume snapshots based on the available capacity of the thin pool and the overprovisioning limits.
1010
{lvms} creates a `VolumeSnapshotClass` with the `lvms-<deviceclass-name>` name.
@@ -16,7 +16,7 @@ You can create volume snapshots based on the available capacity of the thin pool
1616
1717
.Procedure
1818

19-
. Log in to the {sno} for which you need to run the `oc` command.
19+
. Log in to the {product-title} by running the `oc` command.
2020
. Save the following YAML to a file with a name such as `lvms-vol-snapshot.yaml`.
2121
+
2222
.Example YAML to create a volume snapshot

modules/lvms-deleting-cloned-volumes-in-single-node-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-deleting-cloned-volumes-in-single-node-openshift_{context}"]
7-
= Deleting cloned volumes in {sno}
7+
= Deleting cloned volumes
88

99
You can delete cloned volumes.
1010

modules/lvms-deleting-volume-snapshots-in-single-node-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-deleting-volume-snapshots-in-single-node-openshift_{context}"]
7-
= Deleting volume snapshots in {sno}
7+
= Deleting volume snapshots
88

99
You can delete volume snapshots resources and persistent volume claims (PVCs).
1010

modules/lvms-installing-logical-volume-manager-operator-using-openshift-web-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install {lvms-first} by using the Red Hat {product-title} OperatorHub.
1010

1111
.Prerequisites
1212

13-
* You have access to the {sno} cluster.
13+
* You have access to the cluster.
1414
* You are using an account with the `cluster-admin` and Operator installation permissions.
1515
1616
.Procedure
@@ -26,7 +26,7 @@ You can install {lvms-first} by using the Red Hat {product-title} OperatorHub.
2626
If the `openshift-storage` namespace does not exist, it is created during the operator installation.
2727
.. *Approval Strategy* as *Automatic* or *Manual*.
2828
+
29-
If you select *Automatic* updates, then the Operator Lifecycle Manager (OLM) automatically upgrades the running instance of your Operator without any intervention.
29+
If you select *Automatic* updates, then the Operator Lifecycle Manager (OLM) automatically updates the running instance of your Operator without any intervention.
3030
+
3131
If you select *Manual* updates, then the OLM creates an update request.
3232
As a cluster administrator, you must then manually approve that update request to update the Operator to a newer version.

modules/lvms-installing-logical-volume-manager-operator-using-rhacm.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
[id="lvms-installing-odf-logical-volume-manager-operator-using-rhacm_{context}"]
77
= Installing {lvms} using {rh-rhacm}
88

9-
{lvms} is deployed on {sno} clusters using {rh-rhacm-first}.
9+
{lvms} is deployed on the clusters using {rh-rhacm-first}.
1010
You create a `Policy` object on {rh-rhacm} that deploys and configures the Operator when it is applied to managed clusters which match the selector specified in the `PlacementRule` resource.
1111
The policy is also applied to clusters that are imported later and satisfy the placement rule.
1212

1313
.Prerequisites
1414
* Access to the {rh-rhacm} cluster using an account with `cluster-admin` and Operator installation permissions.
15-
* Dedicated disks on each {sno} cluster to be used by {lvms}.
16-
* The {sno} cluster needs to be managed by {rh-rhacm}, either imported or created.
15+
* Dedicated disks on each cluster to be used by {lvms}.
16+
* The cluster needs to be managed by {rh-rhacm}, either imported or created.
1717
1818
.Procedure
1919

@@ -152,7 +152,7 @@ spec:
152152
remediationAction: enforce
153153
severity: low
154154
----
155-
<1> Replace the key and value in `PlacementRule.spec.clusterSelector` to match the labels set on the {sno} clusters on which you want to install {lvms}.
155+
<1> Replace the key and value in `PlacementRule.spec.clusterSelector` to match the labels set on the clusters on which you want to install {lvms}.
156156
<2> Optional. To control or restrict the volume group to your preferred devices, you can manually specify the local paths of the devices in the `deviceSelector` section of the `LVMCluster` YAML. The `paths` section refers to devices the `LVMCluster` adds, which means those paths must exist. The `optionalPaths` section refers to devices the `LVMCluster` might add. You must specify at least one of `paths` or `optionalPaths` when specifying the `deviceSelector` section. If you specify `paths`, it is not mandatory to specify `optionalPaths`. If you specify `optionalPaths`, it is not mandatory to specify `paths` but at least one optional path must be present on the node. If you do not specify any paths, it will add all unused devices on the node.
157157
<3> To add a node filter, which is a subset of the additional worker nodes, specify the required filter in the `nodeSelector` section. {lvms} detects and uses the additional worker nodes when the new nodes show up.
158158
+
@@ -174,9 +174,9 @@ This `nodeSelector` node filter matching is not the same as the pod label matchi
174174
+
175175
This creates a `Policy`, a `PlacementRule`, and a `PlacementBinding` object in the `lvms-policy-ns` namespace.
176176
The policy creates a `Namespace`, `OperatorGroup`, `Subscription`, and `LVMCluster` resource on the clusters that match the placement rule.
177-
This deploys the Operator on the {sno} clusters which match the selection criteria and configures it to set up the required resources to provision storage.
177+
This deploys the Operator on the clusters which match the selection criteria and configures it to set up the required resources to provision storage.
178178
The Operator uses all the disks specified in the `LVMCluster` CR.
179-
If no disks are specified, the Operator uses all the unused disks on the {sno} node.
179+
If no disks are specified, the Operator uses all the unused disks on the node.
180180
+
181181
[IMPORTANT]
182182
====

modules/lvms-monitoring-logical-volume-manager-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="lvms-monitoring-using-lvms_{context}"]
77
= Monitoring {lvms}
88

9-
When you use {rh-rhacm} to install {lvms}, you must configure {rh-rhacm} Observability to monitor all the {sno} clusters from one place.
9+
When you use {rh-rhacm} to install {lvms}, you must configure {rh-rhacm} Observability to monitor all the clusters from one place.
1010

1111
[id="lvms-monitoring-using-lvms-metrics_{context}"]
1212
== Metrics

modules/lvms-restoring-volume-snapshots-in-single-node-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="lvms-restoring-volume-snapshots-in-single-node-openshift_{context}"]
7-
= Restoring volume snapshots in {sno}
7+
= Restoring volume snapshots
88

99
When you restore a volume snapshot, a new persistent volume claim (PVC) is created.
1010
The restored PVC is independent of the volume snapshot and the source PVC.

0 commit comments

Comments
 (0)