Petr Stodůlka

Results 24 issues of Petr Stodůlka

Hi guys, I realized you are using the new format to store the asciicast. I believe it's welcomed by many people, but the new format is too unfriendly when you...

We have realized the top-level actions & job actions have a different behaviour regarding the sources. We know it's documented the sources have to be present in the same directory...

bug

function "context.memfilectx" requires "repo" object as first parameter. Patch could be something like below, however if you want to be compatible with older mercurial version, it should be modified. ```...

Previously to_install, to_remove, to_upgrade, ... lists have been unsorted. Having these lists sorted is helpful when checking these tasks manually (e.g. during investigations).

For cephadm the containers are named ceph--osd... while ceph-ansible still uses the ceph-osd-... Other issue is that OSDs can have multiple volumes in them so filtering just for the first...

bug

I found useful to be able to run just failed tests (when they crashed due to infrastructure issues). Updating the welcome msg to provide this info and little bit restructured...

Introducing initial changes needed for IPU 9 -> 10 to prevent abouvious crashes and inhibitors: * extend the list of supported source versions for the upgrade by el9 * define...

Originally we had implemented our own mount_usr.sh script, which took care about mounting the /usr when it is present on separate partition / mountpoint. It took care also about LVM...

bug

Non-PCI network devices (present usually on IBM Z architecture) does not have ID_VENDOR_ID attribute and also there is nothing we could put into Interface.pci_info about them. For such devices, set...

Upgrades with encrypted devices / partitions are not supported now. Based on the feedback from @Naranthiran, it is possible to upgrade with encrypted devices (using TPM) with the following changes....