Is it possible to attach more disks to the CRC VM? #3854
-
Currently, there is single disk attached for the VM that runs OpenShift locally:
but I would like to learn how to attach more disks, something like:
neverthless, I can't find a way to do this. And wonder if it is even supported or possible?... |
Beta Was this translation helpful? Give feedback.
Answered by
praveenkumar
Oct 3, 2023
Replies: 2 comments 2 replies
-
@cniackz as part of crc we don't have support to attach more disk but in linux you can use virt tool to attach disk to the VM manually. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cniackz
-
What will you use these additional disks for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cniackz as part of crc we don't have support to attach more disk but in linux you can use virt tool to attach disk to the VM manually.