Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Do not use data folder to store downloaded sstables #289

Closed cscetbon closed 3 years ago

cscetbon commented 3 years ago
Q A
Bug fix? [X]

There are some issues with the backup when downloadedsstables folders is put in data

PERES-Richard commented 3 years ago

Found this, don't know if it's need a change (maybe also for PR #290 since there is "HARDLINKS3 ?)

https://github.com/Orange-OpenSource/casskop/blob/86e226ac592264df014ec411fbc60ab8260d904a/pkg/cassandrabackup/operations_test.go#L46

cscetbon commented 3 years ago

Found this, don't know if it's need a change (maybe also for PR #290 since there is "HARDLINKS3 ?)

https://github.com/Orange-OpenSource/casskop/blob/86e226ac592264df014ec411fbc60ab8260d904a/pkg/cassandrabackup/operations_test.go#L46

done @PERES-Richard