[sheepdog] [PATCH v2 1/6] collie: use 'farm' as default store driver

Liu Yuan namei.unix at gmail.com
Sat May 19 17:11: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 file changed, 1 insertion(+), 1 deletion(-)

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.10.2




More information about the sheepdog mailing list