Moritz Röhrich

Results 109 comments of Moritz Röhrich

> @irishgordo @m-ildefons Is this identical to https://github.com/harvester/harvester/issues/5632? I didn't see the timeout block in the issue description. I believe the user is facing an issue with the current lack...

@khushboo-rancher @innobead This is a pre-requisite for automatically testing Harvester in our lab, since we re-install Harvester on machines that previously had Harvester installed. Without this feature an installation may...

0. Create Harvester test environment based on Vagrant from ipxe-examples repo. - 3 nodes - 500GiB virtio root drive 1. Built images and deployed harvester-vm-dhcp-controller using `helm`: values.yaml: ``` #...

Hi @raulgarbouzenitech , thanks for the contribution. The issue is [well known to us](https://github.com/harvester/harvester/issues/5632) and I'm currently working on adding timeout blocks to all resources that can use them. Check...

Failed to validate with v1.3.0-rc3 ![Screenshot at 2024-03-01 11-10-45](https://github.com/harvester/harvester/assets/17141774/8fc0962d-aa2d-408c-a4c1-3bf0fd2c8074) 1) Created a new Harvester environment with 3 nodes, one 500GiB disk each using the Vagrant setup in ipxe-examples 2) Attached...

Thanks for this info. I wasn't aware that a plain virtio device wouldn't suffice. The `blockdevice` resource indeed shows up when it's a SCSI device, but it seems that a...

Hey Andreas, thanks for the input. I've seen the Azure blob storage discussion but afaik Azure blob storage uses a different protocol, which is why I created a separate discussion...

Thanks for pulling that link up. I can only speak for the aws-sdk, as I haven't used the azure one. It provides a convenient way to access the various HTTP...

Hi @jrosdahl , thanks for getting back to me. The proposal for the long-lived backend service sounds very reasonable to me. I've also taken a small look at [https://github.com/mozilla/sccache](sccache's) implementation...

Hi @petitlapin , I have no permissions on this repo, so I can't merge or even approve the workflows, but I checked out your code locally. First of all, thanks...