From 5dcb5c0c34a9a3f24d237dcbb37398c5a2702e78 Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Wed, 9 Jan 2013 13:39:57 +0000 Subject: [PATCH] Correct comment about SWIFT_LOOPBACK_DISK_SIZE. The comment regarding SWIFT_LOOPBACK_DISK_SIZE used the incorrect unit (bytes instead of kilobytes). --- lib/swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/swift b/lib/swift index 89342644be..9e680e6497 100644 --- a/lib/swift +++ b/lib/swift @@ -39,7 +39,8 @@ SWIFT_DATA_DIR=${SWIFT_DATA_DIR:-${DATA_DIR}/swift} SWIFT_CONFIG_DIR=${SWIFT_CONFIG_DIR:-/etc/swift} # 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. SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}