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
I'm trying to copy a snapshot using base-snapshot in scw instance volume create command but it's not working
scw instance volume create command
scw instance volume create base-snapshot=VALUE
to copy a snapshot (create a volume from a snapshot)
output is : Extra keys not allowed
Extra keys not allowed
when adding a name to the command like name=example2 the output is :
name=example2
Volume copy is only supported between same volume types
Version 2.3.0 BuildDate unknown GoVersion go1.16 GitBranch unknown GitCommit unknown GoArch amd64 GoOS darwin
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
I'm trying to copy a snapshot using base-snapshot in
scw instance volume create command
but it's not workingHow to reproduce:
scw instance volume create base-snapshot=VALUE
Command attempted
scw instance volume create base-snapshot=VALUE
Expected Behavior
to copy a snapshot (create a volume from a snapshot)
Actual Behavior
output is :
Extra keys not allowed
when adding a name to the command like
name=example2
the output is :Volume copy is only supported between same volume types
More info
Version
Version 2.3.0
BuildDate unknown
GoVersion go1.16
GitBranch unknown
GitCommit unknown
GoArch amd64
GoOS darwin
The text was updated successfully, but these errors were encountered: