Mount tmpfs mountpoints before mounting the tmpfs #8
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ccchb/ansible#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To prevent HAProxy from logging to stable storage (#6) I moved the logs to a tmpfs mounted on /var/log/haproxy. This broke the boot process on
emma.ccchb.de
because/etc/rc.d/mount
tried to mount the tmpfs from/etc/fstab
before mounting the ZFS file systems as part of/etc/rc.d/zfs
.