Bug 1333547
Summary: | Create volume fails with taskflow MissingDependencies error | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eric Harney <eharney> | |
Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | |
Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 9.0 (Mitaka) | CC: | aditi.ag2511, eharney, jjoyce, mlopes, panbalag, sgotliv, srevivo, tbarron | |
Target Milestone: | ga | Keywords: | TestOnly | |
Target Release: | 9.0 (Mitaka) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | python-taskflow-1.30.0-2.el7ost | Doc Type: | Bug Fix | |
Doc Text: |
Previously, python-taskflow was missing a dependency on a suitable version of python-networkx.
Consequently, `cinder create volume` did not function as expected.
With this update, python-taskflow package has the correct dependencies, and `cinder create volume` works as expected.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1333564 (view as bug list) | Environment: | ||
Last Closed: | 2016-08-11 12:18:59 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1333564 |
Description
Eric Harney
2016-05-05 19:33:51 UTC
Reverting to python-taskflow-1.21.0-1.el7ost.noarch seems to allow volume creation to work. (Not an option, but a good data point.) Verified as follows, ************ VERSION ************ [root@serverA ~(keystone_admin)]# yum list installed | grep openstack-nova openstack-nova-api.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-cert.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-common.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-compute.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-conductor.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-console.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-novncproxy.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle openstack-nova-scheduler.noarch 1:13.0.0-4.el7ost @rhelosp-9.0-puddle [root@serverA ~(keystone_admin)]# ********* LOGS ********* [root@serverA ~(keystone_admin)]# cinder create 1 +--------------------------------+--------------------------------------+ | Property | Value | +--------------------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | consistencygroup_id | None | | created_at | 2016-05-19T13:22:18.000000 | | description | None | | encrypted | False | | id | 96ba954d-56d2-401e-a9ae-82fdce98faed | | metadata | {} | | migration_status | None | | multiattach | False | | name | None | | os-vol-host-attr:host | None | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | f26351a310404d62bc33af8ee8ce39b7 | | replication_status | disabled | | size | 1 | | snapshot_id | None | | source_volid | None | | status | creating | | updated_at | None | | user_id | 4efa7a9b2626458fa8c58af588b572e7 | | volume_type | None | +--------------------------------+--------------------------------------+ [root@serverA ~(keystone_admin)]# cinder list +--------------------------------------+-----------+------+------+-------------+----------+-------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+------+------+-------------+----------+-------------+ | 96ba954d-56d2-401e-a9ae-82fdce98faed | available | - | 1 | - | false | | +--------------------------------------+-----------+------+------+-------------+----------+-------------+ [root@serverA ~(keystone_admin)]# Above verification done on [root@serverA ~(keystone_admin)]# yum list installed | grep python-taskflow python-taskflow.noarch 1.30.0-2.el7ost @rhelosp-9.0-puddle HEY! How did you fix this missing dependency error? I am getting the sam error but dont know what to do. Please help. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-1597.html |