container auditor blows up if there's a file in devices
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Object Storage (swift) |
Fix Released
|
Undecided
|
Nirmal Thacker |
Bug Description
On your saio if you `touch /srv/node1/asdf` and run the container-auditor you get an uncaught exception:
container-6011: UNCAUGHT EXCEPTION#
This may only happen if mount_check is false, otherwise it's probably skipped earlier. Still, we should probably just skip over files in the devices root.
Changed in swift: | |
status: | New → Confirmed |
Changed in swift: | |
milestone: | none → 2.1.0 |
status: | Fix Committed → Fix Released |
Hi clayg- we spoke on IRC a bit regarding this. I have basically used your patch - tried to find any other similar errors - tested it on my saio install. The review is here /review. openstack. org/#/c/ 96676/
https:/