mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Recently, Scylla was changed to mandate the use of XFS for its data directories, unless the flag --developer-mode true is provided. So during the AMI setup stage, if the user did not provide extra disks for the setup scripts to prepare, the scylla service will refuse to start. Therefore, the message in scylla_prepare has to be changed to an actual error message, and the file name, to be changed to something that reflects the event that happened. Signed-off-by: Lucas Meneghel Rodrigues <lmr@scylladb.com>