Hi list,
I am currently trying to write a Perl module for automatic creation and removing on LUNs using ZVOL as backing store using a combination of ctladm and ctld. I have more or less solved all issues but I have a problem with three issues:
I would love to be able to write directly to the daemon and then only update ctl.conf for the purpose of reboot.
[ Follow the forum's rules and guidelines -- Mod. ]
I am currently trying to write a Perl module for automatic creation and removing on LUNs using ZVOL as backing store using a combination of ctladm and ctld. I have more or less solved all issues but I have a problem with three issues:
- LUNs created with ctladm do not survive a reboot
- It seems the only way to expose LUNs via iSCSI created with ctladm is to add them to ctl.conf and then reload ctld
- It seems the only way to remove LUNs via iSCSI is to remove them
from ctl.conf and then reload ctld
I would love to be able to write directly to the daemon and then only update ctl.conf for the purpose of reboot.
[ Follow the forum's rules and guidelines -- Mod. ]
Last edited by a moderator: