Merge pull request #4637 from SUSE/wip-rados-gw-comment-fix

doc: rgw: fix typo in comments

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-05-10 20:13:37 +02:00
commit 5736948bfb
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ done
# prefix for radosgw instances in ceph.conf # prefix for radosgw instances in ceph.conf
PREFIX='client.radosgw.' PREFIX='client.radosgw.'
# user to run radosgw as (it not specified in ceph.conf) # user to run radosgw as (if not specified in ceph.conf)
DEFAULT_USER='root' DEFAULT_USER='root'
RADOSGW=`which radosgw` RADOSGW=`which radosgw`

View File

@ -35,7 +35,7 @@ done
# prefix for radosgw instances in ceph.conf # prefix for radosgw instances in ceph.conf
PREFIX='client.radosgw.' PREFIX='client.radosgw.'
# user to run radosgw as (it not specified in ceph.conf) # user to run radosgw as (if not specified in ceph.conf)
#DEFAULT_USER='www-data' #DEFAULT_USER='www-data'
DEFAULT_USER='root' DEFAULT_USER='root'