tcmu-runner-1.5.2-150200.2.7.1<>,w\bDap9|73+X 0Oi*: T}.?1>4Q|rk\u|&NݛFS?Std ! \ CIOt  <   ,  l4\$t$w$(89(:=J>J?J@JFJGJHKIKTXKhYKt\K]L^MbNtcOdOeOfOlOuOvPwRxR`yRzSS$S(S.SpCtcmu-runner1.5.2150200.2.7.1A userspace daemon that handles the LIO TCM-User backstoreLIO 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.bDas390zp31}SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Managementhttps://github.com/open-iscsi/tcmu-runnerlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in tcmu-runner.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in tcmu-runner.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable tcmu-runner.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop tcmu-runner.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in tcmu-runner.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart tcmu-runner.service ) || : fi fi /sbin/ldconfigIh/h-,;ggAA큤A큤큤AAA큤A큤A큤bDabDa]I<]I file_zbc-fixed-compile-error-under-ppc64le.patch + file_zbc-optionally-build-zbc-handler -> file_zbc-optionally-build-zbc-handler.patch- Update to version 1.4.0: * tcmu-runner: bump version to 1.4.0 * Disable explicit alua support. * logger: notification on changing the options for dynamic reloading * logger: update .gitignore for logrotate.conf_install.cmake * logger: fix the return value * Sync sig handler naming. * Add logrotate support * Move starting log message. * Allow log file restart from SIGHUP * Simplify log outputs Replacing tcmu-runner-1.3.0.tar.gz with tcmu-runner-1.4.0.tar.xz, updating the SPEC file, and removing patches: * api-avoid-compiler-Werror-return-type-failures.patch * build-drop-versionless-libtcmu.so-symlink.patch * tcmu-runner-remove-uio-include-for-iovec.patch * support custom cephx credentials; (bsc#1135369)- Update to version 1.3.0; (fate#322524) + Improved Ceph RBD integration + Support XCOPY copy-offload commands + Support COMPARE_AND_WRITE, with Ceph OSD request mapping + Asynchronous I/O improvements and bug fixes - Remove a number of downstream patches now carried upstream: + glfs-discard-glfs_check_config + fixed-local-dos-when-unregisterhandler-was-called-for-a-not-existing-handler + only-allow-dynamic-unregisterhandler-for-external-handlers-thereby-fixing-dos + fixed-a-number-of-memory-leaks-with-deregistering-of-dbus-handlers + removed-all-check_config-callback-implementations-to-avoid-security-issues + tcmu-runner-add-local-target_core_user-h - Remove development packages (bsc#1080619) + API discontinued upstream - Add fix for -Werror-return-type failures: + api-avoid-compiler-Werror-return-type-failures.patch - Add fix for library versioning: + build-drop-versionless-libtcmu.so-symlink.patch- Add two patches: make target_core_user.h local, to insulate tcmu-runner from kernel version/data structure/naming changes, and add include of to that file, to fix "stuct iovec" not defined issue (bsc#1058303), adding patches: * tcmu-runner-add-local-target_core_user-h * tcmu-runner-remove-uio-include-for-iovec.patch The latter patch is added only for SUSE version >= 13.3, since it is only needed there.- Remove install prefix from beginning of install libdir when setting tcmu-runner plugin path (bsc#1052795), adding SUSE-specific patch: * tcmu-runner-remove-handler-path-install-prefix.patch- One more update from Security Audit, adding one more patch: - removed-all-check_config-callback-implementations-to-avoid-security-issues (bsc#1049491)- Updates based on Security Audit, adding 4 patches: * glfs-discard-glfs_check_config (bsc#1049485) * fixed-local-dos-when-unregisterhandler-was-called-for-a-not-existing-handler (bsc#1049488) * only-allow-dynamic-unregisterhandler-for-external-handlers-thereby-fixing-dos (bsc#1049489) * fixed-a-number-of-memory-leaks-with-deregistering-of-dbus-handlers (bsc#1049490)- Make Ceph RBD handler aarch64 and x86-64 only for now + librbd isn't yet available for all platforms- Build the Ceph RBD handler and package separately; (fate#322524). - Split the GlusterFS handler into a separate package + avoid adding an unnecessary dependencies to tcmu-runner core- Explicitly disable the GlusterFS handler for SLE builds.- Update to upstream version 1.2.0; (bsc#1038712). + Add remove devices when tcmulib teardown + fix builds done outside of source directory + free tcmu_device after dev->fd is closed + fix Read_Capacity_16 + detect INQURY response truncation + fix incorrect memcpy length + fix inquiry buffer length calculations + add tcmu.conf for log level configuration - Remove upstreamed fixes: + tcmu-runner-include-falloc-in-qcow.patch + tcmu-runner-let-cmake-install-man-page.patch + tcmu-runner-Use-CMake-FULL-library-directory-for-SOs.patch + include-tcmu-runner-h-in-install.patch- rename libtcmu1-devel to libtcmu-devel - drop unnecessary %oname indirect macro- Updated SPEC file to break library into separate packages - Install tcmu-runner.h, adding: * include-tcmu-runner-h-in-install.patch- Drop silly buildrequires on libgfapi0/libglib-2_0-0. Abolish old macros.- Updated SPEC file to install LICENSE file (bsc#982130)- Created from upstream version 1.0.4/bin/sh/bin/sh/bin/sh/bin/shs390zp31 1648648683 1.5.2-150200.2.7.11.5.2-150200.2.7.11.5.2-150200.2.7.1 dbus-1system.dtcmu-runner.conftcmu-runnertcmutcmu.conftcmu-runnertcmu-runner.servicetcmu-runnerhandler_qcow.sorctcmu-runnerdbus-1system-servicesorg.kernel.TCMUService1.servicetcmu-runnerREADME.mdtcmu-runnerLICENSE.Apache2LICENSE.LGPLv2.1tcmu-runner.8.gz/etc//etc/dbus-1//etc/dbus-1/system.d//etc/logrotate.d//etc/tcmu//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/tcmu-runner//usr/sbin//usr/share//usr/share/dbus-1//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/tcmu-runner//usr/share/licenses//usr/share/licenses/tcmu-runner//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:23488/SUSE_SLE-15-SP2_Update/9019f52d2a9cb6833b368792f4bf65f2-tcmu-runner.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxdirectoryXML 1.0 document, ASCII textASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1a5f5982019d628c963f4590390b7913f823a915, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab87f05e22d0e6be8666dd14f6e1cbce4824e1a1, strippedASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R RR RRR RRRRRRRRR RRRRR R RRRRj'W?utf-8ddbb15f8b18f5de74541b3e00febd2317aa2a7aae7c9afb5c961752eb0e52eae?7zXZ !t/: ]"k%fAĦRLȪ70띹X8(RbA?ɏA )N,x`*Aq%|x뫸+d~ Dv6a25Qe⋆1ގ_˟]i7 W7 R즤Ӈe3"ARrP4bBXQ^Ɠbf_*h$}y$w9w0 {=S!'zR)^MA; Ȓ[dXWBڻ2H$(+s)EpO_7hQ,xؙd7$qCO iHxa䷉n%@uQi'}_O5ˣ2B=#N)=s kT'@(F(>RȵarV Wz $lޢ VS])[EdD46-<= :g)=qYXˊiq8ޖ(@&>6IS%nPafq*(4:z)OHeYm ׿YI8ƱNy?Άm__z7":SO*i>=-ucfafs$}8HҴrvJNy8 imvgvY{RUɗI M^7^4G Q>BiX"$*i5UQx U_Y>@D V-MOD:f&=Noג{<%v eP$K9k#͘y\/HL" ~d^)$h]/Yh{'=k` Yup!9ؘuS{n;(-u4fKчp.3IU~Kw=!'߀iBJ W3GHv\*ϵK:/i&ڤIV 0y7(5GԈ+ !ϻmR9-3r^[~FKo=8)oZ%n[#s!9FC}F/ ]H0rնN`kn{иU@1GȘO?B1\QPS5 =2tZ:aңJ*T#bV?|Q3j:@sHjPYGeu"1s9M`9q/۳V@/KvJbC9JY|쉮cĜVX0a~G6 &;RS SōE`(oASS#b]wš%/c?F-)3hӧo|1WLXɑmݼd)dLz:]kU)9] |pp@␲sug<:%3eg?mc]/& zIdFy`3Yu@8q+贵_ZQۍ~wd;xtDA*0 U#̉zmwq[`@"MX(?Dč8:c֐_%fw\6a T1Kߨӕn[,geECe|H@>F֭Zk d.ClKemKYp<dD2R:}AB,53vzѝ *[R@_rN2Bovb nL1$Zh,< Q^1^y1E9a9d08G7]&dn[: krD)n9(h#)r urX$i lIfư_2NͲ K"1lg*}1GH0ku}1\IA'S&?\%EHx~/-y VO漸azx!8~p@ѱaQO2iw}iy1!G:ԏ?m4␫ް͔Oo3RrvS_VF- [e~hQj[<RR w@`[:Ȳ /XdC dvRlPژ=}ihC-֋}2dNiDB\vAHcuz@sk(rZmVX,Ց-mZPX묵MCK:Pnjo,1ymWIclڷf+{%Xwn\;o|O[DZ/8<YlKDx9 _ٰbF' CY0TgwՍUk+}d=$;qqtCowyN!pem\ H?^HҨ uX{\:G_,?/K欹 (e7pv@ T eРvZiNJ˪V4,XWEا%(KN?0'V~`*$H!xvp4FZ}U^ו™9F#|\?hyT/}ζp YNH-XC‡鹣P{& .APNGp-Nhf{[A!14[2x-L֞g|PƯw 9ʕ|dWN#!I6z"hZ)^^z$U>d\jؙRNԕ/Up!,iS<*iHtW (ߏū c6<$[JҚs_զ/kf8ٶ|QVR;=IO/[_|eio՘\(O*=UmG)q 3I'U&1M'H&RT7G͇2I*"RK9{DJm߭( q~ w!F,ĠZ1_ߝHFW]Y6ϐǗflN/D»aD%w䥗FHBWJʀ20-!5S).eehՒHI|40BzwImI*<93xO"S<|4H)MNEUI)}.cD;1nR\ba.$pg{eA.7?'0Nu OC}1SN3Ƒ %-뤐ůճ~c}մ>rɰn}Q1vyo}/.0>}}PUu !}MʻmqECJ v0bxo0\FV[**])4}ހ6˔s&"fIR(v(p l ,dۢĠӸx}}"em !sj'rwSeE4 h+-r4·pȑ$n=g &$QFĻ04AfyWjk{e:JnAѳR^ODx T(_e+ՙ~r0?DƱc܋"벿}(21Ry"H1M\SN~4l5cK.E\J1;l_QKF ף)|6wʧA915lC<'xi`[PR_ !9)i_ok4_ \߶m#a"Rd FO EQi,PstöGdmaWA6u:dkS]Pd~v]Oe=A)qTԖv;FcrpxRb@h]-!IN8?nȇRXfCWF&faA}6֮Vúr`]0 gͼIOBI]Wvz"= ḢOVLw(ThB {~vqzxAkf7:ʺk4t$ClhLru OO) x%5 -UZ| Z ]q(rhIe2ORpg"(]>3V-&ʙJP5 1,"Sm@%L)]BvA_ >,z$z,Ͻ< ^f&EY*-|U@5U_P_r\bQ;7o٦y J mڦ ~S"C'lXm&4*wi7urRB(B6d-~WXtfgU6mgÔ-UUC$u:aAwR4{!\U+޳$0&+.FYpKbƃ/af[iPCXM B0_KQ?rWo-ʽIQp m`g +*;}58 >p#S%M:Rôa[Qҷ†İmY%$jOVХt{EURn;FWzss-=lP))N'x/ }"՘()/ZC:XE{]w3VWסQj ncVq$8bqPл.n 2?|.>BXi ^Y$NY |6ؙgL;v^"TQ_P/C:W d%+%4ٹ*(P]ORw5N`lwMp,bB0BJ΍" DjN?j e|^56b3*pt5Q (،2Go ٿυiџ`i5Z ;U=(HLRrrSc௟}XV<:,SE܃ ;Ig(WáLybjngP}Ǎ/(c%n:r;,챠ss@Mg7;0d?~t{s &&ޝ % ? Ͷ_MLiɳFGSYcɒĸCu9jjpd{;An{"lm \!ߞ+L ~r8Et? ґ")mЕ&DZRƅ1& %VH r6BQK\^iځ1Ph04I6C9l5:8y(8ΖV7-5X . P P,+a_g moԴ>HCim$񲹮^LRS8!ڭUOh_q8jk*r(gnyv77 dSWdXźG'w"8hHE}B;u,Nߪk"+{+Jˤ7Otuc v\Pxysnd\dH Yddq?P;/֜ |_ =ݫ^x|J$FOcNvM;'(齇e+4CÝ۝[GsXucg YZ