]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_argparse.py: allow valid char RE arg to CephString
authorDan Mick <dan.mick@inktank.com>
Sat, 13 Jul 2013 04:23:14 +0000 (21:23 -0700)
committerDan Mick <dan.mick@inktank.com>
Sat, 13 Jul 2013 04:42:38 +0000 (21:42 -0700)
commit741757a3c3cb437adcd38028111c9dbd9cf57463
tree7a9e83fc53091010667d6b23a41de736bc7f9af8
parent089dfe8e9e98890f14bc824f7b877f209113e46e
ceph_argparse.py: allow valid char RE arg to CephString

Change badchars to goodchars (no one was using badchars); allow
goodchars to be a RE character class of valid characters for the
param.  First use: crush item names.

Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/pybind/ceph_argparse.py