1
0
Fork 0

flameboi: libvirtd wait for zfs

This commit is contained in:
Pratham Patel 2023-02-27 17:14:08 +05:30
parent 3e10dc8be9
commit 534c5219b3
1 changed files with 7 additions and 0 deletions

View File

@ -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