You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pronoiac When you create VMs on premium storage account, the persistent data disks will be put on the same premium storage account. You do not need to specify storage account name in persistent_disk_pools.
thats not ideal since disk configuration doesnt really relate to vm info. in fact i may want to create disk on premium storage and create_disk doesnt receive vm id. vm id in create_disk cpi call is on best effort basis.
@pronoiac When you create VMs on premium storage account, the persistent data disks will be put on the same premium storage account. You do not need to specify storage account name in persistent_disk_pools.
resource_pools:
name: vms
network: private
...
cloud_properties:
storage_account_name: <your_storage_account_name>
—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
so that we can make sure that persistent disk uses specific storage account
users will say something like this:
and then CPI will receive create_disk CPI call with cloud_properties filled in (https://github.com/cloudfoundry-incubator/bosh-azure-cpi-release/blob/master/src/bosh_azure_cpi/lib/cloud/azure/cloud.rb#L207).
storage_account_name on disk should take precedence over any other configuration (global or VM one).
cc @cppforlife
The text was updated successfully, but these errors were encountered: