michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

Add multiple data_dir locations (JBOD Cassandra 1.2+) #154

Closed felka closed 9 years ago

felka commented 9 years ago

For C* 1.2+ it will be nice to have option to define array of data_dirs and template will populate multiple locations.

michaelklishin commented 9 years ago

Feel free to submit a pull request.

Why does this not apply to later versions, by the way?

vkhatri commented 9 years ago

i think it is broken currently for recipe tarball, as node['cassandra']['data_dir'] gets evaluated as an array which is not acceptable for directory resource.

looking into it.

michaelklishin commented 9 years ago

Fixed by #202.