Skip to content

Commit

Permalink
Merge pull request #385 from d-m-u/adding_prov_option_disks
Browse files Browse the repository at this point in the history
Add thick_eager disk_format option
  • Loading branch information
agrare committed Aug 1, 2019
2 parents fc2e1cf + 3b5edab commit 88a1411
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,8 @@
:fields:
:disk_format:
:values:
thick: Thick
thick: Thick - Lazy Zero
thick_eager: Thick - Eager Zero
thin: Thin
unchanged: Default
:description: Disk Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,8 @@
:fields:
:disk_format:
:values:
thick: Thick
thick: Thick - Lazy Zero
thick_eager: Thick - Eager Zero
thin: Thin
unchanged: Default
:description: Disk Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,8 @@
:fields:
:disk_format:
:values:
thick: Thick
thick: Thick - Lazy Zero
thick_eager: Thick - Eager Zero
thin: Thin
unchanged: Default
:description: Disk Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,8 @@
:fields:
:disk_format:
:values:
thick: Thick
thick: Thick - Lazy Zero
thick_eager: Thick - Eager Zero
thin: Thin
unchanged: Default
:description: Disk Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@
:fields:
:disk_format:
:values:
thick: Thick
thick: Thick - Lazy Zero
thick_eager: Thick - Eager Zero
thin: Thin
unchanged: Default
:description: Disk Format
Expand Down

0 comments on commit 88a1411

Please sign in to comment.