summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-02-18 10:07:31 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-02-21 10:51:42 -0500
commite0a6873d78be969a50a1939f52c81264b9547ac0 (patch)
tree579786d1f4ce7ef9a5d78f6b0fe6738b9f05bd3e /cmd/podman/commands.go
parent43db7734e8f66b55935b1e0416701e634dc47f8a (diff)
downloadpodman-e0a6873d78be969a50a1939f52c81264b9547ac0.tar.gz
podman-e0a6873d78be969a50a1939f52c81264b9547ac0.tar.bz2
podman-e0a6873d78be969a50a1939f52c81264b9547ac0.zip
Add podman system renumber command
This command allows for renumbering Podman locks after an upgrade to Podman with SHM locks from a 1.0 or earlier branch, or after the number of locks was changed. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 466ffa22f..0fc1b5a41 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -132,5 +132,6 @@ func getTrustSubCommands() []*cobra.Command {
func getSystemSubCommands() []*cobra.Command {
return []*cobra.Command{
_pruneSystemCommand,
+ _renumberCommand,
}
}