Bug 2064263
| Summary: | aarch64 Fedora Python Classroom Lab fails to build for not having enough disk space | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | distribution | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 36 | CC: | awilliam, kevin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | AcceptedFreezeException, FailedQA | ||
| Fixed In Version: | Fedora-Python-Classroom-36-20220323.n.0, Fedora-Python-Classroom-Rawhide-20220323.n.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-23 23:24:29 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: | 1953784 | ||
|
Description
Miro Hrončok
2022-03-15 12:40:32 UTC
Merged. Bah, it failed: BuildError: Failed to parse kickstart file '/var/tmp/koji/tasks/3082/84323082/fedora-kickstarts/fedora-disk-python-classroom.ks' : The following problem occurred on line 12 of the kickstart file: The part/partition and autopart commands can't be used at the same time I don't know how to properly combine this with autopart. autopart was added to that kickstart by Petr -- do you know how to make the disk bigger with it? > I don't know how to properly combine this with autopart. autopart was added > to that kickstart by Petr -- do you know how to make the disk bigger with it? I'm guessing you mean me, not done in kickstart, it's done by the disk in pungi, I suspect this is the line that want's adjusting: https://pagure.io/pungi-fedora/blob/main/f/fedora.conf#_454 Yeah, you. Sorry for the typo in your name. Oh right, so I will revert my change from https://pagure.io/fedora-kickstarts/pull-request/875 + https://pagure.io/fedora-kickstarts/pull-request/876 and we will edit https://pagure.io/pungi-fedora/blob/main/f/fedora.conf#_454 instead. What does 12 mean here? 12 GiB? https://pagure.io/fedora-kickstarts/pull-request/880 https://pagure.io/fedora-kickstarts/pull-request/881 The previous fix is now reverted. I'll see what I can do at https://pagure.io/pungi-fedora/blob/main/f/fedora.conf#_454 |