summaryrefslogtreecommitdiff
path: root/docs/podman-system-renumber.1.md
Commit message (Collapse)AuthorAge
* Do not make renumber shut down the runtimeMatthew Heon2019-02-21
The original intent behind the requirement was to ensure that, if two SHM lock structs were open at the same time, we should not make such a runtime available to the user, and should clean it up instead. It turns out that we don't even need to open a second SHM lock struct - if we get an error mapping the first one due to a lock count mismatch, we can just delete it, and it cleans itself up when it errors. So there's no reason not to return a valid runtime. Signed-off-by: Matthew Heon <matthew.heon@pm.me>