Anaconda create partitions on the disk in random order, but not in the order described in the kickstart file #4675
-
Reporting anaconda issues via github is blocked - how it is possible to report anaconda bugs to anaconda developers? In the kickstart file I describe order of creation partitions on the disks, but anaconda create partitions in random order. fragment of kickstart file:
expected order:
actual order:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Note that the linked bug tracker is for Fedora. There's also RHEL, if you start with the "New" link and pick Red Hat products, and CentOS Stream is a version under RHEL. If you use anaconda on some other distro, it's likely that the anaconda is 1:1 with some distro we support, but we don't really have the capacity to trust that or verify that. Please report only problems reproduced on distros we support. |
Beta Was this translation helpful? Give feedback.
-
The order is not kept. As far as I can tell, we never promise this anywhere. However, it's not advertised that it might differ from the input, either, which is arguably a mistake. Technically, this is something blivet, our storage library, decides. We give it the available storage, the requests, and it does the whole magic. The new layout must take into account existing partitions, required order of things etc., so user-specified order is the one constraint that is not offered at all. If you really need a specific order of partitions, you can create the partitioning either manually, or in a |
Beta Was this translation helpful? Give feedback.
/tmp
that anaconda writes. In most cases, we needjournal.log
and/orsyslog
ones as a bare minimum. See also https://anaconda-installer.readthedocs.io/en/latest/common-bugs.html#missing-logsNote that the linked bug tracker is for Fedora. There's also RHEL, if you start with the "New" link and pick Red Hat products, and CentOS Stream is a version under RHEL. If you use anaconda on some other distro, …