From e8eeb281cf6f0ae566df1cd00f588b91d182ff76 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 14 Apr 2024 19:29:48 +1200 Subject: [PATCH] Continue working on exercise 5. --- data/workshop/scenario5.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/workshop/scenario5.mdx b/data/workshop/scenario5.mdx index d1ba868..e495e18 100644 --- a/data/workshop/scenario5.mdx +++ b/data/workshop/scenario5.mdx @@ -40,7 +40,11 @@ Time to roll up your sleeves, join the Acme Skype for Business™ video call and For this task your team's challenge is to increase the storage of an existing virtual machine `cryto-carnivore-cpuminer3000` in the `super-important-dont-deleteme` namespace. -The virtual machine currently has a root disk of `30GiB` of storage. This needs to be increased to `60GiB`. No command line is required, though you will need to verify that your additional storage is now presented to the virtual machine operating system. +The virtual machine currently has a root disk of `30GiB` of storage. This needs to be increased to `60GiB`. No command line is required, though you will need to investigate potential storage misconfigurations and verify that your additional storage is now presented to the virtual machine operating system. + +Documentation you may find helpful is: +- https://docs.openshift.com/container-platform/4.15/virt/virtual_machines/virtual_disks/virt-expanding-vm-disks.html +- https://docs.openshift.com/container-platform/4.15/storage/expanding-persistent-volumes.html#expanding-csi-volumes_expanding-persistent-volumes ## 5.2 - But wait there's more!