From 3752a8e8a5bc2026ba4a2ad0bce4683fea1fa375 Mon Sep 17 00:00:00 2001 From: Stefan Kooman Date: Tue, 29 May 2018 14:20:33 +0200 Subject: [PATCH] doc: remove duplicate python packages, explicitly ensure python script installation in path /usr/bin. Signed-off-by: Stefan Kooman Signed-off-by: Stefan Kooman --- doc/rbd/iscsi-target-cli-manual-install.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/rbd/iscsi-target-cli-manual-install.rst b/doc/rbd/iscsi-target-cli-manual-install.rst index b059d1870370f..108cdbea2fc51 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 -- 2.39.5