Try to resize data and metadata loopback file when initiating devicemapper
Signed-off-by: Chun Chen <ramichen@tencent.com> Upstream-commit: 2458452a3b96d0e6f6dfa44d7c30585db83c2fd1 Component: engine
This commit is contained in:
@ -57,7 +57,7 @@ func Init(home string, options []string) (graphdriver.Driver, error) {
|
||||
home: home,
|
||||
}
|
||||
|
||||
return graphdriver.NaiveDiffDriver(d), nil
|
||||
return graphdriver.NewNaiveDiffDriver(d), nil
|
||||
}
|
||||
|
||||
func (d *Driver) String() string {
|
||||
|
||||
Reference in New Issue
Block a user