With this change the xen-scsiback driver added to Linux 3.18 can be configured with targetcli. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- policy/fabric_xen-pvscsi.lio | 9 +++++++++ specs/xen-pvscsi.spec | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/policy/fabric_xen-pvscsi.lio b/policy/fabric_xen-pvscsi.lio new file mode 100644 index 0000000..60c1c4f --- /dev/null +++ b/policy/fabric_xen-pvscsi.lio @@ -0,0 +1,9 @@ +fabric xen-pvscsi { + target %naa tpgt %int { + nexus_wwn %naa + lun %int backend %backend + parameter { + alias %str + } + } +} diff --git a/specs/xen-pvscsi.spec b/specs/xen-pvscsi.spec new file mode 100644 index 0000000..28b29dd --- /dev/null +++ b/specs/xen-pvscsi.spec @@ -0,0 +1,11 @@ +# The fabric module feature set +features = nexus, tpgts + +# Use naa WWNs. +wwn_type = naa + +# Non-standard module naming scheme +kernel_module = xen-scsiback + +# The configfs group +configfs_group = xen-pvscsi -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html