When creating a backup fails, the volume status is changed to None
Bug #2007631 reported by
YuehuiLei
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
High
|
YuehuiLei |
Bug Description
After the backup service is down,use the following body to create a backup:
{
"backup": {
"name": "backup001",
}
}
Backup failure is normal. But the volume status has been changed to None, which is problematic.
When there is a "snapshot_id" field in the body, it should be the backup created based on the snapshot. The snapshot status should be changed, and the volume status should not be changed.
description: | updated |
Changed in cinder: | |
importance: | Undecided → High |
tags: | added: backup |
Changed in cinder: | |
assignee: | nobody → YuehuiLei (leiyuehui) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /cinder/ +/873862
Review: https:/