iscsi.extent.create =================== Create an iSCSI Extent. When `type` is set to FILE, attribute `filesize` is used and it represents number of bytes. `filesize` if not zero should be a multiple of `blocksize`. `path` is a required attribute with `type` set as FILE. With `type` being set to DISK, a valid ZFS volume is required. `insecure_tpc` when enabled allows an initiator to bypass normal access control and access any scannable target. This allows xcopy operations otherwise blocked by access control. `xen` is a boolean value which is set to true if Xen is being used as the iSCSI initiator. `ro` when set to true prevents the initiator from writing to this LUN. .. raw:: html
iSCSI extent configuration data for creation.
No Additional PropertiesName of the iSCSI extent.
Must be at least 1 characters long
Must be at most 64 characters long
Type of the extent storage backend.
Disk device to use for the extent or null if using a file.
Serial number for the extent or null to auto-generate.
File path for file-based extents or null if using a disk.
Size of the file-based extent in bytes.
Block size for the extent in bytes.
Whether to use physical block size reporting.
Available space threshold percentage or null to disable.
Value must be greater or equal to 1 and lesser or equal to 99
Optional comment describing the extent.
Whether to enable insecure Third Party Copy (TPC) operations.
Whether to enable Xen compatibility mode.
Reported RPM type for the extent.
Whether the extent is read-only.
Whether the extent is enabled and available for use.
Product ID string for the extent or null for default.
Must be at least 1 characters long
Must be at most 16 characters long
The created iSCSI extent configuration.
No Additional PropertiesUnique identifier for the iSCSI extent.
Name of the iSCSI extent.
Must be at least 1 characters long
Must be at most 64 characters long
Type of the extent storage backend.
Disk device to use for the extent or null if using a file.
Serial number for the extent or null to auto-generate.
File path for file-based extents or null if using a disk.
Size of the file-based extent in bytes.
Block size for the extent in bytes.
Whether to use physical block size reporting.
Available space threshold percentage or null to disable.
Value must be greater or equal to 1 and lesser or equal to 99
Optional comment describing the extent.
Network Address Authority (NAA) identifier for the extent.
Must be at most 34 characters long
Whether to enable insecure Third Party Copy (TPC) operations.
Whether to enable Xen compatibility mode.
Reported RPM type for the extent.
Whether the extent is read-only.
Whether the extent is enabled and available for use.
Vendor string reported by the extent.
Product ID string for the extent or null for default.
Must be at least 1 characters long
Must be at most 16 characters long
Read-only value indicating whether the iscsi extent is located on a locked dataset.
true: The extent is in a locked dataset.false: The extent is not in a locked dataset.null: Lock status is not available because path locking information was not requested.