diff --git a/client/node_updater.go b/client/node_updater.go index a2746cf189af..1b341ee7c01a 100644 --- a/client/node_updater.go +++ b/client/node_updater.go @@ -76,6 +76,7 @@ SEND_BATCH: var devicesChanged bool c.batchNodeUpdates.batchDevicesUpdates(func(devices []*structs.NodeDeviceResource) { if c.updateNodeFromDevicesLocked(devices) { + newConfig.Node.NodeResources.Devices = devices devicesChanged = true } })