limited-breakfast-50094
09/12/2022, 5:27 PMfuture-address-23425
09/12/2022, 5:35 PMfuture-address-23425
09/12/2022, 5:36 PMlimited-breakfast-50094
09/12/2022, 5:37 PMlimited-breakfast-50094
09/12/2022, 5:37 PM(combined from similar events): Error creating pod: Pod "virt-launcher-pcitest2-rt8x4" is invalid: spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms: Required value: must have at least one node selector term
There's no PCI device attached yetlimited-breakfast-50094
09/12/2022, 5:38 PMfuture-address-23425
09/12/2022, 5:43 PMfuture-address-23425
09/12/2022, 5:44 PMvfio-pci
, you won't have a problem wherever it sits.limited-breakfast-50094
09/12/2022, 5:45 PMlimited-breakfast-50094
09/12/2022, 5:54 PMfuture-address-23425
09/14/2022, 6:09 PMvfio-pci
driver through the Harvester configuration, using this:
os:
modules:
- vfio-pci
, with no luck. I made it work with:
os:
write_files:
- content: |
vfio-pci
path: /etc/modules-load.d/vfio-pci.conf
Any thoughts, am I missing sth? Shouldn't the first one work (do the same thing)?
I believe that vfio-pci
should be anyway enabled by default.crooked-scooter-58172
09/21/2022, 5:49 PMcrooked-scooter-58172
10/18/2022, 5:30 PMcrooked-scooter-58172
10/20/2022, 3:59 PMcrooked-scooter-58172
11/04/2022, 2:47 AMmysterious-boots-59774
crooked-scooter-58172
11/17/2022, 9:50 PMcrooked-scooter-58172
11/18/2022, 5:59 PMcrooked-scooter-58172
11/21/2022, 7:20 PMcrooked-scooter-58172
12/07/2022, 7:47 PMcrooked-scooter-58172
12/08/2022, 2:33 PMcrooked-scooter-58172
12/21/2022, 7:38 PMcrooked-scooter-58172
02/07/2023, 10:45 PMwitty-honey-18052
02/14/2023, 2:27 PMcrooked-scooter-58172
02/26/2023, 7:31 PMfresh-truck-88697
04/13/2023, 11:09 AMbright-wall-24452
05/03/2023, 1:15 PMbland-jackal-11704
06/23/2023, 11:39 AMbored-painting-68221
07/20/2023, 5:14 PMabundant-notebook-13932
07/26/2023, 7:17 PM/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/resource_virtualmachine_constructor.go:204:48: cannot use uint(bootOrder) (value of type uint) as type int in argument to vmBuilder.Disk
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/resource_virtualmachine_constructor.go:294:15: vmBuilder.Input undefined (type *builder.VMBuilder has no field or method Input)
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/schema_virtualmachine_input.go:20:22: undefined: builder.InputTypeTablet
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/schema_virtualmachine_input.go:22:13: undefined: builder.InputTypeTablet
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/schema_virtualmachine_input.go:28:22: undefined: builder.InputBusUSB
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/schema_virtualmachine_input.go:30:13: undefined: builder.InputBusUSB
/home/cookiecutter/go/pkg/mod/github.com/harvester/terraform-provider-harvester@v0.6.2/internal/provider/virtualmachine/schema_virtualmachine_input.go:31:13: undefined: builder.InputBusVirtio
Is this something you recognise?