Lines Matching refs:C
2 Copyright (C) 2017 Red Hat Inc.
177 [A] <-- [B] <-- [C] <-- [D]
179 Where [A] is the original base image; [B] and [C] are intermediate
204 To create the rest of the overlay images, [C], and [D] (omitting the raw
207 …(QEMU) blockdev-snapshot-sync node-name=node-B snapshot-file=c.qcow2 snapshot-node-name=node-C for…
208 …(QEMU) blockdev-snapshot-sync node-name=node-C snapshot-file=d.qcow2 snapshot-node-name=node-D for…
216 [A] <-- [B] <-- [C] <-- [D]
221 - Point 2: Guest state when [C] was created is contained in [A] + [B]
223 [A] + [B] + [C]
224 - Active layer: Current guest state is contained in [A] + [B] + [C] +
243 [A] <-- [B] <-- [C] <-- [D]
251 the base image, [A], and overlay images, [B] and [C], into [D],
253 standalone image, [D] -- with contents from [A], [B] and [C] merged
261 only images [B] and [C] into [D], the active layer. The result will
262 be contents of images [B] and [C] will be copied into [D], and the
273 [C]. Once the copy is finished, image [B] can now be (optionally)
274 discarded; and the backing file pointer of image [C] will be
276 streaming" of [B] into [C], the resulting image chain will be (where
279 [A] <-- [C] <-- [D]
299 For `Case-2`_, merge contents of the images [B] and [C] into [D], where
305 images [B] into [C], where [C] ends up referring to [A] as its backing
308 (QEMU) block-stream device=node-C base-node=node-A job-id=job0
340 [A] <-- [B] <-- [C] <-- [D]
347 chain is the following, where image [C] is adjusted to point at [A]
350 [A] <-- [C] <-- [D]
352 (2) Commit content from images [B] and [C] into image [A]. The
360 (3) Commit content from images [B], [C], and the active layer [D] into
366 (4) Commit content from image only image [C] into image [B]. The
371 (5) Commit content from image [C] and the active layer [D] into image
396 required. As the end result, the backing file of image [C] is adjusted
400 [A] <-- [C] <-- [D]
430 [A] <-- [B] <-- [C] <-- [D]
436 Where content from all the subsequent overlays, [B], and [C], including
511 [A] <-- [B] <-- [C] <-- [D]
666 [A] <-- [B] <-- [C] <-- [D]
674 chain, involving images [A], [B], and [C], visible via other means
687 chain -- from images [A] to [C] -- are already expected to exist in some
688 form (e.g. in a file called, ``Contents-of-A-B-C.qcow2``). Now, on the
690 ``Contents-of-A-B-C.qcow2`` as its backing file), to which the contents
693 $ qemu-img create -f qcow2 -b ./Contents-of-A-B-C.qcow2 \
713 [A] <-- [B] <-- [C] <-- [D]
716 ``[A] <-- [B] <-- [C]`` are *already* present, and therefore copy *only*
845 [A] <-- [B] <-- [C] <-- [D]
850 Create the overlay images, [B], [C], and [D]::
853 …(QEMU) blockdev-snapshot-sync node-name=node-B snapshot-file=c.qcow2 snapshot-node-name=node-C for…
854 …(QEMU) blockdev-snapshot-sync node-name=node-C snapshot-file=d.qcow2 snapshot-node-name=node-D for…
952 [A] <-- [B] <-- [C] <-- [D]