Last active
December 28, 2016 21:15
-
-
Save jhmartin/945066c5d17ba504b1814bb312198384 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Var Lib Expansion Mount | |
[Mount] | |
What=/dev/disk/by-label/DOCKER | |
Where=/var/lib/docker | |
[Install] | |
RequiredBy = local-fs.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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