mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Add podman system check for checking storage consistency
Add a `podman system check` that performs consistency checks on local storage, optionally removing damaged items so that they can be recreated. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
@@ -9,6 +9,8 @@ type ServiceOptions = types.ServiceOptions
|
||||
type SystemPruneOptions = types.SystemPruneOptions
|
||||
type SystemPruneReport = types.SystemPruneReport
|
||||
type SystemMigrateOptions = types.SystemMigrateOptions
|
||||
type SystemCheckOptions = types.SystemCheckOptions
|
||||
type SystemCheckReport = types.SystemCheckReport
|
||||
type SystemDfOptions = types.SystemDfOptions
|
||||
type SystemDfReport = types.SystemDfReport
|
||||
type SystemDfImageReport = types.SystemDfImageReport
|
||||
|
||||
Reference in New Issue
Block a user