From 04180e331a73393e33fdf1768e5f3e711f2e2554 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Wed, 27 Feb 2019 13:28:37 +0100 Subject: [PATCH] FUP: docs nit Follow-up patch for the reshape series Part of blueprint reshape-provider-tree Change-Id: I52247f33faa27a0e0340ea007490302d0fef76ac --- doc/source/admin/virtual-gpu.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/admin/virtual-gpu.rst b/doc/source/admin/virtual-gpu.rst index 16f6a09894e9..a6b07d386096 100644 --- a/doc/source/admin/virtual-gpu.rst +++ b/doc/source/admin/virtual-gpu.rst @@ -50,6 +50,17 @@ Enable GPU types (Compute) #. Restart the ``nova-compute`` service. + + .. warning:: + + Changing the type is possible but since existing physical GPUs can't + address multiple guests having different types, that will make Nova + return you a NoValidHost if existing instances with the original type + still exist. Accordingly, it's highly recommended to instead deploy the + new type to new compute nodes that don't already have workloads and + rebuild instances on the nodes that need to change types. + + Configure a flavor (Controller) -------------------------------