diff options
author | Greg Farnum <gregf@hq.newdream.net> | 2010-04-17 00:51:55 +0200 |
---|---|---|
committer | Greg Farnum <gregf@hq.newdream.net> | 2010-04-17 00:51:55 +0200 |
commit | a0e7d8dfba03b1813ecb71b0a95ad67492e9689b (patch) | |
tree | 8c5b3082e0a2ddc09cc4a8d31c8091ac491f1790 /src/sample.ceph.conf | |
parent | add executables to .gitignore (diff) | |
download | ceph-a0e7d8dfba03b1813ecb71b0a95ad67492e9689b.tar.xz ceph-a0e7d8dfba03b1813ecb71b0a95ad67492e9689b.zip |
remove references to [group] and [mount] in sample.ceph.conf
Diffstat (limited to 'src/sample.ceph.conf')
-rw-r--r-- | src/sample.ceph.conf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/sample.ceph.conf b/src/sample.ceph.conf index bf8b2cd4f34..63915a185c4 100644 --- a/src/sample.ceph.conf +++ b/src/sample.ceph.conf @@ -64,13 +64,4 @@ [osd3] host = beta - btrfs devs = /dev/sdy - -; access control -[group everyone] - ; you probably want to limit this to a small or a list of - ; hosts. clients are fully trusted. - addr = 0.0.0.0/0 - -[mount /] - allow = %everyone + btrfs devs = /dev/sdy
\ No newline at end of file |