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 suspect the issue is that the snapshot was created when the instance had a profile associated. The --no-profiles option is ignored. Reproducer:
--no-profiles
lxc launch ubuntu:22.04 u1 lxc profile create test lxc profile add u1 test lxc snapshot u1 snap lxc project create test-project lxc copy u1 u1 --no-profiles -s default --project default --target-project test-project Error: Failed creating instance snapshot record "u1/snap": Requested profile "test" doesn't exist
6.2-bde4d03
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I suspect the issue is that the snapshot was created when the instance had a profile associated. The
--no-profiles
option is ignored. Reproducer:6.2-bde4d03
The text was updated successfully, but these errors were encountered: