The comment regarding SWIFT_LOOPBACK_DISK_SIZE in lib/swift used the
incorrect unit (bytes instead of kilobytes).
Change-Id: I86117e36141c0a028a6fa6878a4d540f624e759d
| ... | ... |
@@ -39,7 +39,8 @@ SWIFT_DATA_DIR=${SWIFT_DATA_DIR:-${DATA_DIR}/swift}
|
| 39 | 39 |
SWIFT_CONFIG_DIR=${SWIFT_CONFIG_DIR:-/etc/swift}
|
| 40 | 40 |
|
| 41 | 41 |
# DevStack will create a loop-back disk formatted as XFS to store the |
| 42 |
-# swift data. Set ``SWIFT_LOOPBACK_DISK_SIZE`` to the disk size in bytes. |
|
| 42 |
+# swift data. Set ``SWIFT_LOOPBACK_DISK_SIZE`` to the disk size in |
|
| 43 |
+# kilobytes. |
|
| 43 | 44 |
# Default is 1 gigabyte. |
| 44 | 45 |
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}
|
| 45 | 46 |
|