Bases: Target
Target object for block storage devices with RDMA transport.
Creates export data for a logical volume.
Synchronously recreates an export for a volume.
Serializes driver data into single line string.
Returns the connection info.
In NVMeOF driver, :driver_volume_type: is set to ‘nvmeof’, :data: is the driver data that has the value of _get_connection_properties.
Example return value:
{
"driver_volume_type": "nvmeof",
"data":
{
"target_portal": "1.1.1.1",
"target_port": 4420,
"nqn": "nqn.volume-0001",
"transport_type": "rdma",
"ns_id": 10
}
}
Removes an export for a Target/Volume.
Disallow connection from connector.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.