From 20793dc9a785dcbc74e197e2adaef7665187e7fd Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Tue, 5 Aug 2025 17:07:47 -0400 Subject: [PATCH] OSDOCS-14022#Move local storage info up a level for visibility --- _topic_maps/_topic_map.yml | 24 ++--- .../install-sno-installing-sno.adoc | 2 +- ...agent-based-installed-cluster-for-mce.adoc | 5 +- .../planning-migration-3-4.adoc | 2 +- .../ibmz-post-install.adoc | 8 +- release_notes/ocp-4-14-release-notes.adoc | 4 +- scalability_and_performance/using-rfhe.adoc | 2 +- .../ztp_far_edge/ztp-manual-install.adoc | 2 +- .../persistent_storage_local/_attributes | 0 .../persistent_storage_local/images | 0 .../persistent_storage_local/modules | 0 .../persistent-storage-hostpath.adoc | 0 .../persistent-storage-local.adoc | 2 +- .../persistent-storage-using-lvms.adoc | 89 +++++++++++-------- .../persistent_storage_local/snippets | 0 .../ways-to-provision-local-storage.adoc | 0 16 files changed, 78 insertions(+), 62 deletions(-) rename storage/{persistent_storage => }/persistent_storage_local/_attributes (100%) rename storage/{persistent_storage => }/persistent_storage_local/images (100%) rename storage/{persistent_storage => }/persistent_storage_local/modules (100%) rename storage/{persistent_storage => }/persistent_storage_local/persistent-storage-hostpath.adoc (100%) rename storage/{persistent_storage => }/persistent_storage_local/persistent-storage-local.adoc (87%) rename storage/{persistent_storage => }/persistent_storage_local/persistent-storage-using-lvms.adoc (52%) rename storage/{persistent_storage => }/persistent_storage_local/snippets (100%) rename storage/{persistent_storage => }/persistent_storage_local/ways-to-provision-local-storage.adoc (100%) diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 90daa32aa154..a69237378d80 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -1654,18 +1654,18 @@ Topics: File: persistent-storage-ocs - Name: Persistent storage using VMware vSphere File: persistent-storage-vsphere - - Name: Persistent storage using local storage - Dir: persistent_storage_local - Distros: openshift-enterprise,openshift-origin - Topics: - - Name: Local storage overview - File: ways-to-provision-local-storage - - Name: Persistent storage using local volumes - File: persistent-storage-local - - Name: Persistent storage using hostPath - File: persistent-storage-hostpath - - Name: Persistent storage using LVM Storage - File: persistent-storage-using-lvms +- Name: Persistent storage using local storage + Dir: persistent_storage_local + Distros: openshift-enterprise,openshift-origin + Topics: + - Name: Local storage overview + File: ways-to-provision-local-storage + - Name: Persistent storage using local volumes + File: persistent-storage-local + - Name: Persistent storage using hostPath + File: persistent-storage-hostpath + - Name: Persistent storage using LVM Storage + File: persistent-storage-using-lvms - Name: Using Container Storage Interface (CSI) Dir: container_storage_interface Distros: openshift-enterprise,openshift-origin diff --git a/installing/installing_sno/install-sno-installing-sno.adoc b/installing/installing_sno/install-sno-installing-sno.adoc index 35e81cb9ca79..1dea5912066c 100644 --- a/installing/installing_sno/install-sno-installing-sno.adoc +++ b/installing/installing_sno/install-sno-installing-sno.adoc @@ -23,7 +23,7 @@ include::modules/install-sno-generating-the-discovery-iso-with-the-assisted-inst [role="_additional-resources"] .Additional resources -* xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms_logical-volume-manager-storage[Persistent storage using logical volume manager storage] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms_logical-volume-manager-storage[Persistent storage using logical volume manager storage] * xref:../../virt/about_virt/about-virt.adoc#virt-what-you-can-do-with-virt_about-virt[What you can do with OpenShift Virtualization] // Installing single-node OpenShift with the Assisted Installer diff --git a/installing/installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc b/installing/installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc index f40d8ce8d05c..a4740bd2f216 100644 --- a/installing/installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc +++ b/installing/installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc @@ -13,8 +13,7 @@ The following procedure is partially automated and requires manual steps after t == Prerequisites * You have read the following documentation: ** link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview[Cluster lifecycle with multicluster engine operator overview]. -** xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes]. -** xref:../../scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-clusters-at-scale.adoc#about-ztp_ztp-deploying-far-edge-clusters-at-scale[Using ZTP to provision clusters at the network far edge]. +** xref:../../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes]. ** xref:../../installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc#preparing-to-install-with-agent-based-installer[Preparing to install with the Agent-based Installer]. ** xref:../../installing/disconnected_install/index.adoc#installing-mirroring-disconnected-about[About disconnected installation mirroring]. * You have access to the internet to obtain the necessary container images. @@ -30,4 +29,4 @@ include::modules/preparing-an-initial-cluster-deployment-for-mce-connected.adoc[ [role="_additional-resources"] .Additional resources -* xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[The Local Storage Operator] +* xref:../../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[The Local Storage Operator] diff --git a/migrating_from_ocp_3_to_4/planning-migration-3-4.adoc b/migrating_from_ocp_3_to_4/planning-migration-3-4.adoc index eb33543dca93..68252334b37d 100644 --- a/migrating_from_ocp_3_to_4/planning-migration-3-4.adoc +++ b/migrating_from_ocp_3_to_4/planning-migration-3-4.adoc @@ -86,7 +86,7 @@ Review the following storage changes to consider when transitioning from {produc Local storage is only supported by using the Local Storage Operator in {product-title} {product-version}. It is not supported to use the local provisioner method from {product-title} 3.11. -For more information, see xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes]. +For more information, see xref:../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes]. [discrete] ==== FlexVolume persistent storage diff --git a/post_installation_configuration/ibmz-post-install.adoc b/post_installation_configuration/ibmz-post-install.adoc index d1af9e0b714e..6f7a9bdcf317 100644 --- a/post_installation_configuration/ibmz-post-install.adoc +++ b/post_installation_configuration/ibmz-post-install.adoc @@ -29,8 +29,8 @@ include::modules/ibmz-configure-devices-mco.adoc[leveloffset=+1] .Next steps -* xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Install and configure the Local Storage Operator] -* xref:../networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc#k8s-nmstate-updating-node-network-config[Updating node network configuration] +* xref:../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Install and configure the Local Storage Operator] +* xref:../networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc#k8s-nmstate-updating-node-network-config[Observing and updating the node network state and configuration] include::modules/ibmz-configure-devices-manually.adoc[leveloffset=+1] @@ -49,5 +49,5 @@ include::modules/ibmz-enable-multipathing-fcp-luns.adoc[leveloffset=+1] .Next steps -* xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Install and configure the Local Storage Operator] -* xref:../networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc#k8s-nmstate-updating-node-network-config[Updating node network configuration] +* xref:../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Install and configure the Local Storage Operator] +* xref:../networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc#k8s-nmstate-updating-node-network-config[Observing and updating the node network state and configuration] diff --git a/release_notes/ocp-4-14-release-notes.adoc b/release_notes/ocp-4-14-release-notes.adoc index 3d588bd44695..91c86a67b11d 100644 --- a/release_notes/ocp-4-14-release-notes.adoc +++ b/release_notes/ocp-4-14-release-notes.adoc @@ -943,12 +943,12 @@ With this release, the Image Registry Operator is now an optional component. Thi [id="ocp-4-14-storage-device-selector"] ==== Support for OR logic in LVMS -With this release, the logical volume manager (LVM) cluster custom resource (CR) provides `OR` logic in the `deviceSelector` setting. In previous releases, specifying the `paths` setting for device paths used `AND` logic only. With this release, you can also specify the `optionalPaths` setting, which supports `OR` logic. For more information, see the CR examples in xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms[Persistent storage using logical volume manager storage]. +With this release, the logical volume manager (LVM) cluster custom resource (CR) provides `OR` logic in the `deviceSelector` setting. In previous releases, specifying the `paths` setting for device paths used `AND` logic only. With this release, you can also specify the `optionalPaths` setting, which supports `OR` logic. For more information, see the CR examples in xref:../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms[Persistent storage using logical volume manager storage]. [id="ocp-4-14-storage-lvms-ext4-support"] ==== Support for ext4 in LVMS -With this release, the logical volume manager (LVM) cluster custom resource (CR) provides support for the `ext4` filesystem with the `fstype` setting under `deviceClasses`. The default filesystem is `xfs`. For more information, see the CR examples in xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms[Persistent storage using logical volume manager storage]. +With this release, the logical volume manager (LVM) cluster custom resource (CR) provides support for the `ext4` filesystem with the `fstype` setting under `deviceClasses`. The default filesystem is `xfs`. For more information, see the CR examples in xref:../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#persistent-storage-using-lvms[Persistent storage using logical volume manager storage]. [id="ocp-4-14-storage-standardized-sts-config"] ==== Standardized STS configuration workflow diff --git a/scalability_and_performance/using-rfhe.adoc b/scalability_and_performance/using-rfhe.adoc index 94b9196b2ddb..62b6feebb087 100644 --- a/scalability_and_performance/using-rfhe.adoc +++ b/scalability_and_performance/using-rfhe.adoc @@ -51,7 +51,7 @@ include::modules/nw-rfhe-creating-hardware-event.adoc[leveloffset=+2] [role="_additional-resources"] .Additional resources -* xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes] +* xref:../storage/persistent_storage_local/persistent-storage-local.adoc#persistent-storage-using-local-volume[Persistent storage using local volumes] include::modules/cnf-rfhe-notifications-api-refererence.adoc[leveloffset=+1] diff --git a/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc b/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc index 4be76c0eb316..9d39d929373c 100644 --- a/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc +++ b/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc @@ -42,7 +42,7 @@ include::modules/ztp-manually-install-a-single-managed-cluster.adoc[leveloffset= * xref:../../scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc#ztp-managed-cluster-network-prereqs_sno-configure-for-vdu[Connectivity prerequisites for managed cluster networks] -* xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-preface-sno-ran_logical-volume-manager-storage[Deploying LVM Storage on single-node OpenShift clusters] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-preface-sno-ran_logical-volume-manager-storage[Deploying LVM Storage on single-node OpenShift clusters] * xref:../../scalability_and_performance/ztp_far_edge/ztp-advanced-policy-config.adoc#ztp-provisioning-lvm-storage_ztp-advanced-policy-config[Configuring LVM Storage using PolicyGenTemplate CRs] diff --git a/storage/persistent_storage/persistent_storage_local/_attributes b/storage/persistent_storage_local/_attributes similarity index 100% rename from storage/persistent_storage/persistent_storage_local/_attributes rename to storage/persistent_storage_local/_attributes diff --git a/storage/persistent_storage/persistent_storage_local/images b/storage/persistent_storage_local/images similarity index 100% rename from storage/persistent_storage/persistent_storage_local/images rename to storage/persistent_storage_local/images diff --git a/storage/persistent_storage/persistent_storage_local/modules b/storage/persistent_storage_local/modules similarity index 100% rename from storage/persistent_storage/persistent_storage_local/modules rename to storage/persistent_storage_local/modules diff --git a/storage/persistent_storage/persistent_storage_local/persistent-storage-hostpath.adoc b/storage/persistent_storage_local/persistent-storage-hostpath.adoc similarity index 100% rename from storage/persistent_storage/persistent_storage_local/persistent-storage-hostpath.adoc rename to storage/persistent_storage_local/persistent-storage-hostpath.adoc diff --git a/storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc b/storage/persistent_storage_local/persistent-storage-local.adoc similarity index 87% rename from storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc rename to storage/persistent_storage_local/persistent-storage-local.adoc index 3104dd1f09aa..d272efed59a3 100644 --- a/storage/persistent_storage/persistent_storage_local/persistent-storage-local.adoc +++ b/storage/persistent_storage_local/persistent-storage-local.adoc @@ -37,7 +37,7 @@ include::modules/persistent-storage-local-tolerations.adoc[leveloffset=+1] include::modules/persistent-storage-local-metrics.adoc[leveloffset=+1] -For more information about metrics, see xref:../../../observability/monitoring/accessing-metrics/accessing-metrics-as-an-administrator.adoc#accessing-metrics-as-an-administrator[Accessing metrics as an administrator]. +For more information about metrics, see xref:../../observability/monitoring/accessing-metrics/accessing-metrics-as-an-administrator.adoc#accessing-metrics-as-an-administrator[Accessing metrics as an administrator]. == Deleting the Local Storage Operator resources diff --git a/storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc b/storage/persistent_storage_local/persistent-storage-using-lvms.adoc similarity index 52% rename from storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc rename to storage/persistent_storage_local/persistent-storage-using-lvms.adoc index dfa698603e89..caddd9ce85a7 100644 --- a/storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc +++ b/storage/persistent_storage_local/persistent-storage-using-lvms.adoc @@ -14,11 +14,12 @@ You can create volume groups, persistent volume claims (PVCs), volume snapshots, include::modules/lvms-about-lvm-storage-installation.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-1_{context}"] .Additional resources * link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/install/installing#installing-while-connected-online[Red Hat Advanced Cluster Management for Kubernetes: Installing while connected online] -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-installing-odf-logical-volume-manager-operator-using-rhacm_logical-volume-manager-storage[Installing LVM Storage by using RHACM] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-installing-odf-logical-volume-manager-operator-using-rhacm_logical-volume-manager-storage[Installing LVM Storage by using RHACM] include::modules/lvms-installing-logical-volume-manager-operator-using-cli.adoc[leveloffset=+2] @@ -27,50 +28,53 @@ include::modules/lvms-installing-logical-volume-manager-operator-using-openshift include::modules/lvms-installing-logical-volume-manager-operator-disconnected-environment.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-2_{context}"] .Additional resources -* xref:../../../installing/disconnected_install/index.adoc#installing-mirroring-disconnected-about[About disconnected installation mirroring] +* xref:../../installing/disconnected_install/index.adoc#installing-mirroring-disconnected-con[About disconnected installation mirroring] -* xref:../../../installing/disconnected_install/installing-mirroring-creating-registry.adoc#installing-mirroring-creating-registry[Creating a mirror registry with mirror registry for Red Hat OpenShift] +* xref:../../installing/disconnected_install/installing-mirroring-creating-registry.adoc[Creating a mirror registry with mirror registry for Red Hat OpenShift] -* xref:../../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-mirror-repository_installing-mirroring-installation-images[Mirroring the {product-title} image repository] +* xref:../../openshift_images/image-configuration.adoc#images-configuration-registry-mirror[Configuring image registry repository mirroring] -* xref:../../../installing/disconnected_install/installing-mirroring-disconnected.adoc#oc-mirror-creating-image-set-config_installing-mirroring-disconnected[Creating the image set configuration] +* xref:../../openshift_images/image-streams-manage.adoc#images-imagestream-use[Why use imagestreams] -* xref:../../../installing/disconnected_install/installing-mirroring-disconnected.adoc#mirroring-image-set[Mirroring an image set to a mirror registry] - -* xref:../../../openshift_images/image-configuration.adoc#images-configuration-registry-mirror-configuring_image-configuration[Configuring image registry repository mirroring] - -* xref:../../../installing/disconnected_install/installing-mirroring-disconnected.adoc#oc-mirror-imageset-config-params_installing-mirroring-disconnected[Image set configuration parameters] - -* xref:../../../openshift_images/image-streams-manage.adoc#images-imagestream-use_image-configuration[Why use imagestreams] - -* xref:../../../updating/understanding_updates/intro-to-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service] +* xref:../../updating/understanding_updates/intro-to-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service] include::modules/lvms-installing-logical-volume-manager-operator-using-rhacm.adoc[leveloffset=+2] [role="_additional-resources"] .Additional resources -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/install/installing#installing-while-connected-online[Red Hat Advanced Cluster Management for Kubernetes: Installing while connected online] - -// Limitations to configure the size of the devices to be used in LVM Storage -include::modules/lvms-limitations-to-configure-size-of-devices.adoc[leveloffset=+1] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] // About the LVMCluster custom resource include::modules/lvms-about-lvmcluster-cr.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-3_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-adding-devices-to-a-vg_logical-volume-manager-storage[About adding devices to a volume group] +* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/configuring_and_managing_logical_volumes/index#overview-of-chunk-size_creating-and-managing-thin-provisioned-volumes[Overview of chunk size] + +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-adding-devices-to-a-vg_logical-volume-manager-storage[About adding devices to a volume group] -* xref:../../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to {sno} clusters] +* xref:../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to {sno} clusters] // About adding devices to a volume group include::modules/lvms-about-adding-devices-to-a-vg.adoc[leveloffset=+2] +[role="_additional-resources"] +[id="additional-resources-4_{context}"] +.Additional resources + +* xref:../../installing/install_config/installing-customizing.adoc#installation-special-config-raid_installing-customizing[Configuring a RAID-enabled data volume] + +* xref:../../installing/install_config/installing-customizing.adoc#installation-special-config-encrypt-disk_installing-customizing[About disk encryption] + +* xref:../../installing/install_config/installing-customizing.adoc#installation-special-config-storage-procedure_installing-customizing[Configuring disk encryption and mirroring] + // About creating an LVMCluster custom resource include::modules/lvms-about-creating-lvmcluster-cr.adoc[leveloffset=+1] @@ -78,23 +82,28 @@ include::modules/lvms-about-creating-lvmcluster-cr.adoc[leveloffset=+1] include::modules/lvms-creating-lvms-cluster-using-cli.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-5_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] include::modules/lvms-creating-lvms-cluster-using-web-console.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-6_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] include::modules/lvms-creating-lvmcluster-using-rhacm.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-7_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/{rh-rhacm-version}/html/install/installing#installing-while-connected-online[Red Hat Advanced Cluster Management for Kubernetes: Installing while connected online] + +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] // Deleting the LVMCluster custom resource @@ -111,42 +120,47 @@ include::modules/lvms-provisioning-storage-using-logical-volume-manager-operator include::modules/lvms-about-scaling-storage-of-clusters.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-8_{context}"] .Additional resources -* xref:../../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to {sno} clusters] +* xref:../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to {sno} clusters] include::modules/lvms-scaling-storage-of-clusters-using-cli.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-9_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] include::modules/lvms-scaling-storage-of-clusters-using-web-console.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-10_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] include::modules/lvms-scaling-storage-of-single-node-openshift-cluster-using-rhacm.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-11_{context}"] .Additional resources * link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/install/installing#installing-while-connected-online[Red Hat Advanced Cluster Management for Kubernetes: Installing while connected online] -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] -//Expanding a PVC +// Expanding PVCs include::modules/lvms-scaling-storage-expand-pvc.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-12_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-about-scaling-storage-of-cluster_logical-volume-manager-storage[Ways to scale up the storage of clusters] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-about-scaling-storage-of-cluster_logical-volume-manager-storage[Ways to scale up the storage of clusters] -* xref:../../../storage/expanding-persistent-volumes.adoc#add-volume-expansion_expanding-persistent-volumes[Enabling volume expansion support] +* xref:../../storage/expanding-persistent-volumes.adoc#add-volume-expansion_expanding-persistent-volumes[Enabling volume expansion support] //Deleting a PVC include::modules/lvms-deleting-pvc.adoc[leveloffset=+1] @@ -155,9 +169,10 @@ include::modules/lvms-deleting-pvc.adoc[leveloffset=+1] include::modules/lvms-about-volume-snapshots.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-13_{context}"] .Additional resources -* xref:../../../backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc#oadp-features_oadp-features-plugins[OADP features] +* xref:../../backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc#oadp-features_oadp-features-plugins[OADP features] include::modules/lvms-creating-volume-snapshots.adoc[leveloffset=+2] include::modules/lvms-restoring-volume-snapshots.adoc[leveloffset=+2] @@ -186,9 +201,10 @@ include::modules/lvms-uninstalling-logical-volume-manager-operator-using-rhacm.a include::modules/lvms-download-log-files-and-diagnostics.adoc[leveloffset=+1] [role="_additional-resources"] +[id="additional-resources-14_{context}"] .Additional resources -* xref:../../../support/gathering-cluster-data.adoc#about-must-gather_gathering-cluster-data[About the must-gather tool] +* xref:../../support/gathering-cluster-data.adoc#about-must-gather_gathering-cluster-data[About the must-gather tool] //Troubleshooting local persistent storage using LVM Storage @@ -199,11 +215,12 @@ include::modules/lvms-troubleshooting-investigating-a-pvc-stuck-in-the-pending-s include::modules/lvms-troubleshooting-recovering-from-missing-lvms-or-operator-components.adoc[leveloffset=+2] [role="_additional-resources"] +[id="additional-resources-15_{context}"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the LVMCluster custom resource] -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-creating-lvmcluster-cr_logical-volume-manager-storage[Ways to create an LVMCluster custom resource] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-creating-lvmcluster-cr_logical-volume-manager-storage[Ways to create an LVMCluster custom resource] include::modules/lvms-troubleshooting-recovering-from-node-failure.adoc[leveloffset=+2] @@ -211,7 +228,7 @@ include::modules/lvms-troubleshooting-recovering-from-node-failure.adoc[leveloff [id="additional-resources-forced-cleanup-1"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#performing-a-forced-cleanup_logical-volume-manager-storage[Performing a forced clean-up] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#performing-a-forced-cleanup_logical-volume-manager-storage[Performing a forced clean-up] include::modules/lvms-troubleshooting-recovering-from-disk-failure.adoc[leveloffset=+2] @@ -219,6 +236,6 @@ include::modules/lvms-troubleshooting-recovering-from-disk-failure.adoc[leveloff [id="additional-resources-forced-cleanup-2"] .Additional resources -* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#performing-a-forced-cleanup_logical-volume-manager-storage[Performing a forced clean-up] +* xref:../../storage/persistent_storage_local/persistent-storage-using-lvms.adoc#performing-a-forced-cleanup_logical-volume-manager-storage[Performing a forced clean-up] include::modules/lvms-troubleshooting-performing-a-forced-cleanup.adoc[leveloffset=+2] \ No newline at end of file diff --git a/storage/persistent_storage/persistent_storage_local/snippets b/storage/persistent_storage_local/snippets similarity index 100% rename from storage/persistent_storage/persistent_storage_local/snippets rename to storage/persistent_storage_local/snippets diff --git a/storage/persistent_storage/persistent_storage_local/ways-to-provision-local-storage.adoc b/storage/persistent_storage_local/ways-to-provision-local-storage.adoc similarity index 100% rename from storage/persistent_storage/persistent_storage_local/ways-to-provision-local-storage.adoc rename to storage/persistent_storage_local/ways-to-provision-local-storage.adoc