Description of problem:
Version-Release number of selected component (if applicable):
# oc get pod -n glusterfs -o yaml | grep "image:" | sort -u
image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-gluster-block-prov-rhel7:3.3.1-16
image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-server-rhel7:3.3.1-18
image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-volmanager-rhel7:3.3.1-17
# yum list installed | grep openshift
atomic-openshift.x86_64 3.10.0-0.63.0.git.0.65d6d20.el7
How reproducible: 3/3
Steps to Reproduce:
1. pod with a PVC backed up with glusterfs-storage
2. git-clone, tar, untar on https://github.com/eclipse/che.git
See this script: https://github.com/hongkailiu/svt/blob/gitWorkload/storage/git/files/scripts/test-git-m.sh
Actual results:
The untar (tar -zxf) command exited with error.
Expected results:
Master Log:
Node Log (of failed PODs):
PV Dump:
PVC Dump:
StorageClass Dump (if StorageClass used by PV/PVC):
Additional info:
Tried with gp2 and glusterfs-storage-block, it works fine on both of them.
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, 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/RHEA-2019:3249
Description of problem: Version-Release number of selected component (if applicable): # oc get pod -n glusterfs -o yaml | grep "image:" | sort -u image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-gluster-block-prov-rhel7:3.3.1-16 image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-server-rhel7:3.3.1-18 image: registry.reg-aws.openshift.com:443/rhgs3/rhgs-volmanager-rhel7:3.3.1-17 # yum list installed | grep openshift atomic-openshift.x86_64 3.10.0-0.63.0.git.0.65d6d20.el7 How reproducible: 3/3 Steps to Reproduce: 1. pod with a PVC backed up with glusterfs-storage 2. git-clone, tar, untar on https://github.com/eclipse/che.git See this script: https://github.com/hongkailiu/svt/blob/gitWorkload/storage/git/files/scripts/test-git-m.sh Actual results: The untar (tar -zxf) command exited with error. Expected results: Master Log: Node Log (of failed PODs): PV Dump: PVC Dump: StorageClass Dump (if StorageClass used by PV/PVC): Additional info: Tried with gp2 and glusterfs-storage-block, it works fine on both of them.