Bug 1567607
Summary: | Cinder backup of an encrypted RBD volume fails | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Tzach Shefi <tshefi> | ||||
Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | ||||
Status: | CLOSED ERRATA | QA Contact: | Tzach Shefi <tshefi> | ||||
Severity: | high | Docs Contact: | Kim Nylander <knylande> | ||||
Priority: | medium | ||||||
Version: | 13.0 (Queens) | CC: | abishop, eharney, pgrist, srevivo | ||||
Target Milestone: | beta | Keywords: | Triaged | ||||
Target Release: | 13.0 (Queens) | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-cinder-12.0.1-0.20180418194613.c476898.el7ost | Doc Type: | If docs needed, set a value | ||||
Doc Text: |
Don't think doc update is required because issue was fixed before feature released.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-06-27 13:51:11 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: | |||||||
Attachments: |
|
Description
Tzach Shefi
2018-04-15 12:10:48 UTC
Verified on: openstack-cinder-12.0.1-0.20180418194613.c476898.el7ost.noarch Two encrypted volume attached and none attached: (overcloud) [stack@undercloud-0 ~]$ cinder list +--------------------------------------+-----------+------+------+-------------+----------+-------------------------- | ID | Status | Name | Size | Volume Type | Bootable | Attached to +--------------------------------------+-----------+------+------+-------------+----------+-------------------------- | 0435c548-b32b-40ee-a4f5-53b7255c55e4 | in-use | vol4 | 1 | LUKS | false | 22e141f4-76d0-4580-a800-0 | c26d8b98-d16f-45bf-b1af-30af8233e689 | available | vol1 | 1 | LUKS | false | Backup of unattached enc volume (overcloud) [stack@undercloud-0 ~]$ cinder backup-create c26d8b98-d16f-45bf-b1af-30af8233e689 --name backupOfEncVol +-----------+--------------------------------------+ | Property | Value | +-----------+--------------------------------------+ | id | c5d6f817-a4dc-4036-a2db-1c6f15a17a53 | | name | backupOfEncVol | | volume_id | c26d8b98-d16f-45bf-b1af-30af8233e689 | +-----------+--------------------------------------+ Backup of attached enc volume cinder backup-create 0435c548-b32b-40ee-a4f5-53b7255c55e4 --name backupOfEncAttVol --force +-----------+--------------------------------------+ | Property | Value | +-----------+--------------------------------------+ | id | 002ccc8d-4857-4e23-bce5-81ccb863c233 | | name | backupOfEncAttVol | | volume_id | 0435c548-b32b-40ee-a4f5-53b7255c55e4 | +-----------+--------------------------------------+ Both backups created successfully / available, verified. cinder backup-list +--------------------------------------+--------------------------------------+-----------+-------------------+------+--------------+---------------+ | ID | Volume ID | Status | Name | Size | Object Count | Container | +--------------------------------------+--------------------------------------+-----------+-------------------+------+--------------+---------------+ | 002ccc8d-4857-4e23-bce5-81ccb863c233 | 0435c548-b32b-40ee-a4f5-53b7255c55e4 | available | backupOfEncAttVol | 1 | 22 | volumebackups | | c5d6f817-a4dc-4036-a2db-1c6f15a17a53 | c26d8b98-d16f-45bf-b1af-30af8233e689 | available | backupOfEncVol | 1 | 22 | volumebackups | +--------------------------------------+--------------------------------------+-----------+-------------------+------+--------------+---------------+ 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://access.redhat.com/errata/RHEA-2018:2086 |