You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/09/05 19:42:51 UTC

git commit: Add missing example config for GPFS

Updated Branches:
  refs/heads/cassandra-1.1 8eb2fed1e -> 7c14044f2


Add missing example config for GPFS


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c14044f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7c14044f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7c14044f

Branch: refs/heads/cassandra-1.1
Commit: 7c14044f228cdf34f5f90c85dbb0bea51407596e
Parents: 8eb2fed
Author: Brandon Williams <br...@apache.org>
Authored: Wed Sep 5 12:42:25 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Sep 5 12:42:43 2012 -0500

----------------------------------------------------------------------
 conf/cassandra-rackdc.properties |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7c14044f/conf/cassandra-rackdc.properties
----------------------------------------------------------------------
diff --git a/conf/cassandra-rackdc.properties b/conf/cassandra-rackdc.properties
new file mode 100644
index 0000000..b792885
--- /dev/null
+++ b/conf/cassandra-rackdc.properties
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This file is specifically for the GossipingPropertyFileSnitch and will
+# indicate the rack and dc for this node
+dc=DC1
+rack=RAC1