Skip to content

Commit

Permalink
mount info cache dir support multi cephfsdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
王怀宗 authored and ShyamsundarR committed Apr 25, 2019
1 parent 02d0516 commit 06f9e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cephfs/mountcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func initVolumeMountCache(driverName string, mountCacheDir string, cachePersiste

volumeMountCache.metadataStore = cachePersister
volumeMountCache.nodeCacheStore.BasePath = mountCacheDir
volumeMountCache.nodeCacheStore.CacheDir = ""
volumeMountCache.nodeCacheStore.CacheDir = driverName
klog.Infof("mount-cache: name: %s, version: %s, mountCacheDir: %s", driverName, version, mountCacheDir)
}

Expand Down

0 comments on commit 06f9e0c

Please sign in to comment.