mbox series

[blktests,0/3] improve block/011

Message ID 20230526045843.168739-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series improve block/011 | expand

Message

Shinichiro Kawasaki May 26, 2023, 4:58 a.m. UTC
As of today, three failure symptoms are observed with block/011 [1]. This series
addresses two of them. The first two patches address the disappearing system
disk (Symptom C in [1]). The third patch addresses the zero capacity NVME
devices. (Symptom B in [1]).

[1] https://lore.kernel.org/linux-block/rsmmxrchy6voi5qhl4irss5sprna3f5owkqtvybxglcv2pnylm@xmrnpfu3tfpe/

Shin'ichiro Kawasaki (3):
  common/rc: introduce _get_pci_from_dev_sysfs
  block/011: skip when mounted block devices are affected
  block/011: recover test target NVME device capacity

 common/rc       |  8 ++++++--
 tests/block/011 | 31 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 2 deletions(-)

Comments

Shinichiro Kawasaki June 13, 2023, 11:35 a.m. UTC | #1
On May 26, 2023 / 13:58, Shin'ichiro Kawasaki wrote:
> As of today, three failure symptoms are observed with block/011 [1]. This series
> addresses two of them. The first two patches address the disappearing system
> disk (Symptom C in [1]). The third patch addresses the zero capacity NVME
> devices. (Symptom B in [1]).
> 
> [1] https://lore.kernel.org/linux-block/rsmmxrchy6voi5qhl4irss5sprna3f5owkqtvybxglcv2pnylm@xmrnpfu3tfpe/

FYI, I've applied the patches.