Unnecessary Skip of Some Daemons' Procedure in the case of PolicyError
Bug #1375438 reported by
Daisuke Morita
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Object Storage (swift) |
In Progress
|
Undecided
|
Daisuke Morita |
Bug Description
When processing a container or an object whose policy is not defined in swift.conf, some daemons successfully process it but others skip the process.
For example, when object-auditor handles an object whose policy is not in swift.conf, object-auditor describes warning in the log file but continues auditing it. On the other hand, object-updater gives up updating policy information of a container in an above situation.
My investigation reveals that account-reaper, object-replicator and object-updater could skip handling a container or an object whose policy is not in swift.conf and it is not necessary to skip such a process.
Changed in swift: | |
assignee: | nobody → Daisuke Morita (morita-daisuke) |
status: | New → In Progress |
To post a comment you must log in.
Related fix proposed to branch: master /review. openstack. org/163389
Review: https:/