1
0

merge fix

This commit is contained in:
Michael Balsillie 2023-01-12 15:55:53 +10:00
commit afedcf16d5
2 changed files with 29 additions and 1 deletions

View File

@ -68,9 +68,9 @@
enabled: yes
loop:
- zfs-import-cache.service
- zfs.target
- zfs-import.target
- zfs-mount.service
- zfs.target
- name: gather existing zpool facts
community.general.zpool_facts:

View File

@ -19,6 +19,34 @@ sudo zfs create -V 24G \
-o volmode=dev \
nvme/libvirt/vhds/cache/kube01
enabled
partition cache/log drive and named partitions
added cache and slog drive
added encryption key pass phrase to file /root/zfs-key.txt
set keylocation option to file:///root/zfs-key.txt
added/enabled service file zfs-load-key.service
[Unit]
Description=Load encryption keys
DefaultDependencies=no
After=zfs-import.target
Before=zfs-mount.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/zfs load-key -a
StandardInput=tty-force
[Install]
WantedBy=zfs-mount.service
added open-ebs dtaset under hdd/encrypted
added zfs storage pool to libvirt
add zvol as disk (vde)