Erroneous capacity due to residual fibre channel path
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-brick |
New
|
Low
|
Unassigned |
Bug Description
Description
===========
There are some residual paths in /dev/disk/by-path directory
for fibre channel volume such as "/dev/disk/
:3c:00.
for the third volume on this node. However, the path is not a
valid path. And that leads to retrieve the same capacity as lun-3
instead of the real capacity when the other volume whose lun id
is 3 is attached to the host.
Steps to reproduce
==================
1. Assume that the node has a residual fibre channel path whose
capacity is 3G
2. Attach the other volume which has the same lun id to the instance
on the node and this volume is 5G
3. Inspect the capacity in the instance.
Expected result
===============
The new attached volume in the instance is 5G.
Actual result
=============
The capacity is 3G.
Environment
===========
the victoria branch of os-brick
Logs & Configs
==============
None
tags: | added: capacity fc volume |
Changed in os-brick: | |
importance: | Undecided → Low |
Change abandoned by "Rajat Dhasmana <email address hidden>" on branch: stable/victoria /review. opendev. org/c/openstack /os-brick/ +/767662
Review: https:/
Reason: This patch should be proposed to master first and author hasn't responded to the review comments since 5+ months