From 6a553500fb03f57d73b70666f663dfcc434a4c99 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 11 Feb 2013 20:29:46 -0500 Subject: [PATCH] Adding details about the need to precreate filesystem for swift Change-Id: I31e66b310512e4bdc71355210be7747ab30a94a1 --- packstack/plugins/swift_600.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/plugins/swift_600.py b/packstack/plugins/swift_600.py index cfcd4f4fc..8cdbb1fc7 100644 --- a/packstack/plugins/swift_600.py +++ b/packstack/plugins/swift_600.py @@ -52,7 +52,7 @@ def initConfig(controllerObject): "NEED_CONFIRM" : True, "CONDITION" : False }, {"CMD_OPTION" : "os-swift-storage", - "USAGE" : "A comma separated list of IP addresses on which to install the Swift Storage services, each entry should take the format [/dev], for example 127.0.0.1/vdb will install /dev/vdb on 127.0.0.1 as a swift storage device, if /dev is omitted Packstack will create a loopback device for a test setup", + "USAGE" : "A comma separated list of IP addresses on which to install the Swift Storage services, each entry should take the format [/dev], for example 127.0.0.1/vdb will install /dev/vdb on 127.0.0.1 as a swift storage device(packstack does not create the filesystem, you must first do this first), if /dev is omitted Packstack will create a loopback device for a test setup", "PROMPT" : "Enter the Swift Storage servers e.g. host/dev,host/dev", "OPTION_LIST" : [], "VALIDATORS" : [validate.validate_not_empty, validate_storage],