Merge pull request #156 from leseb/disable-default-mds-rgw

Disable MDS and RGW from default
pull/157/head
Leseb 2014-12-16 14:53:53 +01:00
commit 13d65f9c5c
2 changed files with 3 additions and 3 deletions

View File

@ -95,11 +95,11 @@ osd_recovery_threads: 1
## MDS options
#
mds: true # disable mds configuration in ceph.conf
mds: false # disable mds configuration in ceph.conf
# Rados Gateway options
#
radosgw: true # referenced in monitor role too.
radosgw: false # referenced in monitor role too.
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
## Testing mode

View File

@ -8,4 +8,4 @@ cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: true
radosgw: false