Skip to content

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

@masaori335

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions