Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to non-preformatted etcd DOBS volumes (#403)
Preformatted disks in DOBS are formatted by the droplet OS after the disk is attached to the droplet and get automounted afterwards. This is a race condition between the formatting part and the remount that capi does. In error cases you could end up with a crashing formatter that leaves you with a tiny initial FS that is not grown to the specified value. In order to avoid this, we need to switch to non-preformatted disks and let capi take care of FS creation.
- Loading branch information