Reduce BackupConcurrentLimit and RestoreConcurrentLimit to 2
Longhorn 6135 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
1bbefa8132
commit
27f482bd9b
@ -677,14 +677,14 @@ Set the value to **0** to disable backup restore."
|
|||||||
group: "Longhorn Default Settings"
|
group: "Longhorn Default Settings"
|
||||||
type: int
|
type: int
|
||||||
min: 1
|
min: 1
|
||||||
default: 5
|
default: 2
|
||||||
- variable: defaultSettings.restoreConcurrentLimit
|
- variable: defaultSettings.restoreConcurrentLimit
|
||||||
label: Restore Concurrent Limit Per Backup
|
label: Restore Concurrent Limit Per Backup
|
||||||
description: "This setting controls how many worker threads per restore concurrently."
|
description: "This setting controls how many worker threads per restore concurrently."
|
||||||
group: "Longhorn Default Settings"
|
group: "Longhorn Default Settings"
|
||||||
type: int
|
type: int
|
||||||
min: 1
|
min: 1
|
||||||
default: 5
|
default: 2
|
||||||
- variable: defaultSettings.v2DataEngine
|
- variable: defaultSettings.v2DataEngine
|
||||||
label: V2 Data Engine
|
label: V2 Data Engine
|
||||||
description: "This allows users to activate v2 data engine based on SPDK. Currently, it is in the preview phase and should not be utilized in a production environment.
|
description: "This allows users to activate v2 data engine based on SPDK. Currently, it is in the preview phase and should not be utilized in a production environment.
|
||||||
|
Loading…
Reference in New Issue
Block a user