Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Chris Murphy
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 Obsolete zram package from zram-generator-defaults

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Chris Murphy
On Thu, Jul 9, 2020 at 11:20 AM Brian C. Lane wrote: > > On Thu, Jul 09, 2020 at 09:21:31AM -0600, Chris Murphy wrote: > > On Thu, Jul 9, 2020 at 7:27 AM Chris Murphy wrote: > > > > I've opened an issue with upstream zram-generator folks. Igor suggests > > they could parse for 'inst.zram' or

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Brian C. Lane
On Thu, Jul 09, 2020 at 09:21:31AM -0600, Chris Murphy wrote: > On Thu, Jul 9, 2020 at 7:27 AM Chris Murphy wrote: > > I've opened an issue with upstream zram-generator folks. Igor suggests > they could parse for 'inst.zram' or 'inst.nozram' and inhibit the > creation of swap-on-zram. > >

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Vendula Poncova
On Thu, Jul 9, 2020 at 5:22 PM Chris Murphy wrote: > On Thu, Jul 9, 2020 at 7:27 AM Chris Murphy > wrote: > > > > One item I haven't worked through yet is how 'inst.zram' should > > inhibit the zram-generator. The generator runs during early boot. > > > > My current thinking is 'inst.zram' can

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Hans de Goede
Hi, On 7/9/20 5:26 PM, Brian C. Lane wrote: On Thu, Jul 09, 2020 at 01:00:30PM +0200, Hans de Goede wrote: I guess I should just re-learn how to do composes and do a compose to make sure things turn out as we want. Is there a short primer on how to do a livecd compose these days somewhere?

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Brian C. Lane
On Thu, Jul 09, 2020 at 01:00:30PM +0200, Hans de Goede wrote: > I guess I should just re-learn how to do composes and do a compose to make > sure things turn out as we want. Is there a short primer on how to do a livecd > compose these days somewhere? Once you have your kickstart you can use

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Chris Murphy
On Thu, Jul 9, 2020 at 7:27 AM Chris Murphy wrote: > > One item I haven't worked through yet is how 'inst.zram' should > inhibit the zram-generator. The generator runs during early boot. > > My current thinking is 'inst.zram' can just 'systemctl stop > swap-create@zram0.service' since it will

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Chris Murphy
On Thu, Jul 9, 2020 at 5:33 AM Vendula Poncova wrote: > > On Thu, Jul 9, 2020 at 4:26 AM Chris Murphy wrote: >> >> Hi, >> >> I am confused. For default partitioning, the idea is to no longr >> create a swap partition, instead there will be both zram-generator and >> zram-generator-defaults

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Vendula Poncova
On Thu, Jul 9, 2020 at 1:36 PM Neal Gompa wrote: > On Thu, Jul 9, 2020 at 7:33 AM Vendula Poncova > wrote: > > > > On Thu, Jul 9, 2020 at 4:26 AM Chris Murphy > wrote: > >> > >> Hi, > >> > >> I am confused. For default partitioning, the idea is to no longr > >> create a swap partition, instead

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Vendula Poncova
On Thu, Jul 9, 2020 at 2:03 PM Hans de Goede wrote: > Hi, > > On 7/9/20 1:06 PM, Neal Gompa wrote: > > On Thu, Jul 9, 2020 at 7:02 AM Hans de Goede > wrote: > >> > >> Hi, > >> > >> On 7/8/20 12:01 PM, Vendula Poncova wrote: > >>> On Fri, Jul 3, 2020 at 2:07 PM Hans de Goede

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Hans de Goede
Hi, On 7/9/20 1:06 PM, Neal Gompa wrote: On Thu, Jul 9, 2020 at 7:02 AM Hans de Goede wrote: Hi, On 7/8/20 12:01 PM, Vendula Poncova wrote: On Fri, Jul 3, 2020 at 2:07 PM Hans de Goede mailto:hdego...@redhat.com>> wrote: Hi, On 6/30/20 6:59 PM, Brian C. Lane wrote: > On

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Neal Gompa
On Thu, Jul 9, 2020 at 7:33 AM Vendula Poncova wrote: > > On Thu, Jul 9, 2020 at 4:26 AM Chris Murphy wrote: >> >> Hi, >> >> I am confused. For default partitioning, the idea is to no longr >> create a swap partition, instead there will be both zram-generator and >> zram-generator-defaults

Re: F33: preview swap-on-ZRAM using zram-generator feature change

2020-07-09 Thread Vendula Poncova
On Thu, Jul 9, 2020 at 4:26 AM Chris Murphy wrote: > Hi, > > I am confused. For default partitioning, the idea is to no longr > create a swap partition, instead there will be both zram-generator and > zram-generator-defaults packages, which will cause a swap on > /dev/zram0 to be created during

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Neal Gompa
On Thu, Jul 9, 2020 at 7:02 AM Hans de Goede wrote: > > Hi, > > On 7/8/20 12:01 PM, Vendula Poncova wrote: > > On Fri, Jul 3, 2020 at 2:07 PM Hans de Goede > > wrote: > > > > Hi, > > > > On 6/30/20 6:59 PM, Brian C. Lane wrote: > > > On Tue, Jun 30, 2020

Re: Making anaconda disable some storage-related systemd services in post-install config part of livecd install?

2020-07-09 Thread Hans de Goede
Hi, On 7/8/20 12:01 PM, Vendula Poncova wrote: On Fri, Jul 3, 2020 at 2:07 PM Hans de Goede mailto:hdego...@redhat.com>> wrote: Hi, On 6/30/20 6:59 PM, Brian C. Lane wrote: > On Tue, Jun 30, 2020 at 01:53:19PM +0200, Hans de Goede wrote: >> So 2 questions: >> >> 1.