Skip to content

Commit

Permalink
doc: remove duplicate python packages, explicitly ensure python scrip…
Browse files Browse the repository at this point in the history
…t installation in path /usr/bin.

        Signed-off-by: Stefan Kooman <stefan@kooman.org>

    Signed-off-by: Stefan Kooman <stefan@kooman.org>
  • Loading branch information
hydro-b committed May 29, 2018
1 parent 2a6f163 commit 3752a8e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/rbd/iscsi-target-cli-manual-install.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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


Expand Down

0 comments on commit 3752a8e

Please sign in to comment.