mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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 -
|
||||
=================================
|
||||
Disallow --bootloaderareasize with pvcreate --restorefile.
|
||||
Fix lvmlockd check for running lock managers during lock adoption.
|
||||
Add --withgeneralpreamble and --withlocalpreamble to lvmconfig.
|
||||
Improve makefiles' linking.
|
||||
|
@ -1367,6 +1367,8 @@ OO: --dataalignment SizeKB, --dataalignmentoffset SizeKB, --bootloaderareasize S
|
||||
--metadataignore Bool, --norestorefile, --setphysicalvolumesize SizeMB,
|
||||
--reportformat ReportFmt, --restorefile String, --uuidstr String, --zero Bool
|
||||
ID: pvcreate_general
|
||||
RULE: --norestorefile not --restorefile
|
||||
RULE: --bootloaderareasize not --restorefile
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user