From 1559e5a6481a781ece7dd84809dd020eef088735 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 24 Jul 2017 15:07:17 -0400 Subject: [PATCH] rgw: restore admin socket path in mrgw.sh ceph-conf was rejecting the entity name with: error parsing 'radosgw.8000': expected string of the form TYPE.ID, valid types are: auth, mon, osd, mds, mgr, client these mstart/mrun/mrgw scripts carefully place their output files under their respective run//out subdirectory to keep them from clashing Signed-off-by: Casey Bodley --- src/mrgw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mrgw.sh b/src/mrgw.sh index 92791780b3bc9..c5770ca917f28 100755 --- a/src/mrgw.sh +++ b/src/mrgw.sh @@ -22,7 +22,7 @@ shift 2 run_root=$script_root/run/$name pidfile=$run_root/out/radosgw.${port}.pid -asokfile=$($ceph_bin/ceph-conf --show-config-value admin_socket --name radosgw.${port}) +asokfile=$run_root/out/radosgw.${port}.asok logfile=$run_root/out/radosgw.${port}.log $vstart_path/mstop.sh $name radosgw $port -- 2.39.5