tcmu 1.5.4-6ubuntu1 source package in Ubuntu

Changelog

tcmu (1.5.4-6ubuntu1) noble; urgency=medium

  [ James Page ]
  * d/control: Complete drop of support for Ceph on 32 bit
    architectures (LP: #2061815).

  [ Michael Hudson-Doyle ]
  * d/patches/t64.patch: Fix format / type inconsistencies when logging
    time_t values.

 -- James Page <email address hidden>  Wed, 17 Apr 2024 05:23:36 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
tcmu_1.5.4.orig.tar.xz 127.3 KiB 9dd159ce9692550731728b30b788ecf7adaa3cfdcd74f868e1caaa6e723ba5d7
tcmu_1.5.4-6ubuntu1.debian.tar.xz 7.4 KiB 9ee30468ebb434324df5255245a040f14328b0d364304425cda9de66d259563d
tcmu_1.5.4-6ubuntu1.dsc 2.1 KiB 947d4ae401fa214c5d0daed100b745dfff14464962573351020b8a0cb3ce5fd5

View changes file

Binary packages built by this source

libtcmu2: Library that handles the userspace side of the LIO TCM-User backstore

 LIO is the SCSI target in the Linux kernel. It is entirely kernel
 code, and allows exported SCSI logical units (LUNs) to be backed by
 regular files or block devices. But, if one want to get fancier with
 the capabilities of the device one is emulating, the kernel is not
 necessarily the right place. While there are userspace libraries for
 compression, encryption, and clustered storage solutions like Ceph or
 Gluster, these are not accessible from the kernel.
 .
 The TCMU userspace-passthrough backstore allows a userspace process
 to handle requests to a LUN. But since the kernel-user interface that
 TCMU provides must be fast and flexible, it is complex enough that
 one would like to avoid each userspace handler having to write boilerplate
 code.
 .
 tcmu-runner handles the messy details of the TCMU interface -- UIO,
 netlink, pthreads, and DBus -- and exports a more friendly C plugin
 module API. Modules using this API are called "TCMU
 handlers". Handler authors can write code just to handle the SCSI
 commands as desired, and can also link with whatever userspace
 libraries they like.
 .
 This is the library package

libtcmu2-dbgsym: debug symbols for libtcmu2
tcmu-runner: Daemon that handles the userspace side of the LIO TCM-User backstore

 LIO is the SCSI target in the Linux kernel. It is entirely kernel
 code, and allows exported SCSI logical units (LUNs) to be backed by
 regular files or block devices. But, if one want to get fancier with
 the capabilities of the device one is emulating, the kernel is not
 necessarily the right place. While there are userspace libraries for
 compression, encryption, and clustered storage solutions like Ceph or
 Gluster, these are not accessible from the kernel.
 .
 The TCMU userspace-passthrough backstore allows a userspace process
 to handle requests to a LUN. But since the kernel-user interface that
 TCMU provides must be fast and flexible, it is complex enough that
 one would like to avoid each userspace handler having to write boilerplate
 code.
 .
 tcmu-runner handles the messy details of the TCMU interface -- UIO,
 netlink, pthreads, and DBus -- and exports a more friendly C plugin
 module API. Modules using this API are called "TCMU
 handlers". Handler authors can write code just to handle the SCSI
 commands as desired, and can also link with whatever userspace
 libraries they like.
 .
 This is the daemon package

tcmu-runner-dbgsym: debug symbols for tcmu-runner