Skip to content

Commit

Permalink
EXPERIMENTAL - unionfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gou Rao committed Dec 16, 2015
1 parent 91bcc66 commit 803a2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ osd:
graphdrivers:
#proxy:
#layer0:
fuse:
unionfs:
4 changes: 2 additions & 2 deletions graph/drivers/unionfs/unionfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

const (
Name = "fuse"
Name = "unionfs"
Type = api.Graph
virtPath = "/var/lib/openstorage/fuse/virtual"
physPath = "/var/lib/openstorage/fuse/physical"
Expand Down Expand Up @@ -233,5 +233,5 @@ func (d *Driver) DiffSize(id, parent string) (size int64, err error) {
}

func init() {
graph.Register("fuse", Init)
graph.Register(Name, Init)
}

0 comments on commit 803a2df

Please sign in to comment.