Use local devices and avoid loopback storage

Closes-Bug: #1777683

Change-Id: Ia35e962f7a536ca092c3eb5ebce258e1a37d3ab2
This commit is contained in:
Peter Matulis 2019-11-11 14:56:39 -05:00
parent c74ce0fbdf
commit 6928d6ac98
1 changed files with 5 additions and 1 deletions

View File

@ -207,12 +207,16 @@ The Swift-storage application is going to be deployed to the first machine
(``machine 0``), and scaled across the other three with the following
configuration file:
.. code:: bash
.. code:: yaml
swift-storage:
block-device: sdc
overwrite: "true"
This example configuration points to block device /dev/sdc. Adjust according to
your available hardware. In a production environment, avoid using a loopback
device.
Here are the four deploy commands for the four machines:
.. code:: bash