yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50758
[Bug 1562665] Re: Nova-compute connects to all of the iscsi target
** No longer affects: nova
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1562665
Title:
Nova-compute connects to all of the iscsi target
Status in os-brick:
In Progress
Bug description:
Nova-compute tries to connect to all of the iscsi target which discovered when using multhpath in Kilo.
As a result , a lot of unnecessary iscsi sessions occur on the nova-compute.
We have to choose correct targets from output of iscsiadm discovery by
iscsi_properties of the volume we try to connect.
Steps of attaching multipath device is like this:
1. discover iscsi targets
2. get all active iscsi sessions
3. compare 1. with 2. and connect to all iscsi targets not connected
It should be like this:
1. discover iscsi targets
2. choose correct targets from output of discovery
3. get all active iscsi sessions
4. compare 2. with 3. and connect to the iscsi target if it is not connected
To manage notifications about this bug go to:
https://bugs.launchpad.net/os-brick/+bug/1562665/+subscriptions
References