Data Migrator to Cloud provides two settings to control when migrated files are recalled from a cloud target. When using HCP as a cloud target, the files residing on HCP cannot be modified and can only be deleted. It is desirable to have the ability to modify migrated files. When enabled, the system will recall the file to the local file system when it is modified. The file can then be migrated back to HCP when the data migrator policy next runs and it meets the migration criteria defined in the data migrator policy.
To enable recall on write, set the environment variable xvl-auto-recall-on-modify through the CLI to true.
For example:
set xvl-auto-recall-on-modify true
To enable recall on read, set the environment variable xvl-auto-recall-on-read through the CLI to true.
For example:
set xvl-auto-recall-on-read true
Both of these variables take effect immediately.