ironic_python_agent.extensions.iscsi.
ISCSIExtension
(agent=None)[source]¶Bases: ironic_python_agent.extensions.base.BaseAgentExtension
start_iscsi_target
(iqn=None, wipe_disk_metadata=False, portal_port=None)[source]¶Expose the disk as an ISCSI target.
iqn – IQN for iSCSI target. If None, a new IQN is generated.
wipe_disk_metadata – if the disk metadata should be wiped out before the disk is exposed.
portal_port – customized port for iSCSI port, can be None.
a dict that provides IQN of iSCSI target.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.