Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: remove duplicate python packages #22203

Merged
merged 1 commit into from May 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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