On Thu, Jul 9, 2020, 12:58 PM Chris Murphy <lists@colorremedies.com> wrote:
Use zram-generator instead of zram
https://pagure.io/fedora-comps/pull-request/513

Replace 'zram' with 'zram-generator', and exclude Cloud edition
https://pagure.io/fedora-kickstarts/pull-request/658



Those have been accepted. Anaconda PR #2723 and #2727 can happen anytime.


About inst.zram
https://github.com/systemd/zram-generator/issues/42

Another possibility is to just deprecate it. If swap is really not needed, zram device won't be used. There's no RAM preallocated for the zram device. If it is needed, it gets used on demand, and prevents reclaim. Pretty much win win. 


---
Chris Murphy