summaryrefslogtreecommitdiffstats
path: root/gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf
diff options
context:
space:
mode:
authorHumble Devassy Chirammal <humble.devassy@gmail.com>2017-02-28 12:23:31 +0530
committerGitHub <noreply@github.com>2017-02-28 12:23:31 +0530
commitf373f3a9c78a6fdd8b1bd3c1f8688a3d837e367b (patch)
tree54bb7bd060f293cac38a06d95d13458ce5e0abb0 /gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf
parentba821d903d34ebf5014a647d92d9e0b2acd0c6a3 (diff)
parent7439918490cdc697b7f2804ef84319b6e77327e7 (diff)
downloadgluster-f373f3a9c78a6fdd8b1bd3c1f8688a3d837e367b.tar.gz
gluster-f373f3a9c78a6fdd8b1bd3c1f8688a3d837e367b.tar.bz2
gluster-f373f3a9c78a6fdd8b1bd3c1f8688a3d837e367b.tar.xz
gluster-f373f3a9c78a6fdd8b1bd3c1f8688a3d837e367b.zip
Merge pull request #29 from SaravanaStorageNetwork/master
Adding gluster-object to gluster docker hub
Diffstat (limited to 'gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf')
-rw-r--r--gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf b/gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf
new file mode 100644
index 0000000..e8f67e3
--- /dev/null
+++ b/gluster-object/CentOS/docker-gluster-swift/etc/swift/container-server.conf
@@ -0,0 +1,39 @@
+[DEFAULT]
+#
+# Default gluster mount point to be used for object store,can be changed by
+# setting the following value in {account,container,object}-server.conf files.
+# It is recommended to keep this value same for all the three services but can
+# be kept different if environment demands.
+devices = /mnt/gluster-object
+#
+# Once you are confident that your startup processes will always have your
+# gluster volumes properly mounted *before* the container-server workers
+# start, you can *consider* setting this value to "false" to reduce the
+# per-request overhead it can incur.
+mount_check = false
+bind_port = 6011
+#
+# Override swift's default behaviour for fallocate.
+disable_fallocate = true
+#
+# One or two workers should be sufficient for almost any installation of
+# Gluster.
+workers = 1
+
+[pipeline:main]
+pipeline = container-server
+
+[app:container-server]
+use = egg:gluster_swift#container
+user = root
+log_facility = LOG_LOCAL2
+log_level = WARN
+# The following parameters is used by object-expirer and needs to be same
+# across all conf files!
+auto_create_account_prefix = gs
+#
+# After ensuring things are running in a stable manner, you can turn off
+# normal request logging for the container server to unclutter the log
+# files. Warnings and errors will still be logged.
+log_requests = off
+