From 89fb172b763f13bfc2fad9c2feb21d51e06eb3ad Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 5 Nov 2019 09:48:41 -0500 Subject: [PATCH] warn about errors related to zfs --- morph/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/morph/README.rst b/morph/README.rst index 05169380..2af46df9 100644 --- a/morph/README.rst +++ b/morph/README.rst @@ -56,6 +56,7 @@ starting from a minimal NixOS 19.03 or 19.09 installation. #. Create a ``storageNNN-config.nix`` containing further configuration for the new host. #. Add an entry for the new host to ``grid.nix`` referencing the new files. #. Deploy to the new host with ``morph deploy morph/grid.nix --on <identifier> boot``. + There will likely be some errors from ZFS-related systemd units which cannot yet succeed because the kernel lacks ZFS support. #. Log on to the new host and reboot it. #. Log on to the new host and manually create a storage zpool:: -- GitLab