Can we create multiple persistent volumes at a time through CSI ? Basically storage supports number of clones to be created from a source. I want to see if I can leverage this through CSI so that I will have just 1 call to create 10 clones.
You can use dynamic volume provisioning to have PV's created on demand.