Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1678742

Summary: Module mariadb, stream 10.4 cannot be installed.
Product: [Fedora] Fedora Modules Reporter: Lukas Ruzicka <lruzicka>
Component: mariadbAssignee: Michal Schorm <mschorm>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: mkocka, mschorm, phracek, rbean
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-03 08:56:00 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:

Description Lukas Ruzicka 2019-02-19 14:02:48 UTC
Description of problem:

The mariadb module, stream 10.4 cannot be installed. Also it does not have a default profile, although one of the profiles is named default which is rather confusing.

How reproducible:

Always

Steps to Reproduce:
1. Try to install mariadb: dnf module install mariadb:10.4/default

Actual results:

[root@f30-modular ~]# dnf module install mariadb:10.4/default
Last metadata expiration check: 0:05:01 ago on Tue 19 Feb 2019 02:51:29 PM CET.
Unable to resolve argument mariadb:10.4/default
No match for package mariadb-config
Error: Problems in request:
broken groups or modules: mariadb:10.4/default

Expected results:

Module should be installable or it should not be shown in the module list.

Additional info:

Comment 1 Michal Schorm 2019-02-21 14:10:42 UTC
1) I changed the profiles (server, client, galera, devel)

2) I proposed update to set profile "server" as default
  https://pagure.io/releng/fedora-module-defaults/pull-request/57

Comment 2 Lukas Ruzicka 2019-02-21 16:09:29 UTC
Thank you, I will check when it is merged.