Volker Theile
Volker Theile
When running the setup script i got this error: ``` $ ./setup_harvester.sh ~/git/ipxe-examples/vagrant-pxe-harvester ~/git/ipxe-examples/vagrant-pxe-harvester [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts list is empty,...
I would suggest that you add the line `# nvme_size: 10G` to each predefined cluster node in `settings.yaml`, so that everyone can see at first glance that there is an...
> Oh, wait a minute, my `~/.bashrc` includes this: > > ``` > export LIBVIRT_DEFAULT_URI=qemu:///system > ``` > > I'm going to have to experiment a bit more here. Out...
I'm sorry, it fails again. ``` TASK [boot Harvester Node 0] ************************************************************************************************** fatal: [localhost]: FAILED! => changed=true cmd: |- vagrant up harvester-node-0 delta: '0:00:00.606143' end: '2024-11-12 09:07:36.016111' msg: non-zero return...
> > I'm sorry, it fails again. > > All good, at least we got slightly further :-) but it's annoying that there's not more detail in the output as...
> That field does NOT indicate anything about the resources Longhorn volumes are consuming. Instead, it is determined by the user at disk creation (or by the system with the...
How should we name the progress bars in the dashboard?  Should we name it `Allocated` like we did in the LH UI? Or maybe `Scheduled`? Same for the `Storage...
While working on the issue i realized that the calculation of the `total` value is incorrect. In Harvester the values of `storageMaximum` are simply [summarized](https://github.com/harvester/dashboard/blob/b97bf0600b4da2bb0d11fd70d7c0af0cf01789cb/pkg/harvester/list/harvesterhci.io.dashboard.vue#L400), in LH instead the formula...
The problem surely comes from the Debian derivate you are using which is shipping newer Debian packages of several Python modules that do not match the versions required by the...
Alternatively you are using a backports repository which is not supported by OMV because it might cause to problems like those you are currently running into.