1
0
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:
Zdenek Kabelac 2020-08-29 21:53:05 +02:00
parent 8e778995de
commit 736691ee6c

View File

@ -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;