adjust display name
This commit is contained in:
@@ -40,7 +40,7 @@ func (h *ErasureCodingHandler) Capability() *plugin_pb.JobTypeCapability {
|
|||||||
CanExecute: true,
|
CanExecute: true,
|
||||||
MaxDetectionConcurrency: 1,
|
MaxDetectionConcurrency: 1,
|
||||||
MaxExecutionConcurrency: 1,
|
MaxExecutionConcurrency: 1,
|
||||||
DisplayName: "Erasure Coding",
|
DisplayName: "EC Encoding",
|
||||||
Description: "Converts full and quiet volumes into EC shards",
|
Description: "Converts full and quiet volumes into EC shards",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@ func (h *ErasureCodingHandler) Capability() *plugin_pb.JobTypeCapability {
|
|||||||
func (h *ErasureCodingHandler) Descriptor() *plugin_pb.JobTypeDescriptor {
|
func (h *ErasureCodingHandler) Descriptor() *plugin_pb.JobTypeDescriptor {
|
||||||
return &plugin_pb.JobTypeDescriptor{
|
return &plugin_pb.JobTypeDescriptor{
|
||||||
JobType: "erasure_coding",
|
JobType: "erasure_coding",
|
||||||
DisplayName: "Erasure Coding",
|
DisplayName: "EC Encoding",
|
||||||
Description: "Detect and execute erasure coding for suitable volumes",
|
Description: "Detect and execute erasure coding for suitable volumes",
|
||||||
Icon: "fas fa-shield-alt",
|
Icon: "fas fa-shield-alt",
|
||||||
DescriptorVersion: 1,
|
DescriptorVersion: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user