From e0a6873d78be969a50a1939f52c81264b9547ac0 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 18 Feb 2019 10:07:31 -0500 Subject: 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 --- cmd/podman/cliconfig/config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/podman/cliconfig/config.go') diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index ca788529c..a9032202f 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -548,3 +548,7 @@ type SystemPruneValues struct { Force bool Volume bool } + +type SystemRenumberValues struct { + PodmanCommand +} -- cgit v1.2.3-54-g00ecf