Skip to content

Commit

Permalink
Cherry-pick #196, #197, #198 to version/2.5 (#199)
Browse files Browse the repository at this point in the history
* docs(snapshot): fix broken links (#196)

Signed-off-by: Vishnu Attur <[email protected]>
Signed-off-by: Vikas Gaur <[email protected]>

* docs: fix broken links (#197)

Signed-off-by: Vishnu Attur <[email protected]>
Signed-off-by: Vikas Gaur <[email protected]>

* docs: fix broken links (#198)

Signed-off-by: Vishnu Attur <[email protected]>
Signed-off-by: Vikas Gaur <[email protected]>

---------

Signed-off-by: Vishnu Attur <[email protected]>
Signed-off-by: Vikas Gaur <[email protected]>
Co-authored-by: Vishnu Attur <[email protected]>
  • Loading branch information
vikgaur and avishnu authored Jan 24, 2024
1 parent 632d2b6 commit 16a3ac5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion quickstart/deploy-mayastor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

{% hint style="note" %}
Before deploying and using Mayastor please consult the [Known Issues](https://mayastor.gitbook.io/introduction/quickstart/known-issues) section of this guide.
Before deploying and using Mayastor please consult the [Known Issues](../quickstart/known-issues.md) section of this guide.
{% endhint %}

The steps and commands which follow are intended only for use in conjunction with Mayastor version(s) 2.1.x and above.
Expand Down
4 changes: 2 additions & 2 deletions reference/snapshot-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Volume restore from an existing snapshot will create an exact replica of a stora

### Step 1: Create a storage class

To begin, you'll need to create a StorageClass that defines the properties of the snapshot to be restored. Refer to [Storage Class Parameters](reference\storage-class-parameters.md) for more details. Use the following command to create the StorageClass:
To begin, you'll need to create a StorageClass that defines the properties of the snapshot to be restored. Refer to [Storage Class Parameters](../reference/storage-class-parameters.md) for more details. Use the following command to create the StorageClass:

{% hint style="info" %}
thin: "true" and repl: "1" is the only supported combination.
Expand Down Expand Up @@ -52,7 +52,7 @@ provisioner: io.openebs.csi-mayastor

### Step 2: Create a snapshot

You need to create a volume snapshot before proceeding with the restore. Follow the steps outlined in [this guide](quickstart/snapshot.md) to create a volume snapshot.
You need to create a volume snapshot before proceeding with the restore. Follow the steps outlined in [this guide](../reference/snapshot.md) to create a volume snapshot.

> Note the snapshot's name, for example, **pvc-snap-1**.
Expand Down
6 changes: 3 additions & 3 deletions reference/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Currently, Mayastor supports the following operations related to volume snapshot
## Prerequisites


1. Deploy and configure Mayastor by following the steps given [here](quickstart/deploy-mayastor.md) and create disk pools.
1. Deploy and configure Mayastor by following the steps given [here](../quickstart/deploy-mayastor.md) and create disk pools.
2. Create a Mayastor StorageClass with single replica.

{% hint style="note" %}
Expand Down Expand Up @@ -68,7 +68,7 @@ provisioner: io.openebs.csi-mayastor
{% endtab %}
{% endtabs %}

3. Create a PVC using [these](quickstart/deploy-a-test-application.md) steps and check if the status of the PVC is **Bound**.
3. Create a PVC using [these](../quickstart/deploy-a-test-application.md) steps and check if the status of the PVC is **Bound**.

{% tabs %}
{% tab title="Command" %}
Expand All @@ -86,7 +86,7 @@ ms-volume-claim Bound pvc-fe1a5a16-ef70-4775-9eac-2f9c67b3cd5b 1Gi

> Copy the PVC name, for example, `ms-volume-claim`.
4. (Optional) Create an application by following [these](quickstart/deploy-a-test-application.md) steps.
4. (Optional) Create an application by following [these](../quickstart/deploy-a-test-application.md) steps.


----------
Expand Down

0 comments on commit 16a3ac5

Please sign in to comment.