]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mrgw.sh: modify log file name
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 5 Jan 2016 21:49:10 +0000 (13:49 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:49 +0000 (16:13 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/mrgw.sh

index c58115ef7cc7acccb2687472c89be4ee770179a4..12c33e448a1302bd4b188c27b516a6bcc9b3e5eb 100755 (executable)
@@ -14,7 +14,8 @@ shift 2
 run_root=$script_root/run/$name
 pidfile=$run_root/out/radosgw.${port}.pid
 asokfile=$run_root/out/radosgw.${port}.asok
+logfile=$run_root/out/radosgw.${port}.log
 
 $script_root/mstop.sh $name radosgw $port
 
-$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@"
+$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@" --log-file=$logfile