...
What were you trying to do that didn't work? We tried to start an kickstart installation with the latest compose (CentOS-Stream-10-20241216.0) and the org.fedoraproject.Anaconda.Modules.Storage module fails. The same configuration worked before with older composes. We checked the storage.log and Module libfc is missing but we are unsure if this is really the cause. We don't use iSCSI, it is a simple VMware VM. INFO:program:Running... udevadm trigger --action=change --subsystem-match=block DEBUG:program:Return code: 0 INFO:program:Running... udevadm settle --timeout=300 DEBUG:program:Return code: 0 INFO:blivet:failed to get initiator name from iscsi firmware: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found WARNING:py.warnings:/usr/lib/python3.12/site-packages/gi/overrides/__init__.py:108: DeprecationWarning: 'pkgutil.get_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead override_loader = get_loader(override_package_name)WARNING:py.warnings:/usr/lib64/python3.12/pkgutil.py:291: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead return find_loader(fullname)DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. ERROR:blivet:failed to load libfc: Module 'libfc' doesn't exist DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. INFO:blivet:ISCSID is /sbin/iscsid INFO:program:Running... systemctl start iscsi-init.service DEBUG:program:Return code: 0 INFO:blivet:no initiator set DEBUG:anaconda.modules.storage.nvme.nvme:Start up the NVMe module. DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. DEBUG:blivet: Ext4FS.supported: supported: True ; DEBUG:blivet:Kernel module ext4 not available DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 DEBUG:blivet: Ext4FS.supported: supported: False ; DEBUG:blivet: XFS.supported: supported: True ; DEBUG:blivet:Kernel module xfs not available DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1 DEBUG:blivet: XFS.supported: supported: False ; DEBUG:blivet: Ext3FS.supported: supported: True ; DEBUG:blivet:Kernel module ext3 not available DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2 DEBUG:blivet: Ext3FS.supported: supported: False ; DEBUG:blivet: Ext2FS.supported: supported: True ; DEBUG:blivet:Kernel module ext2 not available DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 3 DEBUG:blivet: Ext2FS.supported: supported: False ; What is the impact of this issue to you? unable to install machines Please provide the package NVR for which the bug is seen: How reproducible is this bug?: Try to install an VM. kickstart file is attached. Boot options: inst.ks=http://10.10.10.10/testvm.cfg inst.text net.ifnames=0 biosdevname=0 nameserver=10.10.10.10 ip=10.10.20.20::10.10.20.1:255.255.255.0:testvm:eth0:none Platform: VMware, BIOS or UEFI boot (no difference), VM HW Version 19, 3GB Memory, 2CPUs
Not a Bug