MCPcopy Create free account
hub / github.com/AbelChe/evil_minio / MakeVol

Method MakeVol

cmd/storage-interface.go:72–72  ·  view source on GitHub ↗

Volume operations.

(ctx context.Context, volume string)

Source from the content-addressed store, hash-verified

70
71 // Volume operations.
72 MakeVol(ctx context.Context, volume string) (err error)
73 MakeVolBulk(ctx context.Context, volumes ...string) (err error)
74 ListVols(ctx context.Context) (vols []VolInfo, err error)
75 StatVol(ctx context.Context, volume string) (vol VolInfo, err error)

Callers 15

MakeVolMethod · 0.65
TestIsValidUmaskVolFunction · 0.65
TestIsValidUmaskFileFunction · 0.65
testStorageAPIMakeVolFunction · 0.65
testStorageAPIListVolsFunction · 0.65
testStorageAPIStatVolFunction · 0.65
testStorageAPIDeleteVolFunction · 0.65
testStorageAPIListDirFunction · 0.65
testStorageAPIReadAllFunction · 0.65
testStorageAPIReadFileFunction · 0.65

Implementers 5

xlStorageDiskIDCheckcmd/xl-storage-disk-id-check.go
naughtyDiskcmd/naughty-disk_test.go
unrecognizedDiskcmd/storage-interface.go
xlStoragecmd/xl-storage.go
storageRESTClientcmd/storage-rest-client.go

Calls

no outgoing calls

Tested by 15

TestIsValidUmaskVolFunction · 0.52
TestIsValidUmaskFileFunction · 0.52
testStorageAPIMakeVolFunction · 0.52
testStorageAPIListVolsFunction · 0.52
testStorageAPIStatVolFunction · 0.52
testStorageAPIDeleteVolFunction · 0.52
testStorageAPIListDirFunction · 0.52
testStorageAPIReadAllFunction · 0.52
testStorageAPIReadFileFunction · 0.52
testStorageAPIAppendFileFunction · 0.52