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
UPSTREAM 1668: Additional data volumes for machines
We now have the ability for a machine to have additional
block devices to be attached.
Here is an example on how to use `additionalBlockDevices`
for adding additional Cinder volumes attached to the server instance:
```yaml
additionalBlockDevices:
- nameSuffix: dbvol1
size: 50
volumeType: my-volume-type
availabilityZone: az0
tag: database
```
Co-authored-by: Matt Pryor <[email protected]>
Co-authored-by: Emilien Macchi <[email protected]>
(cherry picked from commit 94d9690)
0 commit comments