-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotplugging CPU and RAM #79
Comments
Good morning, |
The TF 0.12 code was merged into master as part of the same provider release (v1.0.2) as the hotplug code, so I don't think there's a discrete 0.12 branch anymore. |
I found this commit from @Jorge-Holgado and @marinsalinas: hashicorp@f61aa73
In my case, however, I explicitly want a reboot, since my guest system does not support hotplug. Is there a way to force a restart by terraform? Is there a way to disable hot-plug? |
Hello, I'm going to close because there are not responses from the issuer and it has been added a parameter for this case and merged to master and applies for #86 too. |
Describe the bug
Hotplugging for CPU and RAM appears to have been enabled in #75 however VMs are still rebooting after increasing either
num_vcpus_per_socket
ormemory_size_mib
.Expected behavior
Number of CPUs or Memory should increase without a system restart.
Logs
N/A
Versions (please complete the following information):
Additional context
We don't currently use the Prism Central for our Terraform connections, we connect directly to the Prism Element instead.
The text was updated successfully, but these errors were encountered: