'Using the latest version of postmortem tool, customer ran:
generate_postmortem.sh 0 --ova --pull-appliance-logs --diagnostic-portal'.
The command is running for a very long time.
The script is apparently gathering the same logs multiple times.'
As per client below command is executed twice in the script:
'kubectl exec -n default -c admin port-site1-www-0 -- bash -ic /opt/ibm/bin/status -u'. There is at least an hour and many other commands between those two lines.
I had a quick look into the script and I only see it run once, under
Can you please confirm if command $KUBECTL exec -n $NAMESPACE -c $container $pod -- bash -ic "/opt/ibm/bin/status -u is ran anywhere else in the postmortem script?
I have a customer reporting
'Using the latest version of postmortem tool, customer ran: generate_postmortem.sh 0 --ova --pull-appliance-logs --diagnostic-portal'.
The command is running for a very long time. The script is apparently gathering the same logs multiple times.'
As per client below command is executed twice in the script: 'kubectl exec -n default -c admin port-site1-www-0 -- bash -ic /opt/ibm/bin/status -u'. There is at least an hour and many other commands between those two lines.
I had a quick look into the script and I only see it run once, under
Can you please confirm if command $KUBECTL exec -n $NAMESPACE -c $container $pod -- bash -ic "/opt/ibm/bin/status -u is ran anywhere else in the postmortem script?