← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1562665] [NEW] Nova-compute connects to all of the iscsi target in Kilo

 

Public bug reported:

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

** Affects: nova
     Importance: Undecided
     Assignee: Hiroyuki Eguchi (h-eguchi)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Hiroyuki Eguchi (h-eguchi)

-- 
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 in Kilo

Status in OpenStack Compute (nova):
  New

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/nova/+bug/1562665/+subscriptions


Follow ups