flist

package
v0.5.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

README

Flist module

How to run the tests of this module

Because 0-fs requires root permission to mount the filesystems, you need to run the tests using the root user

An easy way to configure your system to have all your user GOPATH in the root directory is to create a symlink to /root/go. Because if $GOPATH is not set, go automatically use $HOME/go

ln -s $GOPATH /root/go

Then to the tests:

su
go test -v

RPC test

Because RPC tests requires to have a local redis running, RPC tests are not run by default. In order to run the RPC test, you need to have redis running and listening on port 6379 and pass the -rpc flag to the go test command.

go test -v -rpc

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyMounted = errors.New("path is already mounted")

ErrAlreadyMounted is returned when checking if a path has already something mounted on it

Functions

func New

func New(root string, storage pkg.VolumeAllocater) pkg.Flister

New creates a new flistModule

Types

type Cleaner added in v0.4.0

type Cleaner interface {
	// MountsCleaner runs the clean process, MountsCleaner should be
	// blocking. Caller then can do `go MountsCleaner()` to run it in the background
	MountsCleaner(ctx context.Context, every time.Duration)
	CacheCleaner(ctx context.Context, every time.Duration, age time.Duration)
}

Cleaner interface, implementer of this interface can start a cleaner job

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL