]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: add ceph osd pool set <pool> auid 1717/head
authorLoic Dachary <loic@dachary.org>
Wed, 23 Apr 2014 19:55:57 +0000 (21:55 +0200)
committerLoic Dachary <loic@dachary.org>
Wed, 23 Apr 2014 20:20:42 +0000 (22:20 +0200)
commitaae16ab3554a717decf1f4a8e6bb917da194e60b
tree466e77f8813dec8f8449dc01875cef163b3c4b7b
parent009e8746868795271f2642105f7a3164753ed4f2
mon: add ceph osd pool set <pool> auid

When a pool is created with ceph osd pool create, the auid is not
inferred from the session auid and is set to zero. Add the

  ceph osd pool set <pool> auid <int>

command to set it after it is created, and the matching get:

  ceph osd pool get <pool> auid

Signed-off-by: Loic Dachary <loic@dachary.org>
qa/workunits/cephtool/test.sh
src/mon/MonCommands.h
src/mon/OSDMonitor.cc
src/test/pybind/test_ceph_argparse.py