summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/tunnel/system.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-22 15:38:32 +0200
committerGitHub <noreply@github.com>2020-05-22 15:38:32 +0200
commitcd4bb48bcfcb0b6fb845a5f4a0d9e060e127ebb0 (patch)
tree9a6cb21268e28340806ea05d7b4a20916a8fc3da /pkg/domain/infra/tunnel/system.go
parentd6cee18273810a21c96f4161956676d78155b45a (diff)
parenta61f9fd54703c2e77ede4e0e1504f2e499eb5baf (diff)
downloadpodman-cd4bb48bcfcb0b6fb845a5f4a0d9e060e127ebb0.tar.gz
podman-cd4bb48bcfcb0b6fb845a5f4a0d9e060e127ebb0.tar.bz2
podman-cd4bb48bcfcb0b6fb845a5f4a0d9e060e127ebb0.zip
Merge pull request #6344 from sujil02/systemresettest
Removes remote system reset functionality. skip e2e test for remote.
Diffstat (limited to 'pkg/domain/infra/tunnel/system.go')
-rw-r--r--pkg/domain/infra/tunnel/system.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/domain/infra/tunnel/system.go b/pkg/domain/infra/tunnel/system.go
index 829af31f6..109e6c1d7 100644
--- a/pkg/domain/infra/tunnel/system.go
+++ b/pkg/domain/infra/tunnel/system.go
@@ -27,11 +27,6 @@ func (ic *ContainerEngine) SystemPrune(ctx context.Context, options entities.Sys
return system.Prune(ic.ClientCxt, &options.All, &options.Volume)
}
-// Reset removes all storage
-func (ic *SystemEngine) Reset(ctx context.Context) error {
- return system.Reset(ic.ClientCxt)
-}
-
func (ic *ContainerEngine) SystemDf(ctx context.Context, options entities.SystemDfOptions) (*entities.SystemDfReport, error) {
return system.DiskUsage(ic.ClientCxt)
}