| Summary: | dbginfo.sh: avoid double data collection (s390-tools/s390utils) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | IBM Bug Proxy <bugproxy> | ||||||||||
| Component: | s390utils | Assignee: | Dan HorĂ¡k <dhorak> | ||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons | ||||||||||
| Severity: | medium | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 6.5 | CC: | hannsj_uhl | ||||||||||
| Target Milestone: | rc | ||||||||||||
| Target Release: | 6.6 | ||||||||||||
| Hardware: | s390x | ||||||||||||
| OS: | All | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-11-20 08:52:41 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Attachments: |
|
||||||||||||
|
Description
IBM Bug Proxy
2013-11-20 03:43:59 UTC
Description: dbginfo.sh: avoid double data collection
Symptom: Execution of dbginfo.sh fails with 'no space left on device'
Problem: The data collection of the dbginfo.sh script collects two times
entries from the sysfs. First, the script itself collects
all 'files' and later on, the script ziomon_fcpconf is
collecting a subset of the sysfs along with some additional
data. The additional data (information about the /dev entries)
is collected by the dbginfo.sh script also. Therefore, the
execution of ziomon_fcpconf is obsolete.
Solution: Avoid the execution of ziomon_fcpconf in the dbginfo.sh script
Reproduction: Run the dbginfo.sh script on a machine, where /tmp should be
able to cover the amount of data being collected. The machine
should have quite a lot of devices being attached.
Upstream-ID: -
Signed-off-by: Wolfgang Taphorn <taphorn.com>
Created attachment 826406 [details]
Anaconda logs
This issue is observed in RHEL6.5 RC1
Steps to reproduce this issue
1. Attach 2 Hyperpav base devices and alias in zvm
2. Add all necessary parameters in param file including hyperpav base and alias.
3. Start the installation. Select vnc mode of installation
4. Use hyperpav base for installation.
5. Reboot the machine.
6. list hyperpav base devices and alias
Actual : Only hyperpav base devices are listed.
Expected : Must be able to list hyperpav base and alias
Hyperpav alias are listed on manual alias online.
[root@hostname ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel \r on an \m
[root@hostname ~]# lsdasd
Bus-ID Status Name Device Type BlkSz Size Blocks
==============================================================================
0.0.8700 active dasda 94:0 ECKD 4096 2347MB 601020
0.0.6384 active dasdb 94:4 ECKD 4096 7043MB 1803060
0.0.8701 active dasdc 94:8 ECKD 4096 2347MB 601020
[root@hostname ~]# lsdasd -u
Bus-ID Name UID
==============================================================================
0.0.6384 dasdb IBM.750000000DHVL1.6300.84.00000000000027200000000000000000
0.0.8700 dasda IBM.750000000R0021.8700.00.0000000000000d0a0000000000000000
0.0.8701 dasdc IBM.750000000R0021.8700.01.0000000000000d0a0000000000000000
[root@hostname ~]# uname -a
Linux hostname.boeblingen.de.ibm.com 2.6.32-431.el6.s390x #1 SMP Sun Nov 10 22:21:52 EST 2013 s390x s390x s390x GNU/Linux
Created attachment 826407 [details]
Anaconda program logs
Created attachment 826408 [details]
Anaconda storage logs
Created attachment 826409 [details]
syslog
Manually online hyperpav alias [root@hostname ~]# cio_ignore -R [root@hostname ~]# chccwdev -e 87c0-87c3 Setting device 0.0.87c0 online Done Setting device 0.0.87c1 online Done Setting device 0.0.87c2 online Done Setting device 0.0.87c3 online Done [root@hostname ~]# lsdasd Bus-ID Status Name Device Type BlkSz Size Blocks ============================================================================== 0.0.87c0 alias ECKD 0.0.87c1 alias ECKD 0.0.87c2 alias ECKD 0.0.87c3 alias ECKD 0.0.8700 active dasda 94:0 ECKD 4096 2347MB 601020 0.0.6384 active dasdb 94:4 ECKD 4096 7043MB 1803060 0.0.8701 active dasdc 94:8 ECKD 4096 2347MB 601020 ... due to mirroring problems at the IBM side closing this Red Hat bugzilla ... |