volumedrivers

package
v0.0.0-...-6e535ca Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AllDrivers is a slice of all existing known Drivers.
	AllDrivers = []Driver{

		{DriverType: aws.Type, Name: aws.Name},

		{DriverType: nfs.Type, Name: nfs.Name},

		{DriverType: btrfs.Type, Name: btrfs.Name},

		{DriverType: pwx.Type, Name: pwx.Name},

		{DriverType: vfs.Type, Name: vfs.Name},

		{DriverType: buse.Type, Name: buse.Name},

		{DriverType: coprhd.Type, Name: coprhd.Name},
	}
)

Functions

This section is empty.

Types

type Driver

type Driver struct {
	DriverType api.DriverType
	Name       string
}

Driver is the description of a supported OST driver. New Drivers are added to the drivers array

Directories

Path Synopsis
Package buse uses the Linux NBD layer to emulate a block device in user space
Package buse uses the Linux NBD layer to emulate a block device in user space

Jump to

Keyboard shortcuts

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