Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that
ephemeral_disk
is provided for iops
The `ephemeral_disk` param can be nil when using the `use_root_disk` to combine the OS and ephemeral disks into a single disk. This check happens in DiskManager2#ephemeral_disk method: https://github.com/cloudfoundry/bosh-azure-cpi-release/blob/73cc023f72410d81b158c27bc7feb40164097f8e/src/bosh_azure_cpi/lib/cloud/azure/disk/disk_manager2.rb#L203 Signed-off-by: Joseph Palermo <[email protected]>
- Loading branch information