mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
block_size parameter for dd (#719)
removed log Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
This commit is contained in:
committed by
GitHub
parent
e5c5b35db3
commit
34a676a795
@@ -4,3 +4,4 @@ pvc_scenario:
|
||||
namespace: <namespace_name> # Namespace where the PVC is
|
||||
fill_percentage: 50 # Target percentage to fill up the cluster, value must be higher than current percentage, valid values are between 0 and 99
|
||||
duration: 60 # Duration in seconds for the fault
|
||||
block_size: 102400 # used only by dd if fallocate not present in the container
|
||||
|
||||
Reference in New Issue
Block a user