Hi All and thank you for any assistance you can provide
I am currently using the predefined workflows within Orchestrator as Im not great with scripting.
I have a create Storage workflow that basically asks the questions:
Which Host (default value)
Which LUN
Which VMFS version (default value)
DS Name
Capacity
My question is: Can I set a default value on the capacity of a LUN and then resize that default value with a seperate workflow if the LUN size is bigger than my default value?
For instance, I provision a LUN that has a total capacity of 2TB. I go through my Storage workflow and the default value is 500GB. There is 1.5TB of unassigned space on my LUN. Can I then call a workflow directly after this one that extends the LUN to its maximum size automatically?
I dont see a predefined way in Orchestrator to do this, so Im wondering if there are functions that can do this and if so can someone assist me with scripting this? I know vSphere allows me to expand a volume and then rescan it to reflect the amount of available space.
Thank you