Project

General

Profile

Feature #5759

ceph caps processing should pass dict of key:val pairs for caps

Added by Dan Mick over 10 years ago. Updated about 3 years ago.

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

0%

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

Description

ceph_argparse.py etc. don't handle dicts of strings, but the caps in particular
could really use it. Look into adding a type for CephCaps that validates
sane entity names, perhaps sane caps values, and passes something like
"caps":{"mon":"allow rwx"} instead of leaving all the structure interpretation
to the C++ code.

History

#1 Updated by Dan Mick about 3 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF