adjust weight
This commit is contained in:
@@ -42,6 +42,7 @@ func (h *ErasureCodingHandler) Capability() *plugin_pb.JobTypeCapability {
|
||||
MaxExecutionConcurrency: 1,
|
||||
DisplayName: "EC Encoding",
|
||||
Description: "Converts full and quiet volumes into EC shards",
|
||||
Weight: 80,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ func (h *VacuumHandler) Capability() *plugin_pb.JobTypeCapability {
|
||||
MaxExecutionConcurrency: maxExec,
|
||||
DisplayName: "Volume Vacuum",
|
||||
Description: "Reclaims disk space by removing deleted files from volumes",
|
||||
Weight: 60,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ func (h *VolumeBalanceHandler) Capability() *plugin_pb.JobTypeCapability {
|
||||
MaxExecutionConcurrency: 1,
|
||||
DisplayName: "Volume Balance",
|
||||
Description: "Moves volumes between servers to reduce skew in volume distribution",
|
||||
Weight: 50,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user