ovirt-imageio-daemon-2.4.5-1.el8 >  H b z뾂alHjm\M v%hM0C_љ"~؞h&'R.C .6,wt`_ EBk\^UOddէ14p5Dy5<=-N/phz*/(YwG ߠD˗?Ϗ=ꊡn\+݆>Ilg;~8Y#Yr4$tL'lG :uqItr7q -_D3w[9 $8FY|CRp.2L=dQ= aœ5y?Di.\ʲg0Ž8J:u (p>pF 0? d # 8pt  )x    t   4   8    ( 8 $9 `:=>?@GHIdX|Y\]^/ b^defltuvXwxyl  Covirt-imageio-daemon2.4.51.el8oVirt imageio daemonDaemon providing image transfer service on oVirt hosts.b:aarch64-03.rdu2.centos.orgbCentOSCentOS Community Build ServiceGPLv2+CBS Unspecifiedhttps://github.com/oVirt/ovirt-imageiolinuxaarch64# Create a user and group if needed if ! /usr/bin/getent passwd ovirtimg >/dev/null; then /usr/sbin/useradd --system \ --user-group \ --shell /sbin/nologin \ --home-dir /run/ovirt-imageio \ --comment "oVirt imageio" \ ovirtimg fi# After installation, synchronize service state with preset files. if [ $1 -eq 1 ] ; then # Initial installation systemctl --no-reload preset ovirt-imageio.service &>/dev/null || : fi# Before uninstalling, stop and disable the service. if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable --now ovirt-imageio.service &>/dev/null || : fi# After upgrading, restart the service. if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart ovirt-imageio.service &>/dev/null || : fivZZ d A큤AAA큤A큤A큤A큤bbbbbbbbbbDbbbbbbbbDbDbb4d593f4fd01067581c109c755589d50ff71fdab72660fb8e259a982a18bdf4e5acadfafcd25f35e6e39c77f7851054febf596b80bc2d094f86ae0d7fa5a298ed4f33d9fccdf7700a008a9c9ba1f68617f3ca9fade8505c410e6672bf39a67cd09dd28df081e34156219a87ccdd30f82aafb97595e2807fca08d59e9aaf462bc5b5767638245a829f87ae70c72a3517443fe3189440ceac920a8d6d85693ebe58a1bb3aff29e652c077d36356dfb9a7b7c8655e7c3a97adef4c01a9a39feb4f72a1bb3aff29e652c077d36356dfb9a7b7c8655e7c3a97adef4c01a9a39feb4f72e89b2d6a98cf41651318bec9e3ed8c551c3e111920fd37b367dee8497a719bebe89b2d6a98cf41651318bec9e3ed8c551c3e111920fd37b367dee8497a719bebfb3d99a03db14eb1c7f261630f8fc4fc9d84c6cb83b1ca38a3e5e0840111898bfb3d99a03db14eb1c7f261630f8fc4fc9d84c6cb83b1ca38a3e5e0840111898bff45e634d4cfd56a55430eb741ebe238fae65748c59af0a11e14d1c55cf158c0557f50df1de6e28366758b2c9191bbfc7805c60b2fbd2c1f682e43cfd7deb068@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootovirtimgovirtimgrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootovirtimgovirtimgovirt-imageio-2.4.5-1.el8.src.rpmovirt-imageio-daemonovirt-imageio-daemon(aarch-64)  @@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/python3ovirt-imageio-commonpython(abi)python3-systemdrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.4.5-1.el83.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.3bx@bI@b@Qb-a]`-_"_@_*@^z^b^@^@^^@Nir Soffer 2.4.5-1Nir Soffer 2.4.3-1Nir Soffer 2.4.2-1Nir Soffer 2.4.1-1Nir Soffer 2.3.0-1Nir Soffer 2.2.0-1Nir Soffer 2.1.1-1Nir Soffer 2.1.0-1Nir Soffer 2.0.10-1Nir Soffer 2.0.9-1Nir Soffer 2.0.8-1Nir Soffer 2.0.7-0Nir Soffer 2.0.6-0Nir Soffer 2.0.5-0Nir Soffer 2.0.4-0- http: Revert the default timeout to 60 seconds #71- Build client and common for python 3.8 BZ2071365- http: Increase listen backlog to 40 BZ2066113 - setup: Fix bug tracker url #45 - Update RELEASE.md #46- Select cache and aio automatically #42 - Add profiling support #36 - Fail fast with invalid config directory #33 - Don't track ranges for read-write ticket #32 - Inefficient measuring of transferred size #29 - Replace ticket id with transfer id in logs #26 - "Backend was closed" error during backup image transfer #23 - Disable allocation depth for raw format #21 - Make client socket timeout configurable #14- Downloading images much slower than uploading #BZ1990656 - Downloading prellocated disk created preallocated image #BZ2010067- Report zero status in dirty extents response #BZ1971185 - Use "qemu:allocation-depth" meta context to report holes #BZ1971182- Add client.extents() function - Add Fedora 33 CI- Support upload and download snapshots #BZ1847090 - Remove python2 leftovers #BZ1862719 - Faster checkusms using zero hashing - Report checksum configuration in client.checksum() - Improve logging for easier debugging - Improve client online help - Silence output from qemu-img create - Configurable buffer size per backend- Support 3rd party certificates #BZ1862107 - Imageio low level API #BZ1855047 - Compute image checksums #BZ1787906 - Support transfer cancellation #BZ1524184 - Imporve error reporting in io.copy() #BZ1854550 - Create configuration directories- Fix ipv6 regression in 2.0.8-1 #BZ1851707 - Fix preallocation on NFS 4.2 and GlusterFS #BZ1851256 - Support upload disk from ova #BZ1849981 - Report holes in zero extents- Improve performance using multiple connections #BZ1591439 - Support ipv6 #BZ1805267 - Fix Cross-Site scripting vulnerabilities #BZ1757066- Support showing parsed configuration #BZ1835719 - Improve performance when using small requests #BZ1836858 - Use proxy_url if transfer_url is not accessible #BZ1839400- Introduce ovirt-imageio-client package - Support drop-in confiugration #BZ1826679, #BZ1738729, #BZ1761960 - Make private modules private #BZ1818170 - Log detailed transfer stats #BZ1740489 - Support platform trusted CA- Support closing connections for web clients- Support starting as root/bin/sh/bin/sh/bin/sh/bin/sh 2.4.5-1.el82.4.5-1.el8 ovirt-imageioREADMEconf.dovirt-imageioovirt-imageioctlovirt-imageioconf.dovirt-imageio.serviceadmin__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_api.cpython-36.opt-1.pyc_api.cpython-36.pyctool.cpython-36.opt-1.pyctool.cpython-36.pyc_api.pytool.pyovirt-imageiodaemon.log/etc//etc/ovirt-imageio//usr/bin//usr/lib//usr/lib/ovirt-imageio//usr/lib/systemd/system//usr/lib64/python3.6/site-packages/ovirt_imageio//usr/lib64/python3.6/site-packages/ovirt_imageio/admin//usr/lib64/python3.6/site-packages/ovirt_imageio/admin/__pycache__//var/log//var/log/ovirt-imageio/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protectioncpioxz2aarch64-redhat-linux-gnudirectoryUTF-8 Unicode textPython script, ASCII text executableASCII textpython 3.6 byte-compiledempty RRRRRRRRRRR# At the end of the transaction, stop stale ovirt-imageio-daemon service. # Needed only when upgrading from ovirt-imageio-daemon < 2. if systemctl is-active ovirt-imageio-daemon.service >/dev/null; then echo "Stopping ovirt-imageio-daemon.service"; systemctl stop ovirt-imageio-daemon.service fi/bin/shutf-8ea302a4220e85dbcf1bc098271fb4ca372db8e0d01c6f891bf52206cbd98cff3?7zXZ !#,p P] b2u jӫ`(y-P U@](&St H'fiy K׿8iX|Dkh[=p(ϗ+'i A~Vcmgnޯr_apiHh4-Y >+&嚱QuCX0`wXZơ}gIa4s)({Shܞs˕4':Q:\܇\[HeDu1}T)Ђ=n24$px76*ک+b馜)䨝B}"]h4ixUqq]:DEn> t_}(ڢŠ0?:J믢#WE,mԻ 6SwTɾ0j"!+~-PJ1ԂL ~Hâ5EF&5Ʈ2-ȓ-pX%YEJV3G|)\]5tl03f]{HS c]j4q5$sXqWd2k9aH]mTrs7rkvu*e.O uTH,n RiT_Œ.Ric-ڠ',BQ ,p`!ZHvjFЅ!6E(] _/tÀ+}RZ9/11Uc!V ^zhi95A :0G<\%D4L0DA~s1j s)07Ot\K͒/V^6UjZ5NCF\UW ӱ[4uӣ,9dkeKƿ,U$F?)AA8"s1އ%}8Z8Y5% 0#&Y|XS&Oef]h 3x"LRECnxErG!Xy*h>3RfQ_Y+l_myJq h?Zed߲)H%^\o 1i8tÞFNmͣ ~1+ dO;G 1Ֆts?wa~T`,i($?#sC,G;{&S@ $8vhB[oE{d@Y( qFnc;5\qx!zP?ڰok`ٳd RUk?P.&Jmr  jBì5z{o ԜCT*Iw],;fFy, $\F9/Θ"N&0|A8 K#Qg/Bjي2i0 zJXT[\bnh_N7r57KwɨaSd sBal> ւvaDGsv:ѫ|t餭n\2-X'Q[3NUTFP}$mCU?~9½1/L .Zjv G~Z,>d>9D6uI@ "CKg*) Dc'| nOjxʙ4ZMͱ+etg"y:Tx GV7 Us NwUgPjVxHR"Yq=fT.|n@s"6Oޓʴ'\${Uį1B@ [ ߑj,EK2n8b QPLCN ak͆|14B"d]Pk([26 Es,0C̰]6zE =,83ML' / Մ{]WY !(Qb#P2"E-`tMx3+քdŸdGOn="YOXo#\~G&OG<̏ ff8s2p?˛>j@~7D곛%bP[?4!}볱ӠHme fW(Xȉ\U<#s}FʽgWЋ7hPjcQAH)ll ϓ gءs2A5B$BѧF6>Vqbm; Tآ0s} Mnʜ -^ŞcabےAzs][+sG8]epS"NL ˜Q!h-rE]*Br ;KU D Dmo_vD{P^?nu˘'341}L Hă\<,@uzB\5noe<:Odp 1cNL.jz|S2>;=qVڀ ?%W[;""GZ j+&Qgci{(U>voX|d5=PkSC~j5LϮYYΝُW윐XWg[/PI.GV*1Z^Z<7"\qXqX?Bo>Rd<*v>>6O %vȥl*E37+nNS*/b"s ZI4wLf ءVFt(MN`63$c:=b5;@Ν|+VuՄ)4l3 Z.z? $1բu>[7KX1RۥS>֏ kB,rʰFo?yO`832>|*8.?KCP寊(\h}fkrUC 8 ٪aٲ0k>pӨB*\uY I2\"v:gZ_dC!香.EUX6 k?Po&>Tm+7?|k0|ma>O@~v6*!Rf+8'G3JF/8ǝo Pbމa1?D׹E~\C5o,O# \wdm[h^B(J2*F#fi\ 84*`L 38v"'0"\vwT8kOF܉N㒢m@o'l4ghA;+ԖS|򡃛c^%[ (\?Uj!t{&$쬴,Jax=߱Şlgs//NRa0TtgݠM$xPhAJ /k_%?/ˋ@ cAЕfY~mڏX["7W=~y=kifk_.k\7Q0RLڎ"\ J]O2`b%(X ,'$t]GLSx8=mPKΏUx\_WZtڠ"#pU1v0-4+Щ-EzoiX92fO`gmP AQHтLhIC`-6rAȢ:gt!Xy5*U4MT48H'0ƨ#S"u貉w}cc&e` B9 NDY=8WMf!.@ < #hJ;o3oBq!}zRӻ !Ue1 gO*:cScd&ntvVx?:6iTtg| ),E]"&3AS/H#}(;Xۻ*9 YZЬ-dŒ*.1=@uzu3bM~ewfwVp"JhO@|,c>ƣtX.nGEO_828;^kn~ #r+MxaPx|`DL.@MJ>v8v $KrRQ;Buze+'v!]t',{^󴖢@;mA!:"Q-U:]Ch wv" 8:XCJc'ws5Ս +|AŠ/\'M5d`@[RVi 9;>4_H$RM#?95wF.rJxsFHhN:Yve؊[g9ɺy^>!qN!7k`f Z BUw;c"%5(MصsG [&:yT6n1n44,v:TCi))9g3*u?GW7B[eĿ^C.84+K_VzaPTDyZm4Fl@4Ev*o#}|>yT{ӆݬ=D[@BZw2:(s(Z:<1tsp̳0!d#S0Y["P_LgX)W#Od"DdQ۸ mauI>מ;yK/":T"(߰r#]D'ׂLAc&@‰@#,tn$@L7&0VCvk5]HNSf|c2~T N-B WA c4#4鎂c%NA2(! r{2I 0h+vR)!fLXBCsan 78~l)0GZ?YI v ~4#[J&x0K {]y$,6~)bJQK>?PV*>ݘ=ÉH#_B0n4]xas>>ӬnhD sumuaW=Mك'F`xs($عe[Hӎ "GgqŃXU%)hZuY~!u)R-?IɻᲩ;OԂVr눘ME8,Se]m~#*NC {ϽxΎa={'@)#ߜxԊA2}+9>ZHK=LBwGmi2K(:Ʈk+-qJ*UIeDg0L`;͜@A+tQnm;գ ;uЌ