Local source filesystems
Add local fs source with the UI
- From the Dashboard, select an instance under Instances.
- In the Filesystems & Agents menu, select Filesystems.
- Select Add source filesystem
- Select Local Filesystem from the Filesystem Type dropdown list.
- In the Display Name field. Enter a name for your source filesystem.
- In the Mount Point field. Enter the local filesystem directory path to use as the source filesystem. You can migrate any data in the Mount Point directory.
- Select Save to add the source filesystem.
note
Local filesystems don't provide change notifications, so Live Migration isn't enabled for local filesystem sources.
Add local fs source with the CLI
Add a local filesystem as either a migration target or source using the filesystem add local
command.
Example
filesystem add local --file-system-id myFileSystem --fs-root ./tmp --source
See the command reference for all options when using the filesystem add local
.