From 219700468d20ce9781da0961e58f440972ccf565 Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Mon, 1 Apr 2024 06:56:59 +0000 Subject: [PATCH] kubevirt incorrect datavolume size on procedure text (dsr8MR3, dsr8MR2+) Change-Id: I0b8f8854dd1300bd8050ccf49bdae2c4ae730483 Signed-off-by: Ngairangbam Mili --- .../kube-virt/create-a-windows-vm-82957181df02.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/kube-virt/create-a-windows-vm-82957181df02.rst b/doc/source/kube-virt/create-a-windows-vm-82957181df02.rst index f9a180de4..5dba2820b 100644 --- a/doc/source/kube-virt/create-a-windows-vm-82957181df02.rst +++ b/doc/source/kube-virt/create-a-windows-vm-82957181df02.rst @@ -59,7 +59,7 @@ network. Finally, RDP to the |VM| from a remote workstation. .. rubric:: |proc| #. Use ``virtctl`` and the CDI Upload Proxy service to load the Windows Server - 2019 qcow2 image into a new DataVolume of size 500G, in the stx-lab + 2019 qcow2 image into a new DataVolume of size 100G, in the stx-lab namespace. .. code-block:: @@ -105,7 +105,7 @@ network. Finally, RDP to the |VM| from a remote workstation. requests: cpu: 4 memory: 8G - terminationGracePeriodSeconds: 0 + terminationGracePeriodSeconds: 0 networks: - name: default pod: {} @@ -124,7 +124,7 @@ network. Finally, RDP to the |VM| from a remote workstation. $ kubectl apply -f stx-lab-winserv-test-vm.yaml - + #. Connect to the graphical console, extend the root disk, and configure the |VM|'s interface on the 10.10.186.0/24 network. @@ -145,9 +145,9 @@ network. Finally, RDP to the |VM| from a remote workstation. #. Configure the second ethernet adapter (SRIOV-based Interface). For example: - + - with static ip address in 10.10.186.0/24 subnet - + - with the gateway ip address and - with DNS address (10.10.186.130)