scylladb / scylla-machine-image

Apache License 2.0
20 stars 27 forks source link

scylla_install_image: preinstall scylla_raid_setup dependencies #531

Closed syuu1228 closed 4 months ago

syuu1228 commented 4 months ago

scylla_raid_setup requires to install xfsprogs, mdadm, initramfs-tools. We should preinstall these packages while building machine image instead of starting scylla_image_setup, to speed up the instance boot process.

Related scylladb/scylladb#19651

yaronkaikov commented 4 months ago

@syuu1228 unit-tests failed, why?

syuu1228 commented 4 months ago

@yaronkaikov It failed at building CentOS7 RPM, yum command failed because of CentOS7 have been deprecated. The error is not related with this PR. Likely we should drop "Build RPM (Centos:7)" test from unit-test.

yaronkaikov commented 4 months ago

please rebase