diff --git a/reference/snapshot-restore.md b/reference/snapshot-restore.md index 38963f9..000d2f8 100644 --- a/reference/snapshot-restore.md +++ b/reference/snapshot-restore.md @@ -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. @@ -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](../quickstart/snapshot.md) to create a volume snapshot. > Note the snapshot's name, for example, **pvc-snap-1**. diff --git a/reference/snapshot.md b/reference/snapshot.md index 019d4d4..bf93a15 100644 --- a/reference/snapshot.md +++ b/reference/snapshot.md @@ -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](https://mayastor.gitbook.io/introduction/v/develop/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" %} @@ -68,7 +68,7 @@ provisioner: io.openebs.csi-mayastor {% endtab %} {% endtabs %} -3. Create a PVC using [these](https://mayastor.gitbook.io/introduction/v/develop/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" %}