moby--moby/libnetwork/datastore
Jana Radhakrishnan 72b8f80dc3 Ensure the parent directory for key prefix exists
Currently we are trying to ensure that the parent
directory exists as a key. But it is really a directory
and etcd expects it to be a directory. So made the
change to ensure that the parent key is created as
a directory and not as a simple key.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-10-13 10:46:37 -07:00
..
cache.go Add local store caching support 2015-10-06 14:15:31 -07:00
datastore.go Ensure the parent directory for key prefix exists 2015-10-13 10:46:37 -07:00
datastore_test.go Moved the default local and global store to new root 2015-10-11 22:57:24 -07:00
mock_store.go Datastore handles creating objects atomically. 2015-06-25 10:53:48 -07:00