mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
pvcreate: Disallow --bootloaderareasize with --restorefile.
The backup file already holds the bootloader area details to use so don't overcomplicate things.
This commit is contained in:
parent
955083e625
commit
7d09d7288b
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.174 -
|
Version 2.02.174 -
|
||||||
=================================
|
=================================
|
||||||
|
Disallow --bootloaderareasize with pvcreate --restorefile.
|
||||||
Fix lvmlockd check for running lock managers during lock adoption.
|
Fix lvmlockd check for running lock managers during lock adoption.
|
||||||
Add --withgeneralpreamble and --withlocalpreamble to lvmconfig.
|
Add --withgeneralpreamble and --withlocalpreamble to lvmconfig.
|
||||||
Improve makefiles' linking.
|
Improve makefiles' linking.
|
||||||
|
@ -1367,6 +1367,8 @@ OO: --dataalignment SizeKB, --dataalignmentoffset SizeKB, --bootloaderareasize S
|
|||||||
--metadataignore Bool, --norestorefile, --setphysicalvolumesize SizeMB,
|
--metadataignore Bool, --norestorefile, --setphysicalvolumesize SizeMB,
|
||||||
--reportformat ReportFmt, --restorefile String, --uuidstr String, --zero Bool
|
--reportformat ReportFmt, --restorefile String, --uuidstr String, --zero Bool
|
||||||
ID: pvcreate_general
|
ID: pvcreate_general
|
||||||
|
RULE: --norestorefile not --restorefile
|
||||||
|
RULE: --bootloaderareasize not --restorefile
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user