summaryrefslogtreecommitdiffstats
path: root/swift/1.4.8/plugins/conf/fs.conf-gluster
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-08-26 15:22:14 -0400
committerVijay Bellur <vbellur@redhat.com>2013-08-27 20:40:14 -0700
commit41deb1ec8f7d1091de702947876444dd713fab7f (patch)
treed6c37141ae930d24f9adb13fe173d187167a86a4 /swift/1.4.8/plugins/conf/fs.conf-gluster
parent34bca063cd8e7721c876e0f06d42978d5ff4d835 (diff)
Do not overwrite swift config files on upgrade
We now include the config files as part of the RPM and include the directive %config(noreplace) in the RPM specfile for upgrades, installations, and removals. When the system is now upgraded to this fix number, any of the config files edited are kept verbatim. When the system is upgraded to the gluster-swift project, their config files are saved as ${configfile}.rpmsave since they will need to re-inspect the file using the new grizzly settings. BUG: 1001418 Change-Id: I306501d3148f5f6a1d2ee381a9abd98efccadd00 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5706 Reviewed-by: Peter Portante <pportant@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'swift/1.4.8/plugins/conf/fs.conf-gluster')
-rw-r--r--swift/1.4.8/plugins/conf/fs.conf-gluster9
1 files changed, 9 insertions, 0 deletions
diff --git a/swift/1.4.8/plugins/conf/fs.conf-gluster b/swift/1.4.8/plugins/conf/fs.conf-gluster
new file mode 100644
index 000000000..b6ec5121f
--- /dev/null
+++ b/swift/1.4.8/plugins/conf/fs.conf-gluster
@@ -0,0 +1,9 @@
+[DEFAULT]
+mount_path = /mnt/gluster-object
+auth_account = auth
+#ip of the fs server.
+mount_ip = localhost
+#fs server need not be local, remote server can also be used,
+#set remote_cluster=yes for using remote server.
+remote_cluster = no
+object_only = no \ No newline at end of file