MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / Error

Method Error

platform/linux_platform.go:1934–1936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1932}
1933
1934func (i insufficientSpaceError) Error() string {
1935 return fmt.Sprintf("Insufficient remaining disk space (%dB) for ephemeral partition (min: %dB)", i.spaceFound, i.spaceRequired)
1936}
1937
1938func (p linux) Shutdown() error {
1939 _, _, _, err := p.cmdRunner.RunCommand("shutdown", "-P", "0")

Calls

no outgoing calls

Tested by

no test coverage detected