Sage Weil | 9030aaf | 2009-10-06 11:31:15 -0700 | [diff] [blame] | 1 | config CEPH_FS |
| 2 | tristate "Ceph distributed file system (EXPERIMENTAL)" |
| 3 | depends on INET && EXPERIMENTAL |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 4 | select CEPH_LIB |
Sage Weil | 9030aaf | 2009-10-06 11:31:15 -0700 | [diff] [blame] | 5 | select LIBCRC32C |
Robert P. J. Day | 25848b3 | 2010-07-24 06:41:18 -0400 | [diff] [blame] | 6 | select CRYPTO_AES |
Sage Weil | be4f104 | 2010-09-17 12:30:31 -0700 | [diff] [blame] | 7 | select CRYPTO |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 8 | default n |
Sage Weil | 9030aaf | 2009-10-06 11:31:15 -0700 | [diff] [blame] | 9 | help |
| 10 | Choose Y or M here to include support for mounting the |
| 11 | experimental Ceph distributed file system. Ceph is an extremely |
| 12 | scalable file system designed to provide high performance, |
| 13 | reliable access to petabytes of storage. |
| 14 | |
| 15 | More information at http://ceph.newdream.net/. |
| 16 | |
| 17 | If unsure, say N. |
| 18 | |