]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Make min/max UID configurable for who is allowed to create a snapshot
authorWido den Hollander <wido@42on.com>
Thu, 7 Aug 2014 11:21:20 +0000 (13:21 +0200)
committerWido den Hollander <wido@42on.com>
Thu, 7 Aug 2014 13:24:59 +0000 (15:24 +0200)
commit6bd2b0fc6e6ef428addb824cd3d0534ac358b58a
tree97d94f5eacf41fa94212f2e883e4df76bd59e3bf
parenta5ecf1515e6f9820018e0bbc258990113828aa15
mds: Make min/max UID configurable for who is allowed to create a snapshot

This way administrators can configure which UIDs are allowed to create
snapshots on CephFS.

In certain situations it might be desirable that regular users are not allowed
to create snapshots. For example on shared hosting environments.

Fixes: #9029
src/common/config_opts.h
src/mds/Server.cc