diff --git a/docs/design_notes.md b/docs/design_notes.md index 1b8a3c0..e652b87 100644 --- a/docs/design_notes.md +++ b/docs/design_notes.md @@ -257,7 +257,7 @@ When a storage service finds a previously offline successor is online: - The chunk lock is released. - 4\. When all required chunks have been transferred, a sync-done message is sent to the successor. +4. When all required chunks have been transferred, a sync-done message is sent to the successor. The rules used to decide which chunks should be transferred are: diff --git a/src/stubs/CMakeLists.txt b/src/stubs/CMakeLists.txt index f8cb3b1..e6ce9ca 100644 --- a/src/stubs/CMakeLists.txt +++ b/src/stubs/CMakeLists.txt @@ -1,5 +1,4 @@ add_subdirectory(common) -#add_subdirectory(ClientAgentService) add_subdirectory(MetaService) add_subdirectory(mgmtd) add_subdirectory(core)