aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2012-09-13 01:38:27 -0700
committerChris Lu <chris.lu@gmail.com>2012-09-13 01:38:27 -0700
commitb5ac55f0124465c2e73ef6386e3d0cf08076b459 (patch)
tree64d94ffeef45167b792e237c514edec3d974d5fc
parent6892842021b660b196d64b32bd296f8186375705 (diff)
downloadseaweedfs-b5ac55f0124465c2e73ef6386e3d0cf08076b459.tar.xz
seaweedfs-b5ac55f0124465c2e73ef6386e3d0cf08076b459.zip
detect existing volumes
-rw-r--r--weed-fs/note/replication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed-fs/note/replication.txt b/weed-fs/note/replication.txt
index c7d5d0767..398b9b411 100644
--- a/weed-fs/note/replication.txt
+++ b/weed-fs/note/replication.txt
@@ -65,7 +65,7 @@ Plan:
For the above operations, here are the todo list:
for data node:
- 0. detect existing volumes
+ 0. detect existing volumes DONE
1. onStartUp, and periodically, send existing volumes and maxVolumeCount store.Join(), DONE
2. accept command to grow a volume( id + replication level) DONE
/admin/assign_volume?volume=some_id&replicationType=01