Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added note on how to fix issue #349 #350

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,13 @@ Step 4: System Configuration
[Install]
WantedBy=zfs-import.target

**Notes:**

- For some disk configurations this service may fail with an error indicating that
the ``bpool`` cannot be found/imported. In this case, adding ``-d DISK-part3``
(where ``DISK`` must be replaced with the correct device path) before ``bpool``
in the line starting with ``ExecStart`` fixes this.

::

systemctl enable zfs-import-bpool.service
Expand Down