From 5e49b98f8e0b004e285a22bfc4687f114609710c Mon Sep 17 00:00:00 2001 From: Connor Creek <33628343+CCreek96@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:11:40 +0000 Subject: [PATCH] fix(container): do not reboot for cpu block changes (#1932) Signed-off-by: Connor Creek --- proxmoxtf/resource/container/container.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/proxmoxtf/resource/container/container.go b/proxmoxtf/resource/container/container.go index 3ea7949a..8bdc0cd7 100644 --- a/proxmoxtf/resource/container/container.go +++ b/proxmoxtf/resource/container/container.go @@ -2912,8 +2912,6 @@ func containerUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) updateBody.CPUArchitecture = &cpuArchitecture updateBody.CPUCores = &cpuCores updateBody.CPUUnits = &cpuUnits - - rebootRequired = true } if d.HasChange(mkFeatures) {