datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

jbod support in `collect-info.rs` #100

Closed michaelsembwever closed 2 years ago

michaelsembwever commented 2 years ago

The data_dir (cassandra_data_dir) can be multiple directories comma separated. (This setup is referred to as JBOD.)

This currently isn't supported in collect-info.rs, like it is in the ds-collector script here: https://github.com/datastax/diagnostic-collection/blob/master/ds-collector/ds-collector#L572