From 8e36c7cd5e770733ab7fd58e8682d8950dae469a Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 17 Jul 2026 10:53:07 +0800 Subject: [PATCH 1/2] docs: add default mig-backed vgpu description Signed-off-by: Jack Yu --- versioned_docs/version-v1.7/advanced/vgpusupport.md | 4 ++++ versioned_docs/version-v1.8/advanced/vgpusupport.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/versioned_docs/version-v1.7/advanced/vgpusupport.md b/versioned_docs/version-v1.7/advanced/vgpusupport.md index 3b848445f6..ca366def0f 100644 --- a/versioned_docs/version-v1.7/advanced/vgpusupport.md +++ b/versioned_docs/version-v1.7/advanced/vgpusupport.md @@ -67,6 +67,10 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/) Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning. +:::note +When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If MIG mode is not supported or fails to initialize, the device falls back to timesliced mode. The actual mode depends on whether the GPU supports MIG. +::: + ### Enabling MIG-backed vGPU Devices 1. On the Harvester UI, go to **Advanced** > **vGPU MIG Configurations** and verify the following: diff --git a/versioned_docs/version-v1.8/advanced/vgpusupport.md b/versioned_docs/version-v1.8/advanced/vgpusupport.md index d8cc646e0c..eacd8eeca8 100644 --- a/versioned_docs/version-v1.8/advanced/vgpusupport.md +++ b/versioned_docs/version-v1.8/advanced/vgpusupport.md @@ -73,6 +73,10 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/) Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning. +:::note +When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If MIG mode is not supported or fails to initialize, the device falls back to timesliced mode. The actual mode depends on whether the GPU supports MIG. +::: + ### Enabling MIG-backed vGPU Devices 1. On the Harvester UI, go to **Advanced** > **vGPU MIG Configurations** and verify the following: From 9231289ea9c2d8b1740487209dfbc52eb4e713b8 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 17 Jul 2026 15:57:27 +0800 Subject: [PATCH 2/2] docs: fix based on the feedback Co-authored-by: Jillian Maroket <67180770+jillian-maroket@users.noreply.github.com> Signed-off-by: Jack Yu --- versioned_docs/version-v1.7/advanced/vgpusupport.md | 2 +- versioned_docs/version-v1.8/advanced/vgpusupport.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v1.7/advanced/vgpusupport.md b/versioned_docs/version-v1.7/advanced/vgpusupport.md index ca366def0f..03567c6958 100644 --- a/versioned_docs/version-v1.7/advanced/vgpusupport.md +++ b/versioned_docs/version-v1.7/advanced/vgpusupport.md @@ -68,7 +68,7 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/) Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning. :::note -When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If MIG mode is not supported or fails to initialize, the device falls back to timesliced mode. The actual mode depends on whether the GPU supports MIG. +When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If the GPU does not support MIG or initialization fails, the device automatically switches to time-sliced mode. ::: ### Enabling MIG-backed vGPU Devices diff --git a/versioned_docs/version-v1.8/advanced/vgpusupport.md b/versioned_docs/version-v1.8/advanced/vgpusupport.md index eacd8eeca8..d4bcda49f2 100644 --- a/versioned_docs/version-v1.8/advanced/vgpusupport.md +++ b/versioned_docs/version-v1.8/advanced/vgpusupport.md @@ -74,7 +74,7 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/) Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning. :::note -When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If MIG mode is not supported or fails to initialize, the device falls back to timesliced mode. The actual mode depends on whether the GPU supports MIG. +When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If the GPU does not support MIG or initialization fails, the device automatically switches to time-sliced mode. ::: ### Enabling MIG-backed vGPU Devices