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

Method RemountAsReadonly

platform/disk/mounter_interface.go:11–11  ·  view source on GitHub ↗
(mountPoint string)

Source from the content-addressed store, hash-verified

9 Unmount(partitionOrMountPoint string) (didUnmount bool, err error)
10
11 RemountAsReadonly(mountPoint string) (err error)
12 Remount(fromMountPoint, toMountPoint string, mountOptions ...string) (err error)
13 RemountInPlace(mountPoint string, mountOptions ...string) (err error)
14

Callers 3

MigratePersistentDiskMethod · 0.65

Implementers 3

linuxMounterplatform/disk/linux_mounter.go
linuxBindMounterplatform/disk/linux_bind_mounter.go
FakeMounterplatform/disk/diskfakes/fake_mounter.g

Calls

no outgoing calls

Tested by

no test coverage detected