Bug 1901468
| Summary: | With fresh RHGS installation on RHEL 8.3, geo-replication goes to faulty state with sync_method as tarssh | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> |
| Component: | geo-replication | Assignee: | Shwetha K Acharya <sacharya> |
| Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rhgs-3.5 | CC: | csaba, khiremat, rhs-bugs, sabose, sacharya, sajmoham, sheggodu, shilpsha, tshacked |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.5.z Batch Update 6 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-6.0-60 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-27 14:26:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
SATHEESARAN
2020-11-25 11:03:01 UTC
This issue will be seen only with new RHGS 3.5.3 installation on RHEL 8.3 and geo-rep session using 'tarssh' as sync_method I have more context on the verification of this bug, and assuming the ownership of verification of this bug Tested with glusterfs-geo-replication-6.0-59.el8rhgs. But this packages doesn't have the dependency on tar package [root@ ~]# rpm -qpR glusterfs-geo-replication-6.0-59.el8rhgs.x86_64.rpm | grep -i tar selinux-policy-targeted selinux-policy-targeted [root@ ~]# rpm -qpR glusterfs-geo-replication-6.0-57.el8rhgs.x86_64.rpm /bin/bash /bin/sh /bin/sh /usr/libexec/platform-python config(glusterfs-geo-replication) = 6.0-57.el8rhgs glusterfs(x86-64) = 6.0-57.el8rhgs glusterfs-libs(x86-64) = 6.0-57.el8rhgs glusterfs-server(x86-64) = 6.0-57.el8rhgs libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) policycoreutils-python-utils policycoreutils-python-utils python3 python3-gluster = 6.0-57.el8rhgs python3-prettytable rpmlib(BuiltinLuaScripts) <= 4.2.2-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 rsync rtld(GNU_HASH) selinux-policy-targeted selinux-policy-targeted util-linux This ends up in the same problem, when installing glusterfs-geo-replication _tar_ package is missing, and geo-rep session goes faulty when the sync-method is tarssh So moving this bug to ASSIGNED state as it doesn't solves the requirement Verified that with the new installation glusterfs-geo-replication from the interim build ( glusterfs-6.0-60.el8rhgs ) pulls 'tar' package as a dependency [root@ ~]# rpm -qpR glusterfs-geo-replication-6.0-60.el8rhgs.x86_64.rpm | grep ^tar$ tar So installing 'glusterfs-geo-replication' automatically pulls 'tar' package as a dependency [root@ ~]# yum install glusterfs-geo-replication Updating Subscription Management repositories. Last metadata expiration check: 0:11:52 ago on Thursday 11 November 2021 03:45:56 PM IST. Dependencies resolved. ============================================================================================================================================================================================== Package Architecture Version Repository Size ============================================================================================================================================================================================== Installing: glusterfs-geo-replication x86_64 6.0-60.el8rhgs rhgs356 192 k Installing dependencies: python3-gluster x86_64 6.0-60.el8rhgs rhgs356 23 k python3-pip noarch 9.0.3-20.el8 appstream 20 k python3-prettytable noarch 0.7.2-14.el8 appstream 44 k python3-setuptools noarch 39.2.0-6.el8 baseos 163 k python36 x86_64 3.6.8-38.module+el8.5.0+12207+5c5719bc appstream 19 k rsync x86_64 3.1.3-12.el8 baseos 405 k tar x86_64 2:1.30-5.el8 baseos 838 k Enabling module streams: python36 3.6 Transaction Summary ============================================================================================================================================================================================== Install 8 Packages Total download size: 1.7 M Installed size: 4.8 M Is this ok [y/N]: Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (glusterfs bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:0315 |