Skip to content

Ability to define different datastores for data disks

Compare
Choose a tag to compare
@Arman-Keyoumarsi Arman-Keyoumarsi released this 13 May 19:01
· 153 commits to master since this release
e748ac5
  • 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