thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

support instances with multiple drives #98

Open rustyrazorblade opened 5 years ago

rustyrazorblade commented 5 years ago

We currently only support setting up the xvdb or nvme drive that's attached, but there's a bunch of instance types that have more than one. We need to figure out how much automation we want to do here. The solution could get complex enough that doing it in bash will be a problem and we'll want to do it in Python / go / kotlin / anything other than bash really. Testing this will become difficult, I'd like to be able to set up integration tests around whatever we write here, should we decide to do so.