commit | 619dacdcef8c2391de694186b0422537280ff1a6 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Jan 24 11:26:33 2024 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed Jan 24 11:26:33 2024 +0200 |
tree | 9257ed6322ac9d29df000563faafa8a7a5e77e18 | |
parent | 0efaf1448b3ea24c6b51abfb70d0030adaf211c4 [diff] |
Add workaround for missing kernel module z3fold Changes: https://review.opendev.org/c/openstack/devstack/+/890693 https://review.opendev.org/c/openstack/nova/+/905791 have started enabling zswap + z3fold in devstack. Our current Ubuntu 22.04 setups error out with: $ echo z3fold | sudo tee /sys/module/zswap/parameters/zpool z3fold tee: /sys/module/zswap/parameters/zpool: No such file or directory It has been identified that the 'z3fold' kernel module is not installed by default. Installing it here until it is decided if this step should be moved to the image creation stage. Change-Id: I3e9753e6fc26b1e396918b2c9d47cec821689260