Closed juiceblender closed 7 years ago
Hm - the failed build on travis-ci doesn't look like a by-product of the PR, anyone able to elaborate/point me in the right direction?
Ahh, I broke the travis build on Friday, its not your fault.
+1
Thank you very much!
Hello,
I noticed that when I create a cluster like so: ccm create test --datadirs=3
After I populate the cluster with nodes, the nodes still come up with only 1 data directory (data0). Digging into it it looks like cluster.conf only has datadirs: 1, and that seems to be because when we first create the cluster after we set the number of datadirs we do not update cluster.conf. (See cluster_cmds.py:ClusterCreateCmd.run).
I believe this fixes it, feel free to let me know if there is any feedback.
Thanks!