Skip to content
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
@markdryan

Description

@markdryan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions