Skip to content

Config parsing requires underscores and config section headers #16

@bsanders

Description

@bsanders

Technically, Ceph doesn't require a '[global]' header, but the library (well, Python's ConfigParser) fails if the ceph.conf doesn't have it.

The ceph-cfg also requires underscores in the key names, whereas Ceph allows spaces as word separators (and hyphens, for that matter). So "mon initial members" fails, expecting "mon_initial_members".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions