mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
When configuration files for perftune contain invalid parameter, scylla_prepare may cause traceback because error handling is not eough. Throw all errors from create_perftune_conf(), catch them on scylla_prepare, print user understandable error. Fixes #6847