diff --git a/docs/advanced/settings.md b/docs/advanced/settings.md index 8daf6e9174a..dd3b3aa42a9 100644 --- a/docs/advanced/settings.md +++ b/docs/advanced/settings.md @@ -409,6 +409,10 @@ This setting allows you to force reschedule VMs when a node is unavailable. When Default: `{"enable":true, "period":300}` +:::note +When a host is unavailable or is powered off, the VM only reboots and does not migrate. +::: + #### Example ```json diff --git a/versioned_docs/version-v1.1/advanced/settings.md b/versioned_docs/version-v1.1/advanced/settings.md index 452fc697557..18274c5c3c7 100644 --- a/versioned_docs/version-v1.1/advanced/settings.md +++ b/versioned_docs/version-v1.1/advanced/settings.md @@ -397,6 +397,10 @@ This setting allows you to force reschedule VMs when a node is unavailable. When Default: `{"enable":true, "period":300}` +:::note +When a host is unavailable or is powered off, the VM only reboots and does not migrate. +::: + #### Example ```json