How to Install and Uninstall tcmu-runner Package on openSUSE Leap
Last updated: November 07,2024
1. Install "tcmu-runner" package
This guide covers the steps necessary to install tcmu-runner on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
tcmu-runner
Copied
2. Uninstall "tcmu-runner" package
This guide let you learn how to uninstall tcmu-runner on openSUSE Leap:
$
sudo zypper remove
tcmu-runner
Copied
3. Information about the tcmu-runner package on openSUSE Leap
Information for package tcmu-runner:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : tcmu-runner
Version : 1.5.4-150400.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 211.8 KiB
Installed : No
Status : not installed
Source package : tcmu-runner-1.5.4-150400.3.3.1.src
Upstream URL : https://github.com/open-iscsi/tcmu-runner
Summary : A userspace daemon that handles the LIO TCM-User backstore
Description :
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 we want to get fancier with
the capabilities of the device we're 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
we'd 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.
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : tcmu-runner
Version : 1.5.4-150400.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 211.8 KiB
Installed : No
Status : not installed
Source package : tcmu-runner-1.5.4-150400.3.3.1.src
Upstream URL : https://github.com/open-iscsi/tcmu-runner
Summary : A userspace daemon that handles the LIO TCM-User backstore
Description :
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 we want to get fancier with
the capabilities of the device we're 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
we'd 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.