kubermatic / machine-controller

Apache License 2.0
304 stars 124 forks source link

Provision vm with multiple ephemeral disks on openstack #1684

Open nrobert13 opened 1 year ago

nrobert13 commented 1 year ago

hey guys,

I'm wondering if there's a way to create machines with machine-controller with 2 ephemeral disks attached. I'd need to create a zfs pool on the second disk for dynamic local storage provisioning. I'm open for alternative solution as well. Any input would be highly appreciated.

embik commented 1 year ago

Hi @nrobert13, apologies for the late reply. Looking at the current implementation for OpenStack, this is not possible right now. We however welcome contributions to the openstack provider implementation.