Required DDP package is not loaded issue

This is to fix the provided DDP package is not loaded
on the compute node first time and requires reboot to
load the provided DDP package.

Change-Id: I1e8f340725658008ca2ad65e364130cc85d32f33
This commit is contained in:
Jaganathan Palanisamy 2022-02-23 13:52:19 +05:30
parent eab360b091
commit c734fef1dc
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ outputs:
rm -f /lib/firmware/intel/ice/ddp/ice.pkg
ln -s {{ ddp_package_file }} /lib/firmware/intel/ice/ddp/ice.pkg
dracut -f
rmmod ice
modprobe ice
when: ddp_package_files is defined and ddp_package_file|string != ""
when: step|int == 0 and ddp_package|string != "ddp"
- get_attr: [BootParams, role_data, deploy_steps_tasks]