Skip to content

Instantly share code, notes, and snippets.

@jhmartin
Last active December 28, 2016 21:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jhmartin/945066c5d17ba504b1814bb312198384 to your computer and use it in GitHub Desktop.
[Unit]
Description=Var Lib Expansion Mount
[Mount]
What=/dev/disk/by-label/DOCKER
Where=/var/lib/docker
[Install]
RequiredBy = local-fs.target
Dec 28 12:58:27 localhost ignition[429]: files: op(9): [started] processing unit "var-lib-docker.mount"
Dec 28 12:58:27 localhost ignition[429]: files: op(9): op(a): [started] writing unit "var-lib-docker.mount" at "etc/systemd/system/var-lib-docker.mount"
Dec 28 12:58:27 localhost ignition[429]: files: op(9): op(a): [finished] writing unit "var-lib-docker.mount" at "etc/systemd/system/var-lib-docker.mount"
Dec 28 12:58:27 localhost ignition[429]: files: op(9): [finished] processing unit "var-lib-docker.mount"
Dec 28 12:58:27 localhost ignition[429]: files: op(b): [started] enabling unit "var-lib-docker.mount"
Dec 28 12:58:27 localhost ignition[429]: files: op(b): [finished] enabling unit "var-lib-docker.mount"
ip-10-182-115-143 ~ # systemctl status var-lib-docker.mount
● var-lib-docker.mount - Var Lib Expansion Mount
Loaded: loaded (/etc/systemd/system/var-lib-docker.mount; disabled; vendor preset: enabled)
Active: inactive (dead)
Where: /var/lib/docker
What: /dev/disk/by-label/DOCKER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment