yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14877
[Bug 1317180] Re: Hyper-v fails to attach volumes when using v1 volume utilites
** Changed in: nova
Assignee: (unassigned) => Petrut Lucian (petrutlucian94)
** Changed in: nova
Importance: Undecided => Medium
** Also affects: nova/icehouse
Importance: Undecided
Status: New
** Changed in: nova/icehouse
Status: New => In Progress
** Changed in: nova/icehouse
Importance: Undecided => Medium
** Changed in: nova/icehouse
Assignee: (unassigned) => Jay Bryant (jsbryant)
** Changed in: nova/icehouse
Milestone: None => 2014.1.1
--
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/1317180
Title:
Hyper-v fails to attach volumes when using v1 volume utilites
Status in OpenStack Compute (Nova):
Fix Committed
Status in OpenStack Compute (nova) icehouse series:
In Progress
Bug description:
The following patch
https://github.com/openstack/nova/commit/4c2f36bfe006cb0ef89ca7a706223f30488a182e
#diff-5c6ee11140977e63b54542e2ff5763d3R22 caused a regression by
changing the eventlet.subprocess.Popen with the builtin
subprocess.Popen (by using the nova.utils execute method) without
changing the way the args were parsed.
In this module, the execution args were parsed separated by
whitespaces, which is not allowed by the builtin subprocess.Popen,
causing a "not found" error. This error is returned for example when
attaching a volume, at the point where iscsicli tool is used to login
the iSCSI target or portal.
Trace:
http://paste.openstack.org/show/79418/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1317180/+subscriptions
References