instance file system will become read only after disabling a FC port
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| multipath-tools (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
1. This bug is triggered will qualifying Canonical OpenStack(Mitaka) with EMC XtremIO;
2. The Ubuntu server deployed through MAAS is Ubuntu 14.04.5 LTS;
3. multipath-tools 0.4.9-3ubuntu7.13 is used;
4. Below multipath.conf is used:
defaults {
verbosity 2
wwids_file /etc/multipath/
}
blacklist {
devnode "^(ram|
devnode "^hd[a-z]"
devnode "^dcssblk[0-9]*"
devnode "^cciss!
devnode "^nvme.*"
device {
}
device {
}
device {
}
device {
}
device {
}
}
blacklist_
}
devices {
device {
}
... other array's device definition ...
}
multipaths {
}
5. XtremIO array paths can be managed successfully:
ubuntu@CA31:~$ sudo multipath -ll
3514f0c5e4c0002aa dm-3 XtremIO ,XtremApp
size=5.0G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| `- 13:0:7:1 sdq 65:0 active ready running
|-+- policy='round-robin 0' prio=1 status=enabled
| `- 13:0:6:1 sdr 65:16 active ready running
|-+- policy='round-robin 0' prio=1 status=enabled
| `- 12:0:6:1 sdt 65:48 active ready running
`-+- policy='round-robin 0' prio=1 status=enabled
`- 12:0:7:1 sds 65:32 active ready running
6. Reproduce steps:
a. Launch a instance(
b. Attach the volume seen in step 5 to the instance;
c. Format and mount the volume in the instance, then start IO;
d. Disable a FC port(2 x paths will be impacted) at the switch side;
e. After a while(30 ~ 60 seconds), the file system based on the volume in the instance will become read only;
f. Restart the instance will clear the problem;
g. Based on the symptom, it seems multipath does not fail over IO of the instance to alive paths in time.
7. Logs from the host and instance are attached to this bug.

After upgrading the OS of the array, the issue disappears.