File storage migration
The NFS/CIFS file storage supports backup, however, backups are not available in a different type of SDN. To migrate data:
-
Prepare the infrastructure for migration:
-
Create a new file storage similar to the original one.
-
Create a VM with the minimum configuration
STD2-1-2(1 vCPU and 2 GB RAM). -
Connect the VM to the networks of the original (SDN Neutron) and new (SDN Sprut) storages.
-
Connect through the created VM to both storages (original and new).
-
Run the
rsyncutility on the VM to synchronize files and folders between the original and new storage.rsync <source_address> <destination_address>Where:
<source_address>— IP address of the original storage;<destination_address>— IP address of the new storage.
-
Make sure that all data has been successfully migrated to the new file storage.
-
Delete the original file storage if you no longer need it.