tcmu-runner-1.5.2-150200.2.7.1<>,pbDa.p9|4Dn hxׂiqDA̮g^ZVL=Cayː嵮lp+ 8 -kEy/ Il1!ԩ6dc|%=_ںd'۪glNg- =1 [i Mx%L- #$j$h7@dn-D諙z['Aa*),{6Ou0͐0ԁ0tA_uӟSy2<Yk2 &[zOE1 *>FR?Rd ! \ CIQv  @   0   p8`d(*849:=I>I?I@IFIGJHJdIJXJYJ\K]K`^LqbMcN}dOeOfO lO uO vOpwQxQyR zRtRRRRCtcmu-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.bDa.ibs-arm-2SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Managementhttps://github.com/open-iscsi/tcmu-runnerlinuxaarch64 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/ldconfig p/-,;ggAA큤A큤큤AAA큤A큤A큤bDa+bDa+]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/shibs-arm-2 1648648494 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_Updatedrpmxz5aarch64-suse-linuxdirectoryXML 1.0 document, ASCII textASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7afe3fdc60777a5a95452c977bc9915e76ab9767, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f9542934a2ef4d46001505810a00da50a2a9990, strippedASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R RRRRRR R R RR RRRRRRRRRRMaMix`Tutf-897ea79ccc6eebd38acfbbef076cf45f7c0cca95571b559365d0cfd72be3f6fcf?7zXZ !t//]"k%j|dRLȪ70Guw3UWeng OB.Ea]=24 R 5doCZU,ᠭh*:[VʫϯC_>K^Ki$1(gDYe :5mxZ=ei]Ѳ2+/A|>h'Lz$t]yJ C,IqlVN=lb6j&YT."3Ym^RQҿTzg9{:,;LpG<=vܮ8@+Pg%t_;LF]m,U޽`8TM%_#gКj7/i(-_B~sr ޟ'n0?ɲA[1LinrO/Y u Z_va8-zwA)ĭ>l{fjVƬ)EGFN (ج< m㓀~kNE&f}zDOt8l<ջ//n/5dKضcӍh^x)`0N붛St6[ǁrK'ELxÓ# *9Hy1j<< @$=4ukennT.Qc8,=4s x$R4]:O_<5eE,8FSx&kMjBQWrCԊ1K\]'C_oらh o}K~A4y{0=}QI8lvX&~ە(%9u$3lHkc 7mz ܘOzPNِ{9MEXyJB7wR;w$ "6q -@4DX7j(.;Z;Q-;∽Q@ Q^ʢ[36D 1؜jqX@4dʼ6d] ez9:#'<<8_&TzO$Ѣ\jS ět';|AP_0~}f3S>IǑy)e#H71( lm0-t63TV h4D ,-QbR7؈aʍ? l](!a Uyji,KJ" "\$Y~dG3ʉPL3F2:8o/[" :j~n؀ 2#@v6~=Gـ^Nd%3(5KNe$sEQzPN~jL.=sm)d!nl,i9;'v/sekΡLn![g:4\b\}y;:DOtWΖu쇉hZ|G#DBD +Z6v^G2oH'&t?"wHS泦؄~u +-_v vꈚ6L=͂(iӚ55-1  ty@5ʢúNxKҲS41  S8kX @K/fs N(\d֭Fi;,~xTPZ=fvvyCL}5fY4eR۴:BF1<ȀW0Ef_+ j<dK?FّficY m?[2sgG`Yz=3!]9PbTE1V;AY5>{g_.s-vbr|ʃbpوӬm~E WخTаͩTh_;jOוҺ#,۾˺]^e9 9$ַ;kL8ON~MMz6 P{*F>/y- TbLpK]Yy`%a^`1h`_6S#~ *q};< )Y3{g}[i3_i&=jiBC\1aUxۥ\Х/%mNlxD lΌ!E.ކj##RG mC<4.q ǰ&R,~8xtqU.(._zHƁa+d}4:ts8f5 ieg$" lߍ>.n6z>:0D,cs?o'%c|P|L-k\gDDžx7N 4כв -2\i|4' kqj+F\͆~=`oP[vt_qbsG?_EBTڟeySdg%Hܱab8W;kB霺NX  / V?@F R\Mb}+V\Kꭳ=&;L:Zz?- Pٱiltf"pm`1.(Q!JeZP I,cVYdQٚ_WjU 1:iK8i Lɹtx<48Z}QcCǔga9F eJ7̱dП7أ,x~ i) |5wN>0K[4O_0h#}5 ,H!tEFD11@e:v/И-% 4E@*gG37˟ H^ÿF] X(;$"DtJ?O1_Jh|KUY 8, .%>>I b<t[a^ NJ -@.2 !?!9؀vVPk;[Tm^DVt qB۰K(6#І;ٝmOX/WLhyH..{T t/J_=4ɀqv9!e> PZD#k/a=1IyϧdRFd%i@Y*Y\аD vZ+%KϓZF! ]\#X[nǝKPIcºldXLΑU|lqNtTZ>Zkx+ƚ. : F7yA$PRQ hYu80)PIAӈ̨6}ʱb\L؝?s,MBw(Fw~k(/F*$T*- "yax ]}$eg"SUS5ϠId#}!ʆJ m}xm&(}P؉J&2[%+yArk'gnϔ8Yf2Z<&2@[r" z+MvCDM-*bYXd<2ٿ R`xG|zib}d(E+oC1_>dRXGݾ*BFK+T˨q=%mqFcwӧeK`5H}oF"#B8|} ѡSqn]l/ET<&1QM .RA%}=>"U~cg QNPMj\ۜlw* RO ,t_U;l9FNQ8f&m/gS1w(EػJ] V)6V[G=⬔J7A{cs^g`ΙШl7jwQ$)?ӫЬ.I&ظtwRoO$ J#5.X)KR\hy UZA,F>V:l r݊Ԅރm Z/*Ր(8SNR(cyވ@6n|oٌ@A.wamՁG0(3ǯlN_F)@^4/Ѩܚ7.uQ+̹",Q&)+DK>=lJS)FNwPPDt9! o w/! pc Hͩ/MdAEVALJ0b2_Ut YZ