mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
examples complex: add short iter time for faster tests
This commit is contained in:
parent
17da9b0708
commit
164ea97c01
1 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted1";
|
name = "crypted1";
|
||||||
keyFile = "/tmp/secret.key";
|
keyFile = "/tmp/secret.key";
|
||||||
|
extraArgs = [
|
||||||
|
"--iter-time 1"
|
||||||
|
];
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "pool";
|
||||||
|
|
@ -64,6 +67,9 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted2";
|
name = "crypted2";
|
||||||
keyFile = "/tmp/secret.key";
|
keyFile = "/tmp/secret.key";
|
||||||
|
extraArgs = [
|
||||||
|
"--iter-time 1"
|
||||||
|
];
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "pool";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue