Skip to content

Commit

Permalink
fix guided 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgchiaretto committed Dec 26, 2024
1 parent 40ffdef commit 50d186d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/modules/ROOT/pages/exercise5-guided.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ oc get datavolume
----

[start=5]
4. Check the additional data disk `exercise5-vol-data1 does not have no `PersistentVolumeClaims` associated`
4. Check the additional data disk `exercise5-vol-data1` does not have no `PersistentVolumeClaims` associated

[source,sh,role=execute,subs="attributes"]
----
Expand All @@ -90,7 +90,7 @@ oc delete datavolume exercise5-vol-data1
[start=8]
8. Create again the DataVolume by using the `storageClassName` of `ocs-storagecluster-ceph-rbd` with the name `exercise5-vol-data1` and using 30GiB size.

[source,sh,role=execute]
[source,sh,role=execute,subs="attributes"]
----
oc create -f - <<EOF
apiVersion: cdi.kubevirt.io/v1beta1
Expand Down

0 comments on commit 50d186d

Please sign in to comment.