Actions
Bug #6928
closedBad handling of pid file on OpenVZ
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Some exceptions are not caught in our vzps.py file, causing errors.
Updated by François ARMAND almost 10 years ago
- Target version changed from 2.10.15 to 3.0.7
It actually seems to target 3.0, as before the logic was somehow different.
Updated by François ARMAND almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/703
Updated by Olivier Mauras almost 10 years ago
Problem was actually the script trying to open pid status files that already disappeared between the moment where we checked for their existence and opening them.
As this a normal behavior, we now safely ignore them and continue without failing script.
Updated by Benoît PECCATTE almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|95264257426cb5722128304a1fefce55660c850f.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.7 and 3.1.0 which were released today.
- Announcement 3.0 3.1
- Changelog 3.0 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions