containerd/snapshot/storage
Derek McGowan 68d3c77eae
Open snapshot database only once
Prevents having multiple database connections open to a connection,
preventing bugs with locking by relying on the boltdb database
object to handle synchronization rather than file locking.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-11-02 10:32:13 -07:00
..
bolt_test.go Add snapshot labels 2017-08-02 15:57:31 -07:00
bolt.go Open snapshot database only once 2017-11-02 10:32:13 -07:00
metastore_bench_test.go snapshot: replace "readonly" with View snapshot type 2017-07-24 16:58:01 -07:00
metastore_test.go Add snapshot labels 2017-08-02 15:57:31 -07:00
metastore.go Open snapshot database only once 2017-11-02 10:32:13 -07:00