1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: tgt
Section: net
Priority: optional
Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13), libibverbs-dev, librdmacm-dev (>= 1.0.16),
xsltproc, docbook-xsl,
librbd-dev [amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64],
libglusterfs-dev [amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64],
uuid-dev, bash-completion, libsystemd-dev, libaio-dev, pkgconf
Vcs-Git: https://salsa.debian.org/debian/tgt.git
Vcs-Browser: https://salsa.debian.org/debian/tgt
Standards-Version: 4.6.1
Homepage: https://github.com/fujita/tgt
Package: tgt
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, libconfig-general-perl, sg3-utils
Pre-Depends: ${misc:Pre-Depends}
Suggests: tgt-glusterfs, tgt-rbd
Description: Linux SCSI target user-space daemon and tools
The Linux target framework (tgt) allows a Linux system to provide SCSI
devices (targets) over networked SCSI transports.
.
tgt consists of a user-space daemon and user-space tools currently
supporting the following transports:
.
- iSCSI (SCSI over IP)
- iSER (iSCSI over RDMA, using Infiniband)
.
tgt also supports different storage types for use as backing stores for SCSI
Logical Units:
.
- Plain files and block devices
- Ceph/RADOS RBD volumes
- GlusterFS volumes
.
This package includes the daemon and user-space tools.
Package: tgt-rbd
Architecture: amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64
Depends: tgt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Linux SCSI target user-space daemon and tools - RBD support
The Linux target framework (tgt) allows a Linux system to provide SCSI
devices (targets) over networked SCSI transports.
.
tgt consists of a user-space daemon and user-space tools currently
supporting the following transports:
.
- iSCSI (SCSI over IP)
- iSER (iSCSI over RDMA, using Infiniband)
.
tgt also supports different storage types for use as backing stores for SCSI
Logical Units:
.
- Plain files and block devices
- Ceph/RADOS RBD volumes
- GlusterFS volumes
.
This package enables tgt to use Ceph/RADOS block devices (RBD) as backing
store for SCSI Logical Units.
Package: tgt-glusterfs
Architecture: amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64
Depends: tgt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Linux SCSI target user-space daemon and tools - GlusterFS support
The Linux target framework (tgt) allows a Linux system to provide SCSI
devices (targets) over networked SCSI transports.
.
tgt consists of a user-space daemon and user-space tools currently
supporting the following transports:
.
- iSCSI (SCSI over IP)
- iSER (iSCSI over RDMA, using Infiniband)
.
tgt also supports different storage types for use as backing stores for SCSI
Logical Units:
.
- Plain files and block devices
- Ceph/RADOS RBD volumes
- GlusterFS volumes
.
This package enables tgt to use GlusterFS volumes as backing store for SCSI
Logical Units.
|