Skip to content

Commit

Permalink
docs: corrected the hyperlinks, modified the upgrade doc, and moved t…
Browse files Browse the repository at this point in the history
…he resize doc to advanced operations (#421)

* docs: corrcted the hyperlinks, modified the upgrade doc  and moved the resize doc to advanced operations

Signed-off-by: Bala Harish <[email protected]>

* docs: corrceted the cross reference

Signed-off-by: Bala Harish <[email protected]>

* docs: removed the phrase reg. CNCF sandbox project

Signed-off-by: Bala Harish <[email protected]>

* docs: modified the docs

Signed-off-by: Bala Harish <[email protected]>

---------

Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 authored Apr 16, 2024
1 parent a3494f4 commit f9b88e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OpenEBS turns any storage available to Kubernetes worker nodes into Local or Rep

OpenEBS is also a leading choice for NVMe-based storage deployments.

OpenEBS was originally built by MayaData and donated to the _Cloud Native Computing Foundation_ and is now a [CNCF sandbox project](https://www.cncf.io/sandbox-projects/).
OpenEBS was originally built by MayaData and donated to the _Cloud Native Computing Foundation_.

## Why do users prefer OpenEBS?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ description: This section outlines the process of migrating the legacy storage t
Data migration is the process of moving data from a source storage to a destination storage. In OpenEBS context, the users can migrate the data from legacy OpenEBS storage to the latest OpenEBS storage.

There are different techniques/methodologies for performing data migration. Users can perform data migration within the same Kubernetes cluster or across Kubernetes clusters. The following guides outline several methodologies for migrating from legacy OpenEBS storage to latest OpenEBS storage:
- [Migration using pv-migrate](../migration/migration-using-pv-migrate.md)
- [Migration using Velero](../migration/migration-using-velero/)
- [Migration using pv-migrate](migration-using-pv-migrate.md)
- [Migration using Velero](migration-using-velero/overview.md)

:::info
Users of non-OpenEBS storage solutions can also use these approaches described below to migrate their data to OpenEBS storage.
Expand Down
3 changes: 2 additions & 1 deletion docs/versioned_docs/version-4.0.x/user-guides/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ This section describes the Replicated Storage upgrade from OpenEBS Umbrella char
1. Start the helm upgrade process with the new chart, i.e. 4.0.0 by using the below command:

:::caution
It is highly recommended to disable the partial rebuild during the upgrade from specific versions of OpenEBS (3.7.0, 3.8.0, 3.9.0 and 3.10.0) to OpenEBS 4.0.0 to ensure data consistency during upgrade. Input the value `--set mayastor.agents.core.rebuild.partial.enabled=false` in the upgrade command.
Disable the partial rebuild during the upgrade from specific versions of OpenEBS (3.7.0, 3.8.0, 3.9.0 and 3.10.0) to OpenEBS 4.0.0 to ensure data consistency during upgrade. Input the value `--set mayastor.agents.core.rebuild.partial.enabled=false` in the **helm upgrade** command.
This applies to the **kubectl mayastor upgrade** command as well `kubectl mayastor upgrade --set agents.core.rebuild.partial.enabled=false`.
:::

```
Expand Down
10 changes: 5 additions & 5 deletions docs/versioned_sidebars/version-4.0.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/advanced-operations/replica-rebuilds",
"label": "Replica Rebuilds"
},
{
"type": "doc",
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/advanced-operations/re-resize",
"label": "Resize"
},
{
"type": "doc",
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/advanced-operations/supportability",
Expand Down Expand Up @@ -427,11 +432,6 @@
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/additional-information/call-home-metrics",
"label": "Call-Home Metrics"
},
{
"type": "doc",
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/additional-information/re-resize",
"label": "Resize"
},
{
"type": "doc",
"id": "version-4.0.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/additional-information/ttps",
Expand Down

0 comments on commit f9b88e0

Please sign in to comment.