multipass-test:qemu-snapshot-mount-args

Last commit made on 2023-07-10
Get this branch:
git clone -b qemu-snapshot-mount-args https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
qemu-snapshot-mount-args
Repository:
lp:multipass-test

Recent commits

d22a914... by Ricardo Abreu

[qemu] Update mount args when applying a snapshot

950dc28... by Ricardo Abreu

[qemu] Keep reference to mount args in snapshot

So that they can be updated.

87da0d0... by Ricardo Abreu

[daemon] Avoid flag in loop iteration

To simplify the body of the loop.

ddf824f... by Ricardo Abreu

[daemon] Avoid unnecessarily persisting instances

When restoring a snapshot, persist instance specs only if they were
modified.

1e765f2... by Ricardo Abreu

[daemon] Return result when updating mounts

Return whether any mount specs were updated, when updating mounts.

d53d817... by Ricardo Abreu

[daemon] Invert meaning of return

Return true when able to create all missing mounts, false if any missing
mount failed to create and a mount spec was therefore removed. This
should be more intuitive for the reader.

741007b... by Ricardo Abreu

[daemon] Use create_missing_mounts in init_mounts

13a3fbc... by Ricardo Abreu

[daemon] Extract creation of missing mounts

6012414... by Ricardo Abreu

[daemon] Return whether to persist updated mounts

392a6d4... by Ricardo Abreu

[daemon] Extract pruning of old mount handlers