]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs,test: --bind-volume / bind-volume / unbind-volume 41910/head
authorChristian Brauner <brauner@kernel.org>
Fri, 1 May 2026 11:38:12 +0000 (13:38 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 6 May 2026 08:30:17 +0000 (10:30 +0200)
commit8a4451d2f0d994562ec01f88283b23986565126e
treeafa7b0007057abebda681ee84fd09873b7283d57
parentc9f461a8067996c6b0c3ac3bf6f9097aedbf4734
docs,test: --bind-volume / bind-volume / unbind-volume

  - Document the new --bind-volume= option in systemd-vmspawn(1) and
    the new bind-volume / unbind-volume verbs in machinectl(1).

  - Add an integration test
    (TEST-87-AUX-UTILS-VM.bind-volume.sh) covering boot-time attach
    via --bind-volume, runtime attach via 'machinectl bind-volume',
    runtime detach via 'machinectl unbind-volume', the StorageImmutable
    rejection of attempts to detach boot-time volumes, and the
    NoSuchStorage rejection of detach on unknown names.

  - Strike "hook-up in systemd-vmspawn" from TODO.md; the nspawn and
    service-manager hookups remain.

Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
TODO.md
man/machinectl.xml
man/systemd-vmspawn.xml
test/units/TEST-87-AUX-UTILS-VM.bind-volume.sh [new file with mode: 0755]