Albert Esteve

Results 66 comments of Albert Esteve

I'll push an updated version after https://github.com/oVirt/vdsm/pull/255 gets integrated :)

Shortened the text and relaxed some statements + removed bad examples. Let's give it another iteration :)

@nirs @tinez @mz-pdm Can you ack? If we still want to include this, anyway.

`GITHUB_CI` sounds good too, although we would run into the same issue if we ever move the repository hosting to a different one.

Found this in other tests, which can be adapted to check user vdsm or root. I write it here to keep it in consideration: ```python @pytest.mark.skipif(os.geteuid() != 0, reason="Requires root")...

## For block storage: ```python if preallocate == sc.SPARSE_VOL: ... else: # Preallocated qcow2 alloc_size = initial_size if initial_size else capacity ``` So upload-disk was (should not in the latest...

https://github.com/aesteve-rh/vdsm/actions/runs/2832404676 This is a test-run in my fork, using the containers uploaded to my `quay.io`, and they passed. If everything else looks correct, I will update the containers to make...

https://github.com/aesteve-rh/vdsm/pull/1 Again, to show that it passes the pipelines in its current status.