scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 37 forks source link

[Node Role]: implement a new procedure for picking up precalculated io_properties values #187

Open vladzcloudius opened 1 year ago

vladzcloudius commented 1 year ago

After precalculated values for io_properties.yaml and the corresponding scriptology moved to scylla-machine-image package we need to do some extra steps to pick them up now:

  1. Install Scylla and Scylla-machine-image
  2. Run scylla_setup without running io_setup
  3. run the command sudo /opt/scylladb/scylla-machine-image/scylla_cloud_io_setup

Let's implement it for at least 2022.1.x version. I hope this won't be needed for newer versions... ;)

vladzcloudius commented 1 year ago

@tarzanek FYI