]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart: set admin socket for RGW in conf 23983/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Fri, 7 Sep 2018 15:12:54 +0000 (17:12 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Fri, 7 Sep 2018 16:18:49 +0000 (18:18 +0200)
commit0dd3cbfb8483762c971bf74870a60e1978db1729
tree3e4e76143074aaf464531bfd580ec20657509a76
parent539c675db9de1e06f204edac462e17c0b1f7568b
vstart: set admin socket for RGW in conf

Currently ceph daemon cannot find rgw socket as client section sets the admin
socket to the tmp dir. whereas we actually write the socket in the out/
directory. Add this to ceph.conf, so that ceph daemon commands can find the
socket, avoiding the need for explicit path via --admin-daemon. When multiple
RGWs are created ceph daemon will only find the first configured RGW (as we are
only configuring one RGW per ceph.conf) and the others will have to be
explicitly passed via --admin-daemon or so.

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/vstart.sh