From: Stefan Kooman Date: Tue, 29 May 2018 12:20:33 +0000 (+0200) Subject: doc: remove duplicate python packages, explicitly ensure python script installation... X-Git-Tag: v14.0.1~1253^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22203%2Fhead;p=ceph.git doc: remove duplicate python packages, explicitly ensure python script installation in path /usr/bin. Signed-off-by: Stefan Kooman Signed-off-by: Stefan Kooman --- diff --git a/doc/rbd/iscsi-target-cli-manual-install.rst b/doc/rbd/iscsi-target-cli-manual-install.rst index b059d1870370..108cdbea2fc5 100644 --- a/doc/rbd/iscsi-target-cli-manual-install.rst +++ b/doc/rbd/iscsi-target-cli-manual-install.rst @@ -15,9 +15,6 @@ on each machine that will be a iSCSI gateway: - python kmod - python pyudev - python gobject -- python kmod -- python pyudev -- python gobject - python urwid - python pyparsing - python rados @@ -126,7 +123,7 @@ on each machine that will be a iSCSI gateway: > git clone https://github.com/ceph/ceph-iscsi-config.git > cd ceph-iscsi-config - > python setup.py install + > python setup.py install --install-scripts=/usr/bin > cp usr/lib/systemd/system/rbd-target-gw.service /lib/systemd/system Enable and start the daemon: @@ -145,7 +142,7 @@ on each machine that will be a iSCSI gateway: > git clone https://github.com/ceph/ceph-iscsi-cli.git > cd ceph-iscsi-cli - > python setup.py install + > python setup.py install --install-scripts=/usr/bin > cp usr/lib/systemd/system/rbd-target-api.service /lib/systemd/system