/var/target/fabric/iscsi.spec is in python-rtslib 1:3.0~pre4.1~g1b33ceb-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # The iscsi fabric module specfile.
#
# The iscsi fabric module features set.
features = discovery_auth, acls, acls_auth, acls_tcq_depth, nps, tpgts
# Obviously, this module uses IQN strings as WWNs.
wwn_type = iqn
# This is default too
# kernel_module = iscsi_target_mod
# The configfs group name, default too
# configfs_group = iscsi
|