Project

General

Profile

Actions

Feature #5978

closed

ceph.conf: create hierarchy

Added by Yehuda Sadeh over 10 years ago. Updated about 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently we have semi-flat hierarchy. We have global section, section per entity type and section per entity. The var resolution then goes from section -> entity type -> global. Instead we can have a more flexible generic hierarchy, where we'd define some separator ('.' is probably the best, as it's consistent with the previous scheme), and then var resolution would try to find the larger prefix match (and end and the global section). E.g., for x.y.z we'd go [x.y.z] -> [x.y] -> [x] -> global

Actions #1

Updated by Sage Weil about 6 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF