tcmu-runner-1.5.2-150200.2.7.1<>,n\bDap9|z+ s/C'F A,A˺<ƃb‡8X54W9ިFiaT+s^[L䅤BLH,.[8g7{I~zD1e𕒪CT;wHʶ}#P)_|2?lQj&|-dTuGH5 N-3-ٛdӡi*bIցٵB>b:v=ͺ$R}m8aZ:q1Xd& O;>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%j|dRLȪ70Guw3ZF!32ֳLգv5hĊ,XIWIpm 3nd3ΡWUp8#æeW0u٘…GW) q3zOx ? |`_5UaeP^D䎕O=ƅr:KAL8Whjϋ­B \oI.ouCwSz6 =@jl6>jT%ܔ!e^4z؀.Ӎޘ2ѣˉ@ 5dUpRr~-]6A y!#D½pyd0@A<,n ƤъMi91ei5Ec? ۺ;OEm6ryf _U+:`kz@CNBIڏvND) 8ӒTGOMHf nh\RY"1}>o~& J9W ގ*54g>@e"Bl6O; w7)Y塗$~ 2mU]MgZR#$6E$*JFLqޒ_/]1l6WtH:ٮG ,1˜_W DJs#IHƗ;|ɉ^gVy<)}@ Jp@v.eW?<95p[Uz  \4dD+ EgH :vm$6 aGd+!f#OlS**30=C q_y1b>x #+V|ׂ)= K{ 3TN\9qE|)g. o"{C'ckؒg2 _HV!F'5o:#V} ǼO\P[G>*gҗ2\oNK?SnB0IӻExӁtW}EQ%QNF6>ÝugLJ`ךnәPդkd !B˝#{{ը3vrW.z}b9lt44x9ꋡQ'|]،nOY;W<T r(erǜ;Mn)};Oj6^x5Ȓ FߤBe>}2SWFkC}vBLFFjGY=fi D@fw.&!;*:ע]cKkO2'xG4XMofʘ(;}Lsτߐ9g #ֻfK])v,<LsٲD@+ 0oZ.aRd<ݺ}C q2wq٬?!wauhb$A0;$(:vƿְځU43~8-1-JtHz4`B5/ՐJ쮲kk}q*b”WbO>cg3yGP̢,˾!P$وCPՓ&{)BHĶIQƫ)E` 8[mY5 t*/ k52b[0x7آ-| 62?mB;/.REAݫ}gW5e tlr,a_b? ;)\s9()eb =X+\Jd?,.|o(ts\ DyA/=EltMf/_4LsdLDޠ^\u'``5)uֺ^ZR+ 4y/lJO%Ukrۓc"²z1.LzcĮ?>N@;Mx^m/2a_jԡ"#Ƞ6N P0в:DD؎z~|RN_Ktc~2ֳ?6W9yh6""4GUW' \ [jXγs.ApK<(pB6Yb_mM_v"W"Q[,#5SsvB]3[~=߉ !;Z5AI|,xj>#Crg(Աf+6O4ȔdGX&p5}];d푡)`AaO~w)ENj;v͜k9G,ќjY ~-n %;" c( ݲ"/p渌ŀ :qHn0 =*ekՕ;e÷j '?|a?SEJ/fϘqy1 ~phZO>IKQt͚Ԓ h@[d˹`E a#҇:v.ڐ4T"z+@y\s@Ul` }E~5kXY"}5z6uLüdҫSRġ ht$?#szsh!TؓO"rg _ J ߏ?T2$~VEh4X%۱ { ,S>kcssћgv^OاybMqo 2](]Jk1*>3.cr y^Rğ(oW%i#'vc,@7Yf@tmq)eNimTj@{.=FE@7^ &V>;T0r>\tou\+5xI{ )~`-hf*t˭^#b] N:Ecͽۡf?%UK4%~М'< ciGviN>!GrM-'vB#ʼn竩r<9>ƞH$󨇐W̕Fi3(l82;$afڄ̮d o [bEq_”aVd4b@>);%d;bVH%kAQ[r@ QxK0#cBc *~{$2xjz^jz{'!VɊNV`^ߢ2ThF5!{m&謙D!"Mw(%H:}v Io{,98 Y2\+L AE?The揥'3/ HȖT,$⨥8;-p,6DŔw0پ5;[H_Oޱk3f~BPP(Xrrg'T^2yF zUOaF6 m2OtcˮUxQps)$C(!1ߖ]U,ew` )SR|(f C -~;SJភPێNi33WlcN5P951X8tDž:Tn8'Uyz7Lr9gbzVInE^>':Yn)j$Y̪cR'msAΌNGB bP4C N^΀8fa%$\S.=&}7՜yևt.IE ,c7UnEƓviZ7~4ר/#4gc>cwQc82 4^?!^ ngDF}/q΃r%'ZPgzYETդ[CLUT sy]Z)pJ%+*&sXCVVXntJ{ǭa`;/Oc۴9%hx/$xth)8WYR_oUXٯN 5wU}l|y\ ?NO*z܏* r",a8[_jˡށPwaMʹęRJ_ `l𬇥*AJ YrKua ƃr(j@P͡ OԌjs=_ P%|t8S ) A=gԜҷu2mYEN]4c Ёkj$mLIv@u ^J)1KP9Y1]I6F*N<_ זO 4y3z,]'L YZ