summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2015-05-20 19:09:21 +0000
committerThiago da Silva <thiago@redhat.com>2015-06-01 17:56:25 +0000
commitd64b007deb99e3ac65034623993961f23351b78d (patch)
tree076bdb9510ce152de979b43816e83852c55fb6cd /etc
parentae51e6b26fcddc97e3787feccba69db29fa728aa (diff)
downloadswift-bench-d64b007deb99e3ac65034623993961f23351b78d.tar.gz
add storage policy option
provide ability for user to select which storage policy to run benchmark against Change-Id: I9973f964ec3989281f47f853be053498e7a6e51e Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/swift-bench.conf-sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/swift-bench.conf-sample b/etc/swift-bench.conf-sample
index 423608e..8ca7f8b 100644
--- a/etc/swift-bench.conf-sample
+++ b/etc/swift-bench.conf-sample
@@ -34,6 +34,9 @@
# The base name for created containers.
# container_name = (randomly-chosen uuid4)
+# The storage policy to use when creating containers
+# policy_name = gold
+
# Should swift-bench benchmark DELETEing the created objects and then delete
# all created containers?
# delete = yes