2009-10-06 20:31:15 +02:00
|
|
|
config CEPH_FS
|
2012-10-02 20:19:19 +02:00
|
|
|
tristate "Ceph distributed file system"
|
|
|
|
depends on INET
|
2010-04-07 00:14:15 +02:00
|
|
|
select CEPH_LIB
|
2009-10-06 20:31:15 +02:00
|
|
|
select LIBCRC32C
|
2010-07-24 12:41:18 +02:00
|
|
|
select CRYPTO_AES
|
2010-09-17 21:30:31 +02:00
|
|
|
select CRYPTO
|
2010-04-07 00:14:15 +02:00
|
|
|
default n
|
2009-10-06 20:31:15 +02:00
|
|
|
help
|
|
|
|
Choose Y or M 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.
|
|
|
|
|
2013-08-21 23:29:54 +02:00
|
|
|
if CEPH_FS
|
|
|
|
config CEPH_FSCACHE
|
|
|
|
bool "Enable Ceph client caching support"
|
|
|
|
depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
|
|
|
|
help
|
|
|
|
Choose Y here to enable persistent, read-only local
|
|
|
|
caching support for Ceph clients using FS-Cache
|
|
|
|
|
|
|
|
endif
|
2013-11-11 08:18:03 +01:00
|
|
|
|
|
|
|
config CEPH_FS_POSIX_ACL
|
|
|
|
bool "Ceph POSIX Access Control Lists"
|
|
|
|
depends on CEPH_FS
|
|
|
|
select FS_POSIX_ACL
|
|
|
|
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
|