Apply the patch vio-patch-7.x-pr2894553.tgz attached to this KB.
For VMware Integrated OpenStack 7.2:
- Copy the file vio-patch-7.x-pr2894553.tgz to the VIO manager.
- Add the patch with the command:
viocli oneoffpatch add -l vio-patch-7.x-pr2894553.tgz
- Install the patch with:
viocli oneoffpatch install -p vio-patch-7.x-pr2894553
Note: If there is a need to uninstall the patch execute the command:
viocli oneoffpatch uninstall -p vio-patch-7.x-pr2894553
For VMware Integrated OpenStack 7.0 to 7.1
- Copy file vio-patch-7.x-pr2894553.tgz to the VIO manager.
- Make a directory for the patch with:
mkdir vio-patch-7.x-pr2894553
- De-compress the patch with:
tar -zxvf vio-patch-7.x-pr2894553.tgz -C vio-patch-7.x-pr2894553
- Run these two commands:
cd vio-patch-7.x-pr2894553
./install.sh
Note: If there is a need to uninstall the patch execute the commands:
cd vio-patch-7.x-pr2894553
./uninstall.sh