Start using lockf/flock instead of custom locks in mirror scripts
Bug #1373632 reported by
Igor Shishkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Max Rasskazov |
Bug Description
http://
Here we're see that lock file wasn't removed in case of manual abort build process.
Please stop using custom implementations of locks and start to use lockf/flock instead.
Thanks in advance.
Changed in fuel: | |
assignee: | nobody → Fuel OSCI Team (fuel-osci) |
milestone: | none → 6.0 |
Changed in fuel: | |
assignee: | Fuel OSCI Team (fuel-osci) → Max Rasskazov (mrasskazov) |
Changed in fuel: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
https:/ /review. fuel-infra. org/416
Implemented custom safe lock. I think it is more appropriate in this case.