package zfs
import "github.com/dotcloud/docker/daemon/graphdriver/zfs"
Index ¶
- func Init(base string, opt []string) (graphdriver.Driver, error)
- type Driver
- func (d *Driver) Cleanup() error
- func (d *Driver) Create(id string, parent string) error
- func (d *Driver) Exists(id string) bool
- func (d *Driver) Get(id, mountLabel string) (string, error)
- func (d *Driver) MountPath(id string) string
- func (d *Driver) Put(id string) error
- func (d *Driver) Remove(id string) error
- func (d *Driver) Status() [][2]string
- func (d *Driver) String() string
- func (d *Driver) ZfsPath(id string) string
- type Logger
- type ZfsOptions
Functions ¶
func Init ¶
func Init(base string, opt []string) (graphdriver.Driver, error)
Types ¶
type Driver ¶
type Driver struct { sync.Mutex // protects filesystem cache against concurrent access // contains filtered or unexported fields }
func (*Driver) Cleanup ¶
func (*Driver) Create ¶
func (*Driver) Exists ¶
func (*Driver) Get ¶
func (*Driver) MountPath ¶
func (*Driver) Put ¶
func (*Driver) Remove ¶
func (*Driver) Status ¶
func (*Driver) String ¶
func (*Driver) ZfsPath ¶
type Logger ¶
type Logger struct{}
func (*Logger) Log ¶
type ZfsOptions ¶
type ZfsOptions struct {
// contains filtered or unexported fields
}
Source Files ¶
- Version
- v1.7.1
- Published
- Jul 14, 2015
- Platform
- linux/amd64
- Imports
- 15 packages
- Last checked
- 2 minutes ago –
Tools for package owners.