Superfluous "Create attachment failed for volume" error in nova-api logs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Ken'ichi Ohmichi | ||
Queens |
Fix Committed
|
Medium
|
Matt Riedemann | ||
Rocky |
Fix Committed
|
Medium
|
Matt Riedemann |
Bug Description
The nova-api logs an error when trying to attach an in-use volume to a server:
Oct 04 20:25:02.115652 ubuntu-
This is normal and handled by the compute API which results in a 400 response to the user:
Oct 04 20:25:02.123693 ubuntu-
We shouldn't log an error for that since it doesn't require operator intervention.
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → Ken'ichi Ohmichi (oomichi) |
Fix proposed to branch: master /review. openstack. org/609547
Review: https:/