Hi Experts
We are using Cassandra open source 3.11.3-E000 version.
Our old SSD Lun would be expired and We need to migrate data to new SSD Lun. In that process our data directory mount point name would not change, we would just copy data from old Lun to new lun. We have 2 data centers one is Active and one is Inactive in terms of traffic.
So I would like to know if following steps would work fine for this data migration?
1. Stop application pointing inactive site Cassandra
2.Stop one of the node of C*
3.Infra will perform new LUN migration and copy data.
4. Start the C* in that node
5. Check nodetool status.
6.Perform them in rolling fashion for all othe nodes.
7.Start application in Inactive site.
In that whole exercise our application would still run in active datacenter Cassandra site. Let me know if that is good way to avoid any impact on active site?
Thanks in advance.