From 54dd925283f443b09db77717c86eea5bf0f9d740 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 5 Jan 2017 14:53:05 -0800 Subject: [PATCH] remove deprecated instructions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d0ef9486e..d25b79247 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,6 @@ Volume servers can start with a specific data center name: weed volume -dir=/tmp/2 -port=8081 -dataCenter=dc2 ``` -Or the master server can determine the data center via volume server's IP address and settings in weed.conf file. - When requesting a file key, an optional "dataCenter" parameter can limit the assigned volume to the specific data center. For example, this specifies that the assigned volume should be limited to 'dc1': ```