Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
run_root=$script_root/run/$name
pidfile=$run_root/out/radosgw.${port}.pid
+asokfile=$run_root/out/radosgw.${port}.asok
$script_root/mstop.sh $name radosgw $port
-$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile "$@"
+$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@"
#!/bin/bash
+rgw_flags="--debug-rgw=20 --debug-ms=1"
+
function _assert {
src=$1; shift
lineno=$1; shift
function rgw {
[ $# -ne 2 ] && echo "rgw() needs 2 params" && exit 1
- echo "$root_path/mrgw.sh c$1 $2"
+ echo "$root_path/mrgw.sh c$1 $2 $rgw_flags"
}
function init_first_zone {