I recently created a MySql Cluster with 1 Manager node, 2 Data nodes and 2 Sql nodes.
All is workging fine.
Now I want to make the cluster a bit more professional so I decided to mount a separate file system for the Data Nodes databases files storage and not compromise Linux file system, and also be able to expand the data storage if needed.
Originaly my databases were located at "/var/lib/mysql-cluster/data" as all the tutorials say.Now I want to change the path to my new storage created for that which is "/mnt/mysql_disk/mysql-cluster/data"
I changed the SQL Manager config file to point to the new path, I stoped the nbdb service, moved the existing files to the new path and started ndbd service with the --initial parameter. That didn't work and the ndbd still wants to use the original "/var/lib/mysql-cluster/data" path.
What other steps should I do to make the ndbd start usting the new path?
OS: Ubuntu 24.04MySql Cluster V. mysql-8.4.1 / ndb-8.4.1