Bug 1715469
Summary: | Cinder volume backup fails to backup a volume from other AZ | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Tzach Shefi <tshefi> | ||||||
Component: | openstack-cinder | Assignee: | Cinder Bugs List <cinder-bugs> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Tzach Shefi <tshefi> | ||||||
Severity: | high | Docs Contact: | Tana <tberry> | ||||||
Priority: | unspecified | ||||||||
Version: | 15.0 (Stein) | CC: | abishop | ||||||
Target Milestone: | --- | Keywords: | Regression | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-06-02 08:10:56 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
2019-05-30 12:48:15 UTC
Forgot to add full version details puppet-cinder-14.4.1-0.20190420083336.1cf0604.el8ost.noarch openstack-cinder-14.0.1-0.20190507170400.bec06e6.el8ost.noarch python3-cinder-14.0.1-0.20190507170400.bec06e6.el8ost.noarch python3-cinderclient-4.1.0-0.20190312104811.4e17e1d.el8ost.noarch Created attachment 1575215 [details]
Cinder logs from controller-0 and 2
Created attachment 1575223 [details]
Adding full cinder clinet --debug
Full client --debug attached, this is the tail of it.
cinderclient.exceptions.ClientException: Service cinder-backup could not be found. (HTTP 503) (Request-ID: req-adcc9e42-b81b-4cae-99b7-5ab4db0cf734)
DEBUG:cinderclient.shell:Service cinder-backup could not be found. (HTTP 503) (Request-ID: req-adcc9e42-b81b-4cae-99b7-5ab4db0cf734)
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/cinderclient/shell.py", line 905, in main
OpenStackCinderShell().main(sys.argv[1:])
File "/usr/lib/python3.6/site-packages/cinderclient/shell.py", line 728, in main
args.func(self.cs, args)
File "/usr/lib/python3.6/site-packages/cinderclient/v3/shell.py", line 2398, in do_backup_create
**kwargs)
File "/usr/lib/python3.6/site-packages/cinderclient/api_versions.py", line 407, in substitution
return method.func(obj, *args, **kwargs)
File "/usr/lib/python3.6/site-packages/cinderclient/v3/volume_backups.py", line 61, in create
incremental, force, snapshot_id)
File "/usr/lib/python3.6/site-packages/cinderclient/v3/volume_backups.py", line 126, in _create_backup
return self._create('/backups', body, 'backup')
File "/usr/lib/python3.6/site-packages/cinderclient/base.py", line 324, in _create
resp, body = self.api.client.post(url, body=body)
File "/usr/lib/python3.6/site-packages/cinderclient/client.py", line 203, in post
return self._cs_request(url, 'POST', **kwargs)
File "/usr/lib/python3.6/site-packages/cinderclient/client.py", line 191, in _cs_request
return self.request(url, method, **kwargs)
File "/usr/lib/python3.6/site-packages/cinderclient/client.py", line 177, in request
raise exceptions.from_response(resp, body)
cinderclient.exceptions.ClientException: Service cinder-backup could not be found. (HTTP 503) (Request-ID: req-adcc9e42-b81b-4cae-99b7-5ab4db0cf734)
ERROR: Service cinder-backup could not be found. (HTTP 503) (Request-ID: req-adcc9e42-b81b-4cae-99b7-5ab4db0cf734)
Tzach, I'm guessing my comments in bug #1649845 comment #4 apply. Also, see bug #1650993. You probably want to avoid using an NFS backend for testing the backup feature. I'll recheck\update with your tips in mind. cinder --os-volume-api-version 3.51 help backup-create --availability-zone Probably close this as dup or notabug. My cloud was deleted from under me, or rather above (overcloud..) going to retest update this first thing next week. Closing as dup, dup was closed as worksforme. Confirm's Alan's tip, with two separate AZ backed volumes LVM/NFS, backup worked fine once I used -> (overcloud) [stack@undercloud-0 ~]$ cinder --os-volume-api-version 3.51 backup-create ee07078f-3fe3-4f72-957c-37e60b7cfca1 --availability-zone nova --name nfsbackup *** This bug has been marked as a duplicate of bug 1649845 *** |