From: Sage Weil Date: Thu, 3 Oct 2019 21:13:47 +0000 (-0500) Subject: mgr/ssh: pipe ceph-daemon script to stdin of python3 X-Git-Tag: v15.1.0~1313^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac99fe75450202bc796950d452920c12037154df;p=ceph.git mgr/ssh: pipe ceph-daemon script to stdin of python3 This avoids any need for the script to be present on the remote host. We introduce a config option to indicate where the script should be read from, since the location varies between a vstart environment (source dir) and a real install (/usr/sbin). Signed-off-by: Sage Weil --- diff --git a/src/common/options.cc b/src/common/options.cc index e24c1156ff3..53d87cba83c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5428,6 +5428,11 @@ std::vector