Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EDD48D812 for ; Wed, 5 Sep 2012 20:11:09 +0000 (UTC) Received: (qmail 98905 invoked by uid 500); 5 Sep 2012 20:11:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 98824 invoked by uid 500); 5 Sep 2012 20:11:09 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 98785 invoked by uid 99); 5 Sep 2012 20:11:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 20:11:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1A68C1B588; Wed, 5 Sep 2012 20:11:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [4/4] git commit: Add missing example config for GPFS Message-Id: <20120905201109.1A68C1B588@tyr.zones.apache.org> Date: Wed, 5 Sep 2012 20:11:09 +0000 (UTC) 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/trunk Commit: 7c14044f228cdf34f5f90c85dbb0bea51407596e Parents: 8eb2fed Author: Brandon Williams Authored: Wed Sep 5 12:42:25 2012 -0500 Committer: Brandon Williams 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