Hi,
The wiki page at:
http://pve.proxmox.com/wiki/Storage:_ZFS
Contains outdated information regarding FreeBSD's iSCSI target implementation (istgt). Specifically it has reload support that was fixed a few years ago AFAIK.
So reloading configuration is a matter of:
Example log entries of two reloads:
I'm wondering now how to make Proxmox's storage API take advantage of these facts?
Thanks,
Aragon
The wiki page at:
http://pve.proxmox.com/wiki/Storage:_ZFS
Contains outdated information regarding FreeBSD's iSCSI target implementation (istgt). Specifically it has reload support that was fixed a few years ago AFAIK.
So reloading configuration is a matter of:
Code:
service istgt reload
Code:
Apr 2 15:47:38 <daemon.notice> cstor1 istgt[29722]: reload configuration #1
Apr 2 15:47:38 <daemon.notice> cstor1 istgt[29722]: delete LU1: Name=iqn.2005-10.com.zapop:cstor1:empty
Apr 2 15:48:11 <daemon.notice> cstor1 istgt[29722]: reload configuration #2
Apr 2 15:48:11 <daemon.notice> cstor1 istgt[29722]: add LU1: Name=iqn.2005-10.com.zapop:cstor1:empty
Thanks,
Aragon