Ability to define different datastores for data disks
Arman-Keyoumarsi
released this
13 May 19:01
·
153 commits
to master
since this release
- Ability to define different datastores for data disks
- This include two new variables
disk_datastore = "vsanDatastore" // This will store Template disk in the defined disk_datastore
data_disk_datastore = ["vsanDatastore", "nfsDatastore"] // Datastores for additional data disks
Contributed by @SamyCoenen