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 |
| 4 | select LIBCRC32C |
Robert P. J. Day | 25848b3 | 2010-07-24 06:41:18 -0400 | [diff] [blame] | 5 | select CRYPTO_AES |
Sage Weil | 9030aaf | 2009-10-06 11:31:15 -0700 | [diff] [blame] | 6 | help |
| 7 | Choose Y or M here to include support for mounting the |
| 8 | experimental Ceph distributed file system. Ceph is an extremely |
| 9 | scalable file system designed to provide high performance, |
| 10 | reliable access to petabytes of storage. |
| 11 | |
| 12 | More information at http://ceph.newdream.net/. |
| 13 | |
| 14 | If unsure, say N. |
| 15 | |
| 16 | config CEPH_FS_PRETTYDEBUG |
| 17 | bool "Include file:line in ceph debug output" |
| 18 | depends on CEPH_FS |
| 19 | default n |
| 20 | help |
| 21 | If you say Y here, debug output will include a filename and |
| 22 | line to aid debugging. This icnreases kernel size and slows |
| 23 | execution slightly when debug call sites are enabled (e.g., |
| 24 | via CONFIG_DYNAMIC_DEBUG). |
| 25 | |
| 26 | If unsure, say N. |
| 27 | |