Correct comment about SWIFT_LOOPBACK_DISK_SIZE.
The comment regarding SWIFT_LOOPBACK_DISK_SIZE in lib/swift used the incorrect unit (bytes instead of kilobytes). Change-Id: I86117e36141c0a028a6fa6878a4d540f624e759d
This commit is contained in:
parent
5e266052df
commit
d66c965b0c
@ -39,7 +39,8 @@ SWIFT_DATA_DIR=${SWIFT_DATA_DIR:-${DATA_DIR}/swift}
|
|||||||
SWIFT_CONFIG_DIR=${SWIFT_CONFIG_DIR:-/etc/swift}
|
SWIFT_CONFIG_DIR=${SWIFT_CONFIG_DIR:-/etc/swift}
|
||||||
|
|
||||||
# DevStack will create a loop-back disk formatted as XFS to store the
|
# DevStack will create a loop-back disk formatted as XFS to store the
|
||||||
# swift data. Set ``SWIFT_LOOPBACK_DISK_SIZE`` to the disk size in bytes.
|
# swift data. Set ``SWIFT_LOOPBACK_DISK_SIZE`` to the disk size in
|
||||||
|
# kilobytes.
|
||||||
# Default is 1 gigabyte.
|
# Default is 1 gigabyte.
|
||||||
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}
|
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user