Takuya ASADA
Takuya ASADA
Introduce mimimal, barebone version of Docker image for k8s. It has separated container for each services, we have following: - scylla-server container - scylla-jmx container - scylla-tools container We use...
Introduce support nonroot and offline mode for scylla-housekeeping. Closes #13084
On https://github.com/scylladb/scylla-machine-image/issues/498, status of scylla-image-post-start.service is NOT "failed" even the script causing error, because scylla_post_start.py catches all exceptions and just logging it, so the script finishes without error. To getting...
Related with #498 On current curl() implementation, all exceptions are catched to retrying access and never re-raised. Because of this, we currently not able to get any HTTP Error related...
To reduce runtime error on our code, and also improve code stability, add python type hinting on python code, and run type checking on github CI.
This is scylla-machine-image part of "move cloud snitches to external python script" PR. Currently this PR is DRAFT version since it doesn't implemented Ec2MultiRegionSnitch yet. ---- Since it's hard to...
Related with scylladb/scylla-enterprise-machine-image#54
To hardening our machine image, let's apply CIS rules generated by USG (Ubuntu Security Guide). see: https://ubuntu.com/security/certifications/docs/cis closes scylladb/scylla-pkg#2953
Since our code expects Local SSD are attached as NVMe disk and persistent disks are attached as SCSI disk, the code will misunderstand SCSI attached Local SSD as 'persistent disk'....
On 7ce6962141dd4def9ce56837db691e2a8a983289 we dropped openssh-server, it also dropped systemd package and caused an error on Scylla Operator (#17787). This reverts dropping systemd package and fix the issue. Fix #17787 -...