mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
enhance:split metacache and datacache.
Signed-off-by: tianjiongzhang <236556116@qq.com>
This commit is contained in:
parent
560516a8df
commit
1396452207
@ -160,9 +160,6 @@ func NewSuper(opt *proto.MountOptions) (s *Super, err error) {
|
||||
s.bcacheDir = s.bcacheDir + "/"
|
||||
}
|
||||
}
|
||||
if !(opt.MaxStreamerLimit > 0 && opt.EnableBcache) {
|
||||
opt.EnableBcache = false
|
||||
}
|
||||
|
||||
s.volType = opt.VolType
|
||||
s.ebsEndpoint = opt.EbsEndpoint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user