You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to Step 3: System Installation /var/log is on his own volume.
At my pretty standard system it's not mounted when journalctl looks for /var/log/journal at boot time, so, as journalctl is configured "# Storage=auto", it uses RAM and does not persist logs between boots.
according to Step 3: System Installation /var/log is on his own volume.
At my pretty standard system it's not mounted when journalctl looks for /var/log/journal at boot time, so, as journalctl is configured "# Storage=auto", it uses RAM and does not persist logs between boots.
My workaround:
zfs set mountpoint=legacy rpool/var/log
echo "rpool/var/log /var/log zfs defaults 0 0" >> /etc/fstab
The text was updated successfully, but these errors were encountered: