This repository was archived by the owner on Jul 16, 2020. It is now read-only.
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
The START payload can only contain one volume #606
Closed
Description
Right now the we can only specify one ceph volume to be attached to an instance at start time, which seems a little restrictive as you can Attach as many volumes as you like at runtime. It also means that if you boot from volume you cannot attach a second ceph data volume to that instance at creation time.
We should be able to do something like
start:
...
storage:
- id: 67d86208-000-4465-9018-fe14087d415f
boot: true
- id: 67d86208-111-4465-9018-fe14087d415f
boot: false