init: transfer state across re-exec
Bug #348455 reported by
Scott James Remnant (Canonical)
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart |
Fix Released
|
Medium
|
James Hunt | ||
0.3 |
Won't Fix
|
Undecided
|
Unassigned | ||
PLD Linux |
New
|
Undecided
|
Unassigned |
Bug Description
Upstart needs to be able to transfer its state across a re-exec. This can then be used for safely restarting (e.g. after a libc or upstart upgrade), and for changing of root device (e.g. initramfs to full system)
This should not use SIGTERM as that doesn't guarantee it's Upstart you're instructing to restart
Changed in upstart: | |
importance: | Undecided → Medium |
milestone: | none → 0.10 |
status: | New → Triaged |
summary: |
- Transfer state across re-exec + init: transfer state across re-exec |
Changed in upstart: | |
milestone: | 0.10 → none |
description: | updated |
Changed in upstart: | |
status: | Triaged → In Progress |
assignee: | nobody → James Hunt (jamesodhunt) |
Changed in upstart: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Patch to fix this in 0.3.*, newly cleaned up and with test cases.