From debdf626d0549f4c9aa3c312d232b8a2c5f7629b Mon Sep 17 00:00:00 2001 From: Tengxiao Wang Date: Wed, 20 Mar 2024 18:46:59 +0000 Subject: [PATCH] Remove detailed comments Signed-off-by: Tengxiao Wang --- api/api.proto | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/api.proto b/api/api.proto index 124c6883d..07758a3e7 100644 --- a/api/api.proto +++ b/api/api.proto @@ -1909,12 +1909,6 @@ service OpenStorageFilesystemCheck { // ## OpenStorageFilesystemDefrag Service // This service provides APIs to manage filesystem defragmentation schedules/jobs on a cluster. -// -// The defrag job can run defrag tasks on a single node or on multiple nodes in parallel. -// On a node, it iterates its data pools. On each pool, it iterates volumes which has -// replicas on it. The job only runs defrag on one volume at any time. The volume will be -// defraged with increasing offset and a configured chunk size. -// When the task on a node is finished, it proceeds to the next node. service OpenStorageFilesystemDefrag { // Create a schedule to run defragmentation tasks periodically rpc CreateSchedule(SdkCreateDefragScheduleRequest)