Skip to content
Commit 7fd2509e authored by Luiz Angelo Daros de Luca's avatar Luiz Angelo Daros de Luca
Browse files

[dist] obsstoragesetup: do not prompt before wipe



According to lvcreate man, --wipesignature, "there is a prompt for
each signature detected to confirm its wiping (unless --yes is used to
override confirmations.)". However, obsstoragesetup is executed as a
service and it will abort if an interactive prompt is requested.

The result is that workers are started without a proper storage and
they will start to use rootfs, that might not be prepared to handle
the amount of worker data.

Use --yes for lvcreate to avoid interactve prompts.

Signed-off-by: default avatarLuiz Angelo Daros de Luca <luizluca@gmail.com>
parent 87ef9b8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment