mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-01 18:50:41 +03:00
cleanup: user force_t enums instead of ints
This commit is contained in:
parent
8e778995de
commit
736691ee6c
@ -152,7 +152,7 @@ int vgextend(struct cmd_context *cmd, int argc, char **argv)
|
||||
pp->preserve_existing = 1;
|
||||
|
||||
/* pvcreate within vgextend cannot be forced. */
|
||||
pp->force = 0;
|
||||
pp->force = PROMPT;
|
||||
|
||||
/* Check for old md signatures at the end of devices. */
|
||||
cmd->use_full_md_check = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user