[openSUSE/open-build-service] 7fd250: [dist] obsstoragesetup: do not prompt before wipe

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7fd2509ed1b1b3bfcab89d98ac004d7b306139b5 https://github.com/openSUSE/open-build-service/commit/7fd2509ed1b1b3bfcab89d... Author: Luiz Angelo Daros de Luca <luizluca@gmail.com> Date: 2021-09-21 (Tue, 21 Sep 2021) Changed paths: M dist/obsstoragesetup Log Message: ----------- [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: Luiz Angelo Daros de Luca <luizluca@gmail.com> Commit: 934aa35442f7789ea1ce761f07301f49b36b68f6 https://github.com/openSUSE/open-build-service/commit/934aa35442f7789ea1ce76... Author: Adrian Schröter <adrian@suse.de> Date: 2021-09-27 (Mon, 27 Sep 2021) Changed paths: M dist/obsstoragesetup Log Message: ----------- Merge pull request #11647 from luizluca/lvm_fix_wipe [dist] obsstoragesetup: do not prompt before wipe Compare: https://github.com/openSUSE/open-build-service/compare/a3651b7f6292...934aa3...
participants (1)
-
Adrian Schröter