[Bug 1683808] [NEW] fail to activate the second DS8K fcp device permanently
Launchpad Bug Tracker
1683808 at bugs.launchpad.net
Tue Apr 18 17:44:44 UTC 2017
You have been subscribed to a public bug:
---Problem Description---
Fail to active the second DS8K fcp lun permanently
Machine Type = z13 lpar
---Debugger---
A debugger is not configured
---Steps to Reproduce---
1. Map tow fcp luns from DS8880:
root at ilz62u:~# lsluns
Scanning for LUNs on adapter 0.0.1800
at port 0x50050763070057f9:
0x4000402800000000
0x4001401000000000
Scanning for LUNs on adapter 0.0.1900
at port 0x50050763070b17f9:
0x4000402800000000
0x4001401000000000
2. active the two fcp temporarily
echo 0x4001401000000000 > /sys/bus/ccw/drivers/zfcp/0.0.1800/0x50050763070057f9/unit_add
echo 0x4001401000000000 > /sys/bus/ccw/drivers/zfcp/0.0.1900/0x50050763070b17f9/unit_add
3. active them via tool "chzdev" permanently
root at ilz62u:~# lszdev | grep 57f9
zfcp-lun 0.0.1800:0x50050763070057f9:0x4000402800000000 yes yes sdas sg44
zfcp-lun 0.0.1800:0x50050763070057f9:0x4001401000000000 yes yes sdau sg46
4. multipath show
root at ilz62u:~# multipath -ll | grep 2107s
d2ilsd2107s (36005076307ffd7f90000000000000110) dm-15 IBM,2107900
d1ilsd2107s (36005076307ffd7f90000000000000028) dm-14 IBM,2107900
5. reboot
6. the secod fcp lun "0x4001401000000000" fail to keep active any more
root at ilz62u:/sys/bus/ccw/drivers/zfcp/0.0.1800# ls 0x50050763070057f9
0x4000402800000000 access_denied failed in_recovery power status uevent unit_add unit_remove
root at ilz62u:/sys/bus/ccw/drivers/zfcp/0.0.1900# ls 0x50050763070b17f9
0x4000402800000000 access_denied failed in_recovery power status uevent unit_add unit_remove
root at ilz62u:/sys/bus/ccw/drivers/zfcp/0.0.1900# multipath -ll | grep 2107s
d1ilsd2107s (36005076307ffd7f90000000000000028) dm-14 IBM,2107900
Stack trace output:
no
Oops output:
no
System Dump Info:
The system is not configured to capture a system dump.
== Comment: #1 - Heinz-Werner Seeck <heinz-werner_seeck at de.ibm.com> -
2017-04-18 03:08:54 ==
First problem evaluation:
Could be a chzdev problem. Seeing two jump-labels in the udev rule for port 0x50050763070b17f9 on fcp device 0x1800 and 0x1900. The first label enables the LUN that is working, while the second one with the LUN number that is not working is likely ignored.
Confirmed as a bug in chzdev!
Workaround:
Use chzdev to configure and immediately deconfigure a non-existent FCP LUN for the FCP devices that displays the problem.
Example (ignore any warnings that might show up):
For FCP device 0x1800:
chzdev -e -p zfcp-lun 0x1800:0x0000000000000000:0x0000000000000000
chzdev -d -p zfcp-lun 0x1800:0x0000000000000000:0x0000000000000000
and for FCP device 0x1900:
chzdev -e -p zfcp-lun 0x1900:0x0000000000000000:0x0000000000000000
chzdev -d -p zfcp-lun 0x1900:0x0000000000000000:0x0000000000000000
Solution available : Patch applied:
Upstream patch, also applies to s390-tools v1.37.0 and v1.37.1.
** Affects: s390-tools (Ubuntu)
Importance: Medium
Assignee: Skipper Bug Screeners (skipper-screen-team)
Status: New
** Tags: architecture-s39064 bugnameltc-153462 kernel-da-key severity-medium targetmilestone-inin1704
--
fail to activate the second DS8K fcp device permanently
https://bugs.launchpad.net/bugs/1683808
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
More information about the foundations-bugs
mailing list