# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_CEPH_FS[0m tristate "Ceph distributed file system" depends on [31mCONFIG_INET[0m select [31mCONFIG_CEPH_LIB[0m select [31mCONFIG_LIBCRC32C[0m select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO[0m default n help Choose Y or [31mCONFIG_M[0m here to include support for mounting the experimental Ceph distributed file system. Ceph is an extremely scalable file system designed to provide high performance, reliable access to petabytes of storage. More information at http://ceph.newdream.net/. If unsure, say N. if [31mCONFIG_CEPH_FS[0m config [31mCONFIG_CEPH_FSCACHE[0m bool "Enable Ceph client caching support" depends on [31mCONFIG_CEPH_FS[0m=m && [31mCONFIG_FSCACHE[0m || [31mCONFIG_CEPH_FS[0m=y && [31mCONFIG_FSCACHE[0m=y help Choose Y here to enable persistent, read-only local caching support for Ceph clients using FS-Cache endif config [31mCONFIG_CEPH_FS_POSIX_ACL[0m bool "Ceph POSIX Access Control Lists" depends on [31mCONFIG_CEPH_FS[0m select [31mCONFIG_FS_POSIX_ACL[0m help POSIX Access Control Lists (ACLs) support permissions for users and groups beyond the owner/group/world scheme. If you don't know what Access Control Lists are, say N config [31mCONFIG_CEPH_FS_SECURITY_LABEL[0m bool "CephFS Security Labels" depends on [31mCONFIG_CEPH_FS[0m && [31mCONFIG_SECURITY[0m help Security labels support alternative access control models implemented by security modules like SELinux. This option enables an extended attribute handler for file security labels in the Ceph filesystem. If you are not using a security module that requires using extended attributes for file security labels, say N. |