]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove duplicate python packages, explicitly ensure python script installation... 22203/head
authorStefan Kooman <stefan@bit.nl>
Tue, 29 May 2018 12:20:33 +0000 (14:20 +0200)
committerStefan Kooman <stefan@bit.nl>
Tue, 29 May 2018 12:24:22 +0000 (14:24 +0200)
Signed-off-by: Stefan Kooman <stefan@kooman.org>
Signed-off-by: Stefan Kooman <stefan@kooman.org>
doc/rbd/iscsi-target-cli-manual-install.rst

index b059d1870370f9c5e25cb6ba44bc76a2e0b6e1fd..108cdbea2fc5181270d30c3516e243e3312451d5 100644 (file)
@@ -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