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

(cherry picked from commit 88a1411)

https://bugzilla.redhat.com/show_bug.cgi?id=1633867
  • Loading branch information
agrare authored and simaishi committed Aug 1, 2019
1 parent abd416f commit 80d2c30
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 80d2c30

Please sign in to comment.