Closed koushikgongireddy closed 4 months ago
@koushikgongireddy
1) You can create 1 pool and multiple volumes. parameter storage_volumes
is list of object where each object represent 1 volume. See example. It is creating two volumes. You can call this module in loop to create multiple pools and volumes.
2) I am assuming you want to use this module to create a pool without any volume. If that's request we can work on it. Let me know if thats what you are looking for.
@imrannayer Thanks for the details
@koushikgongireddy volume creation is optional in version 1.0+. Can you plz try and leme know if it works for you?
@imrannayer Can you share an example on how we can test it. I don't see the conditional set for volumes!
Thanks @imrannayer Let me check and get back!!
Hi,
Good to have below 2 scenarios
Currently we can only create 1 volume and 1 pool with this module, is there a way we can create multiple volumes and pools using same module in single project?
Currently only Pool creation is conditional and not Volume. Please add volume creation also conditional.
Thanks Koushik