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>
  • Loading branch information
hydro-b committed May 29, 2018
1 parent 2a6f163 commit f9e0e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rbd/iscsi-target-cli-manual-install.rst
Expand Up @@ -126,7 +126,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 +145,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 f9e0e26

Please sign in to comment.