From: Varsha Rao Date: Wed, 14 Apr 2021 11:51:23 +0000 (+0530) Subject: src/vstart: create rgw user with system flag X-Git-Tag: v17.1.0~1562^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d0cd4c6b0e8bbeaa71f54c831d67ef880e58016;p=ceph.git src/vstart: create rgw user with system flag As dashboard requires the system flag to be enabled. Signed-off-by: Varsha Rao --- diff --git a/src/vstart.sh b/src/vstart.sh index 10045261ed3a..58da342e935e 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1474,7 +1474,7 @@ do_rgw_create_users() local akey='0555b35654ad1656d804' local skey='h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q==' debug echo "setting up user testid" - $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com -c $conf_fn > /dev/null + $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com --system -c $conf_fn > /dev/null # Create S3-test users # See: https://github.com/ceph/s3-tests