Bug 2022702
| Summary: | cmsfs-fuse: Could not initialize conversion table CP1047->UTF-8 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Jan Stodola <jstodola> |
| Component: | s390utils | Assignee: | Dan Horák <dhorak> |
| Status: | CLOSED ERRATA | QA Contact: | Vilém Maršík <vmarsik> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | dhorak, rvr |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 9.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | s390x | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | s390utils-2.19.0-1.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2022652 | Environment: | |
| Last Closed: | 2022-05-17 15:59:55 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
Jan Stodola
2021-11-12 11:17:37 UTC
Could not reproduce on RHEL-9.0.0-20211201.1, and don't know much about this type of device. Can you give me a hint? # ls /dev/disk/by-path/ ccw-0.0.0120 ccw-0.0.0120-part1 ccw-0.0.0120-part2 # cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0120 /mnt/cms/ cmsfs-fuse: Unsupported disk # cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0120-part1 /mnt/cms/ cmsfs-fuse: Unsupported disk # cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0120-part2 /mnt/cms/ cmsfs-fuse: Unsupported disk # virt-what ibm_systemz ibm_systemz-zvm you need the CMS "home" disk to be made available in Linux first, the following steps should do it - cio_ignore -r 191 - chccwdev -e 191 - lsdasd (will show the 191 disk as online in addition to the regular "data" disks 120,121,...) then run the reproducer Looks good in RHEL-9.0.0-20211201.1: # cio_ignore -r 191 # chccwdev -e 191 Setting device 0.0.0191 online Done # lsdasd Bus-ID Status Name Device Type BlkSz Size Blocks ================================================================================ 0.0.0120 active dasda 94:0 ECKD 4096 39128MB 10017000 0.0.0191 active dasdb 94:4 FBA 512 0MB 1000 # cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0191 /mnt/ cmsfs-fuse: Could not initialize conversion table CP1047->ISO-8859-1. # rpm -qa | grep s390utils s390utils-core-2.17.0-4.el9.s390x s390utils-base-2.17.0-4.el9.s390x s390utils-cmsfs-fuse-2.17.0-4.el9.s390x # dnf upgrade s390utils-base-2.19.0-1.el9.s390x.rpm s390utils-core-2.19.0-1.el9.s390x.rpm s390utils-cmsfs-fuse-2.19.0-1.el9.s390x.rpm (...) Upgraded: s390utils-base-2:2.19.0-1.el9.s390x s390utils-cmsfs-fuse-2:2.19.0-1.el9.s390x s390utils-core-2:2.19.0-1.el9.s390x Installed: glibc-gconv-extra-2.34-8.el9.s390x Complete! [root@ibm-z-533 ~]# cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0191 fuse: missing mountpoint parameter [root@ibm-z-533 ~]# cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0191 /mnt/ cms/ scratchspace/ testarea/ tests/ [root@ibm-z-533 ~]# cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0191 /mnt/cms/ [root@ibm-z-533 ~]# echo $? 0 Good on RHEL-9.0.0-20211214.2: # cio_ignore -r 191 # chccwdev -e 191 Setting device 0.0.0191 online Done # lsdasd Bus-ID Status Name Device Type BlkSz Size Blocks ================================================================================ 0.0.0120 active dasda 94:0 ECKD 4096 39128MB 10017000 0.0.0191 active dasdb 94:4 FBA 512 0MB 1000 # cmsfs-fuse --ascii /dev/disk/by-path/ccw-0.0.0191 /mount # ls /mount PROFILE.EXEC PROFILEO.EXEC ZPXE.CONF 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 (new packages: s390utils), 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:4005 |