Skip to content

Commit

Permalink
Fixde OCP Storage CH2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichett committed Jan 11, 2021
1 parent 1d49a66 commit 3ebb65b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CH2/OCP_Storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ oc set volumes deployment/db-storage-demo \
+
[source,bash]
----
[student@workstation ~]$ ~/github/do280_demo/Chapter2/install-storage/init_data_demo.sh
[student@workstation ~]$ ~/github/do280_demo/CH2/install-storage/init_data_demo.sh
Populating characters table
CREATE TABLE
INSERT 0 5
Expand All @@ -116,7 +116,7 @@ INSERT 0 5
+
[source,bash]
----
[student@workstation ~] ~/github/do280_demo/Chapter2/install-storage/check_data_demo.sh
[student@workstation ~] ~/github/do280_demo/CH2/install-storage/check_data_demo.sh
----
. Remove active deployment and create a new one to test persistent storage
Expand Down Expand Up @@ -144,7 +144,7 @@ oc new-app --name db-storage-demo2 \
+
[source,bash]
----
[student@workstation ~]$ ~/github/do280_demo/Chapter2/install-storage/check_data_demo.sh
[student@workstation ~]$ ~/github/do280_demo/CH2/install-storage/check_data_demo.sh
Checking characters table
ERROR: 'characters' table does not exist
----
Expand All @@ -163,7 +163,7 @@ deployment.apps/db-storage-demo2 volume updated
+
[source,bash]
----
[student@workstation ~]$ ~/github/do280_demo/Chapter2/install-storage/check_data_demo.sh
[student@workstation ~]$ ~/github/do280_demo/CH2/install-storage/check_data_demo.sh
----
. Perform Cleanup
Expand Down

0 comments on commit 3ebb65b

Please sign in to comment.