Skip to content

Commit

Permalink
Remove detailed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tengxiao Wang <[email protected]>
  • Loading branch information
twang-ps committed Mar 20, 2024
1 parent 50fcd49 commit debdf62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit debdf62

Please sign in to comment.