diff --git a/client/state/db_bolt.go b/client/state/db_bolt.go index 1efc9a1266..bef111f6e9 100644 --- a/client/state/db_bolt.go +++ b/client/state/db_bolt.go @@ -139,7 +139,7 @@ var ( // nodeRegistrationKey is the key at which node registration data is stored. nodeRegistrationKey = []byte("node_registration") - hostVolBucket = []byte("volumes_to_create") + hostVolBucket = []byte("host_volumes_to_create") ) // taskBucketName returns the bucket name for the given task name.