We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently migrate requies that the data sources be mounted from the host with -v. If it doesn't, then you get a byzantine error message.
-v
Either implement a method for pulling data from other volume types, or at least give a nice error message indicating that it's not supported.
The text was updated successfully, but these errors were encountered:
Migrate is intended to have multiple mount types, more than just local data, and should be implemented.
Sorry, something went wrong.
mcred
No branches or pull requests
Problem
Currently migrate requies that the data sources be mounted from the host with
-v
. If it doesn't, then you get a byzantine error message.Solution
Either implement a method for pulling data from other volume types, or at least give a nice error message indicating that it's not supported.
The text was updated successfully, but these errors were encountered: