Bug 1560504

Summary: Don't autostart gnome-software on live media
Product: [Fedora] Fedora Reporter: Kalev Lember <klember>
Component: spin-kickstartsAssignee: Václav Pavlín <vpavlin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: admiller, bruno, dustymabe, gmarr, kevin, puiterwijk, vanmeeuwen+fedora, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: AcceptedFreezeException
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-27 12:50:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1469205    

Description Kalev Lember 2018-03-26 11:28:02 UTC
gnome-software session service automatically downloads yum metadata, which all goes to the RAM-backed filesystem overlay when running the live image. This is undesired as it can make it difficult to install Workstation on low memory devices.

I'd like to fix this by disabling the gnome-software session service when running on the live media, and would like to have a Freeze Exception for F28 Beta.

https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org/message/OXHESICFMAJLYNWZUYXA5TMZMLMBOXTW/

Comment 2 Geoffrey Marr 2018-03-26 18:57:14 UTC
Discussed during the 2018-03-26 blocker review meeting: [1]

The decision to classify this bug as an AcceptedFreezeException was made as this obviously causes unnecessary resource usage (especially RAM and bandwidth) during live boots and cannot be fixed with an update.

[1] https://meetbot.fedoraproject.org/fedora-blocker-review/2018-03-26/f28-blocker-review.2018-03-26-16.01.txt

Comment 3 Patrick Uiterwijk 2018-03-26 21:00:32 UTC
The PRs to the kickstarts have been merged.

Comment 4 Kalev Lember 2018-03-27 12:50:46 UTC
I tested 28_Beta-1.1 compose and the fix seems to work as expected: gnome-software session service doesn't start on the live media and packagekitd doesn't download metadata in the background.