Skip to content
New issue

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

Storage: Attach VM snapshots as disk devices #14930

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2549,8 +2549,8 @@ This adds support for listing network zones across all projects using the `all-p

## `instance_root_volume_attachment`
Copy link
Member

@tomponline tomponline Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MggMuggins shall we rename this to vm_root_volume_attachment as my understanding is that we dont support containers yet, and we dont plan to before LXD 6.3 is released?


Adds support for instance root volumes to be attached to other instances as disk
devices. Introduces the `<type>/<volume>` syntax for the `source` property of
Adds support for instance root volumes and snapshots to be attached to other
instances as disk devices. Introduces the `source.type` and `source.snapshot` keys for
disk devices.

## `projects_limits_uplink_ips`
Expand Down