From 534c5219b36dd7a81ff0202cb3d667a5e4963632 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 27 Feb 2023 17:14:08 +0530 Subject: [PATCH] flameboi: libvirtd wait for zfs --- content/posts/flameboi.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/posts/flameboi.md b/content/posts/flameboi.md index 9080dbb..42afcea 100644 --- a/content/posts/flameboi.md +++ b/content/posts/flameboi.md @@ -211,6 +211,13 @@ Verify: sudo virsh pool-list ``` +Tell `libvirtd.service` to wait for ZFS import by adding the following line +to `/usr/lib/systemd/system/libvirtd.service` + +``` +After=zfs-import.target +``` + Restart the `libvirtd` service ```bash