Skip to content

Change volume.config and storage.config to storage.yaml #10766

Description

@masaori335

How about making it yaml like other configs?

Current

volume=1 scheme=http size=10%
volume=2 scheme=http size=1024

Proposal

  • Add volumes as root key.
  • Convert current tag to key of each entry.
volumes:
  - volume: 1
    scheme: http
    size: 10%
  - volume: 2
    scheme: http
    size: 1024

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions