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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
storage_profile_data_disk allows attaching data disks into Azure Scale Set we use for workers and I think this is a good way of providing disks for OpenEBS on Azure.
There are 2 things which still needs to be addressed. Once new worker is provisioned it requires manual action of preparing a disk, which is sudo umount /mnt/resource && sudo sgdisk --zap-all /dev/sdb.
I also think, that data disks should be optional. Since storage_profile_data_disk is a block, we should wait until migration to Terraform 0.12 is done, so we can support optional blocks with dynamic syntax. Terraform reference issue: hashicorp/terraform#7034
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
storage_profile_data_disk
allows attaching data disks into Azure Scale Set we use for workers and I think this is a good way of providing disks for OpenEBS on Azure.There are 2 things which still needs to be addressed. Once new worker is provisioned it requires manual action of preparing a disk, which is
sudo umount /mnt/resource && sudo sgdisk --zap-all /dev/sdb
.I also think, that data disks should be optional. Since
storage_profile_data_disk
is a block, we should wait until migration to Terraform 0.12 is done, so we can support optional blocks withdynamic
syntax. Terraform reference issue: hashicorp/terraform#7034The text was updated successfully, but these errors were encountered: