Files
storlets/doc/source/s2aio_dev_host_include.rst
Eran Rom b3f3e0c44c Add start / stop to s2aio
s2aio uses a loop back device over a local file
as Swift device. This device may get corrupted
when rebooting the host while swift is running.
Adding the start and stop helps mitigate the problem

Also, with the recent move to devstack as the
installation script for Swift and Keystone
starting the swift and keystone services
have changed. Again, the s2aio start helps
here.

Change-Id: I3e3884a1a04888be577fe4f92d471a65f6f5ce5b
2017-06-11 23:10:00 -07:00

268 B

Make sure to have a user that can sudo without a password. With that user just do:

sudo apt-get update
sudo apt-get install python-tox python-nose git
git clone https://github.com/openstack/storlets.git
cd storlets
./s2aio.sh install dev host