stages/lvm2.create: fix 'size' and add 'extents'
The `size` option was using `-l`, which in fact was `--extents`. Fix that to use `--size` and add a new option `extents` that will in fact call translate to `--extents` and this replace the current use of the `size` option. Adapt the `fedora-ostree-image` test manifest to use `extents`.
This commit is contained in:
parent
493b1f9a1b
commit
bd4ab1d36f
3 changed files with 22 additions and 5 deletions
|
|
@ -1090,7 +1090,7 @@
|
|||
"volumes": [
|
||||
{
|
||||
"name": "root",
|
||||
"size": "100%FREE"
|
||||
"extents": "100%FREE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@
|
|||
"volumes": [
|
||||
{
|
||||
"name": "root",
|
||||
"size": "100%FREE"
|
||||
"extents": "100%FREE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue