From 6a0cdee3868c88d5096cf6fb1f0e5f81bfa8fcb0 Mon Sep 17 00:00:00 2001 From: Daniel Bennett Date: Tue, 3 Dec 2024 14:20:40 -0500 Subject: [PATCH] more precise state bucket name --- client/state/db_bolt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/state/db_bolt.go b/client/state/db_bolt.go index 1efc9a1266f..bef111f6e9a 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.