Package Details: tcmu-runner 1.5.4-2

Git Clone URL: https://aur.archlinux.org/tcmu-runner.git (read-only, click to copy)
Package Base: tcmu-runner
Description: A daemon that handles the userspace side of the LIO TCM-User backstore.
Upstream URL: https://github.com/open-iscsi/tcmu-runner
Licenses: LGPL2.1
Submitter: Nefelim4ag
Maintainer: JuniorJPDJ
Last Packager: JuniorJPDJ
Votes: 0
Popularity: 0.000000
First Submitted: 2017-03-14 17:16 (UTC)
Last Updated: 2022-01-09 16:46 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

JuniorJPDJ commented on 2022-01-09 16:47 (UTC)

@adam900710 sorry for the delay, I added zbc support - it seems to not depend on any additional things

JuniorJPDJ commented on 2021-12-27 13:04 (UTC)

I'll try to play with it later today @adam900710

adam900710 commented on 2021-12-10 05:03 (UTC)

Please enable zbc, as it's quite handy for zoned device testing. (nullblk is only memory backed)

JuniorJPDJ commented on 2021-07-06 19:56 (UTC) (edited on 2021-07-06 19:56 (UTC) by JuniorJPDJ)

This diff works:


 pkgname=tcmu-runner
-pkgver=1.5.2
-pkgrel=1
+pkgver=1.5.4
+pkgrel=0
 pkgdesc="A daemon that handles the userspace side of the LIO TCM-User backstore."
 arch=('x86_64')
 url="https://github.com/open-iscsi/tcmu-runner"
@@ -18,6 +18,9 @@ prepare() {

        cmake ./ \
                -Dwith-glfs=false \
+               -Dwith-rbd=false \
+               -Dwith-zbc=false \
+               -Dwith-tcmalloc=false \
                -DSUPPORT_SYSTEMD=ON \