Skip to content

Commit 3d8deae

Browse files
committed
edits
1 parent 515921e commit 3d8deae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/container-storage/clone-volume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ Follow the instructions below to clone a persistent volume.
5151
You should see output similar to:
5252

5353
```output
54-
persistentvolumeclaim/azurediskpvc created
54+
persistentvolumeclaim/pvc-acstor-cloning created
5555
```
5656

5757
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-pod.yaml`.
5858

59-
1. Paste in the following code and save the file. Be sure to reference the cloned PVC.
59+
1. Paste in the following code and save the file. For **claimName**, be sure to reference the cloned PVC.
6060

6161
```yml
6262
kind: Pod
@@ -69,7 +69,7 @@ Follow the instructions below to clone a persistent volume.
6969
volumes:
7070
- name: azurediskpv
7171
persistentVolumeClaim:
72-
claimName: azurediskpvc
72+
claimName: pvc-acstor-cloning
7373
containers:
7474
- name: fio
7575
image: nixery.dev/shell/fio

0 commit comments

Comments
 (0)