From f92b5bee1e065dc821ef2e43d0476531ebf37cd4 Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Thu, 4 Apr 2024 14:06:26 +0000 Subject: [PATCH] Vfio token not updated properly (dsR8MR2+,MR3,r9) Add note to clarify the statement Change-Id: I18a54c7d3a53939074b271412ae2286cbf6bed7a Signed-off-by: Elisamara Aoki Goncalves --- ...celerators-for-hosted-vran-containarized-workloads.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/node_management/kubernetes/hardware_acceleration_devices/configure-sriov-fec-operator-to-enable-hw-accelerators-for-hosted-vran-containarized-workloads.rst b/doc/source/node_management/kubernetes/hardware_acceleration_devices/configure-sriov-fec-operator-to-enable-hw-accelerators-for-hosted-vran-containarized-workloads.rst index c1e90c232..750ce58e6 100644 --- a/doc/source/node_management/kubernetes/hardware_acceleration_devices/configure-sriov-fec-operator-to-enable-hw-accelerators-for-hosted-vran-containarized-workloads.rst +++ b/doc/source/node_management/kubernetes/hardware_acceleration_devices/configure-sriov-fec-operator-to-enable-hw-accelerators-for-hosted-vran-containarized-workloads.rst @@ -816,6 +816,14 @@ following |vRAN| |FEC| accelerators: ~(keystone_admin)$ system helm-override-update sriov-fec-operator sriov-fec-operator sriov-fec-system --set env.SRIOV_FEC_VFIO_TOKEN=`uuidgen` + .. note:: + + You must configure ``SRIOV_FEC_VFIO_TOKEN`` before installing the + application. If ``SRIOV_FEC_VFIO_TOKEN`` needs to be updated after + the application is installed, removing the application will be + necessary before proceeding with updating ``SRIOV_FEC_VFIO_TOKEN`` + and reinstalling the application. + - For the |VF| interface, the same ``VFIO_TOKEN`` must be configured by the application. You can get the token using the command :command:`system helm-override-show sriov-fec-operator sriov-fec-operator sriov-fec-system`.