Bruce Elrick
@virtuous_sloth@cosocial.ca
There are always alternatives, not "there is no alternative". Married to a wonderful wife with with two adult sons, living in Calgary. I like getting out on my bike. I care about social justice. Unemployed or semi-retired? I would actually love to work (part time? consultation?) with purpose. Ph.D. in physics and nearly 28 year career in IT. "Debts that cannot be paid will not be paid." "The purpose of a system is what it does."
cosocial.ca
I finally solved my zfs-on-iSCSI systemd quandry:
# cat /etc/systemd/system/zfs-iscsi-import.service
[Unit]
Description=Trigger ZFS import after iSCSI availability
After=cloud-init.target
Wants=cloud-init.target
[Service]
Type=oneshot
ExecStartPre=/sbin/modprobe zfs
ExecStart=/bin/systemctl start zfs-import.target
RemainAfterExit=yes
[Install]
WantedBy=default.target
#linux #zfs #iscsi
2
1
1
You've seen all posts