mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
Vendor in latest container/storage for devicemapper support
container/storage now supports devicemapper options that allow you to configure it. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #808 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
ae7c45968d
commit
926d07d0aa
vendor.conf
vendor/github.com/containers/storage
3
vendor/github.com/containers/storage/layers.go
generated
vendored
3
vendor/github.com/containers/storage/layers.go
generated
vendored
@ -610,8 +610,9 @@ func (r *layerStore) Put(id string, parentLayer *Layer, names []string, mountLab
|
||||
r.driver.Remove(id)
|
||||
return nil, -1, err
|
||||
}
|
||||
layer = copyLayer(layer)
|
||||
}
|
||||
return copyLayer(layer), size, err
|
||||
return layer, size, err
|
||||
}
|
||||
|
||||
func (r *layerStore) CreateWithFlags(id string, parent *Layer, names []string, mountLabel string, options map[string]string, moreOptions *LayerOptions, writeable bool, flags map[string]interface{}) (layer *Layer, err error) {
|
||||
|
Reference in New Issue
Block a user