ceph/doc/cephfs
Douglas Fuller 91d5715be6 cephfs: add auth caps based on fs names
Add new auth caps to restrict access to clients based on fsnames. To
specify this, for example:

mds 'allow rw fsname=cephfs1'

This will restrict client access to fs name "cephfs1" only. Messages to
active MDS assigned to any other FSMap will be dropped. Standby MDS not
associated with an FSMap will accept messages from clients. To allow
multiple file systems, create MDS cap as follows -

mds 'allow rw fsname=cephfs1, allow rw fsname=cephfs2'

Fixes: http://tracker.ceph.com/issues/15070
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
Signed-off-by: Rishabh Dave <ridave@redhat.com>
2020-09-10 17:10:51 +05:30
..
api doc/cephfs: add python binding doc 2020-03-12 18:46:48 +08:00
.gitignore
add-remove-mds.rst doc: add section on new mds_join_fs behavior 2020-02-13 07:51:10 -08:00
administration.rst mon: add 'ceph fs required_client_feature <fs_name> add/rm' command 2020-07-07 09:05:56 +08:00
app-best-practices.rst
cache-size-limits.rst
capabilities.rst
cephfs-architecture.svg
cephfs-io-path.rst doc: use plantweb as fallback of sphinx-ditaa 2020-04-10 08:38:06 +08:00
cephfs-journal-tool.rst
cephfs-shell.rst doc/cephfs: Update about cephfs-shell custom exit codes 2020-07-24 17:53:57 +05:30
client-auth.rst cephfs: add auth caps based on fs names 2020-09-10 17:10:51 +05:30
client-config-ref.rst doc: add config help/get/set section for runtime client configuration 2019-12-17 04:52:16 -05:00
createfs.rst cephfs: allow pool names with '-' and '.' 2020-05-19 13:34:49 +05:30
dirfrags.rst
disaster-recovery-experts.rst doc: update cephfs metadata pool recovery procedure 2020-06-25 09:40:27 -07:00
disaster-recovery.rst
dynamic-metadata-management.rst
eviction.rst blacklist -> blocklist 2020-08-24 19:53:08 +00:00
experimental-features.rst doc: migrate best practices recommendations to relevant docs 2020-01-21 14:42:18 +05:30
file-layouts.rst cephfs: allow pool names with '-' and '.' 2020-05-19 13:34:49 +05:30
fs-nfs-exports.rst doc/cephfs/nfs: Update the doc about 'reset' and 'set' config interfaces 2020-08-10 10:19:57 +00:00
fs-volumes.rst mgr/volumes: Disallow subvolume group level snapshots 2020-08-26 13:41:26 -04:00
full.rst blacklist -> blocklist 2020-08-24 19:53:08 +00:00
health-messages.rst mds: make threshold for MDS_TRIM configurable 2020-06-30 18:26:37 +02:00
index.rst doc: Add document about fs nfs interface to create CephFS exports 2020-04-08 17:21:09 +05:30
journaler.rst
kernel-features.rst
lazyio.rst
Makefile
mantle.rst
mdcache.rst blacklist -> blocklist 2020-08-24 19:53:08 +00:00
mds-config-ref.rst blacklist -> blocklist 2020-08-24 19:53:08 +00:00
mds-journaling.rst
mds-state-diagram.dot
mds-state-diagram.svg
mds-states.rst
mount-prerequisites.rst doc/cephfs: improve wording in mount-prerequisites.rst 2020-01-21 14:44:02 +05:30
mount-using-fuse.rst client: add client_fs mount option support 2020-02-27 19:30:31 -05:00
mount-using-kernel-driver.rst mount.ceph: add "fs=<fs_name>" mount options support 2020-02-25 21:37:56 -05:00
multimds.rst doc: add documentation for new ephemeral pinning feature 2020-06-24 15:43:32 -07:00
nfs.rst mgr/orch: 'ceph orchestrator ...' -> 'ceph orch ...' 2020-02-09 15:39:57 -06:00
posix.rst
quota.rst
scrub.rst
standby.rst doc: add section on new mds_join_fs behavior 2020-02-13 07:51:10 -08:00
subtree-partitioning.svg
troubleshooting.rst doc: migrate best practices recommendations to relevant docs 2020-01-21 14:42:18 +05:30
upgrading.rst