diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-10-08 16:32:02 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-10-08 16:32:02 +0000 |
commit | 7d1fb9b21014f5228785a590c2a168ee1a37cbf9 (patch) | |
tree | 93ad71dcb2ca88cb98cd4028cf7d55c09a03eee0 /games/canfield | |
parent | c92abada57222b3de4c40244b747671a838884db (diff) |
Add support for qcow2 base images (external snapshots).
This works is from Ori Bernstein, committing on his behalf:
Add support to vmd for external snapshots. That is, snapshots that are
derived from a base image. Data lookups start in the derived image,
and if the derived image does not contain some data, the search
proceeds ot the base image. Multiple derived images may exist off of
a single base image.
A limitation of this format is that modifying the base image will
corrupt the derived image.
This change also adds support for creating disk derived disk images to
vmctl. To use it:
vmctl create derived.qcow2 -s 16G -b base.qcow2
From Ori Bernstein
OK mlarkin@ reyk@
Diffstat (limited to 'games/canfield')
0 files changed, 0 insertions, 0 deletions