On Sat, 2020-08-15 at 12:57 -0600, Chris Murphy wrote: > On Sat, Aug 15, 2020 at 12:50 PM Chris Murphy <lists@xxxxxxxxxxxxxxxxx> wrote: > > > > Anyone know if Anaconda chroots are nspawn based? I ask because I'm > > tracking a bug that only happens when a qemu-kvm VM uses io=io_uring > > instead of threads; but consistently it isn't triggered until the > > installation transitions from rsync phase to the chroot phase. Once in > > the chroot, it implodes. Could be entirely unrelated things but... :D > > Context: ordinary Fedora installations, e.g. > Fedora-Workstation-Live-x86_64-33-20200813.n.2.iso as the source I think not. anaconda just uses Python `os.chroot` for this: https://github.com/rhinstaller/anaconda/blob/master/pyanaconda/core/util.py#L165 which I think does about the same as coreutils chroot. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net http://www.happyassassin.net _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx