[sheepdog] [PATCH 4/4] collie: use 'farm' as default store driver

Liu Yuan namei.unix at gmail.com
Fri May 18 13:06:20 CEST 2012


From: Liu Yuan <tailai.ly at taobao.com>


Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 collie/cluster.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/collie/cluster.c b/collie/cluster.c
index 2114a8e..c991096 100644
--- a/collie/cluster.c
+++ b/collie/cluster.c
@@ -25,7 +25,7 @@ struct cluster_cmd_data {
 	char name[STORE_LEN];
 } cluster_cmd_data;
 
-#define DEFAULT_STORE	"simple"
+#define DEFAULT_STORE	"farm"
 
 static void set_nohalt(uint16_t *p)
 {
-- 
1.7.8.2




More information about the sheepdog mailing list