Bug 1386268
Summary: | NetApp Cinder driver: cloning operations are unsuccessful | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eric Harney <eharney> |
Component: | openstack-cinder | Assignee: | Eric Harney <eharney> |
Status: | CLOSED ERRATA | QA Contact: | lkuchlan <lkuchlan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 (Kilo) | CC: | egafford, eharney, fahmed, kan.itani, molasaga, nalmond, nlevinki, ochalups, pgrist, srevivo, tshefi |
Target Milestone: | async | Keywords: | Triaged, ZStream |
Target Release: | 7.0 (Kilo) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-cinder-2015.1.3-11.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1386253 | Environment: | |
Last Closed: | 2017-02-15 22:59:29 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: | 1370012, 1386253 | ||
Bug Blocks: | 1386255, 1386263 |
Description
Eric Harney
2016-10-18 13:59:29 UTC
Tested using: openstack-cinder-2015.1.3-11.el7ost.noarch Verification flow: [root@dhcp88-142 ~(keystone_admin)]# cinder create 1 +---------------------+--------------------------------------+ | Property | Value | +---------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | created_at | 2016-12-05T14:11:47.114618 | | display_description | None | | display_name | None | | encrypted | False | | id | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | | metadata | {} | | multiattach | false | | size | 1 | | snapshot_id | None | | source_volid | None | | status | creating | | volume_type | None | +---------------------+--------------------------------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder list +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | available | - | 1 | - | false | | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder show 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 +---------------------------------------+----------------------------------------------------------------------------------+ | Property | Value | +---------------------------------------+----------------------------------------------------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | created_at | 2016-12-05T14:11:47.000000 | | display_description | None | | display_name | None | | encrypted | False | | id | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | | metadata | {} | | multiattach | false | | os-vol-host-attr:host | dhcp88-142.scl.lab.tlv.redhat.com@Netapp-nfs1#10.35.64.11:/vol/vol_rhos_auto_nfs | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 186ac665f80d41369d73efb3dea516f2 | | os-volume-replication:driver_data | None | | os-volume-replication:extended_status | None | | size | 1 | | snapshot_id | None | | source_volid | None | | status | available | | volume_type | None | +---------------------------------------+----------------------------------------------------------------------------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder create 1 --source-volid 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 +---------------------+--------------------------------------+ | Property | Value | +---------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | created_at | 2016-12-05T14:12:43.630590 | | display_description | None | | display_name | None | | encrypted | False | | id | 9854dd23-a69d-42dd-ae47-72def2cdfc08 | | metadata | {} | | multiattach | false | | size | 1 | | snapshot_id | None | | source_volid | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | | status | creating | | volume_type | None | +---------------------+--------------------------------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder list +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | available | - | 1 | - | false | | | 9854dd23-a69d-42dd-ae47-72def2cdfc08 | available | - | 1 | - | false | | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder create 1 --image-id 30b1fcfc-8593-4f19-badc-b1e04c23f30e +---------------------+--------------------------------------+ | Property | Value | +---------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | created_at | 2016-12-05T14:13:29.471608 | | display_description | None | | display_name | None | | encrypted | False | | id | 548b2413-2aeb-4cec-8605-038211ffdc3f | | image_id | 30b1fcfc-8593-4f19-badc-b1e04c23f30e | | metadata | {} | | multiattach | false | | size | 1 | | snapshot_id | None | | source_volid | None | | status | creating | | volume_type | None | +---------------------+--------------------------------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder list +--------------------------------------+-------------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-------------+--------------+------+-------------+----------+-------------+ | 548b2413-2aeb-4cec-8605-038211ffdc3f | downloading | - | 1 | - | false | | | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | available | - | 1 | - | false | | | 9854dd23-a69d-42dd-ae47-72def2cdfc08 | available | - | 1 | - | false | | +--------------------------------------+-------------+--------------+------+-------------+----------+-------------+ [root@dhcp88-142 ~(keystone_admin)]# cinder list +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | 548b2413-2aeb-4cec-8605-038211ffdc3f | available | - | 1 | - | true | | | 63e5c6fb-1dfb-4cd8-a73c-e5e214c21e17 | available | - | 1 | - | false | | | 9854dd23-a69d-42dd-ae47-72def2cdfc08 | available | - | 1 | - | false | | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ 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/RHSA-2017-0282.html |