oscollabus

Results 19 issues of oscollabus

**What this PR does / why we need it**: In case the following happen together: 1. Multi queue is enabled 2. There is more than one vCPU 3. There is...

size/L
sig/network
release-note-none
dco-signoff: yes

Hi We are using goexpect at https://github.com/kubevirt/kubevirt [1] With the following settings to SpawnGeneric: ``` opts = append(opts, expect.Verbose(true)) opts = append(opts, expect.VerboseWriter(GinkgoWriter)) ``` [1] https://github.com/kubevirt/kubevirt/blob/75674879e91dfc24a340cae54c92ea7509e42cb4/tests/console/console.go#L209 On one hand it...

**What this PR does / why we need it**: Collect whole artifacts directory in order to be able to debug easier upon failures. Changes: * Adapt to sonobuoy v0.56.9 which...

size/M
release-note-none
needs-rebase
do-not-merge/work-in-progress
dco-signoff: yes

### What this PR does Use libvmi and libnet directly instead `NewRandomFedoraVMI` ### Special notes for your reviewer Based on and cherry-picks https://github.com/kubevirt/kubevirt/pull/11217/ wait for it to be merged only...

size/L
sig/network
sig/storage
release-note-none
do-not-merge/hold
do-not-merge/work-in-progress
dco-signoff: yes

### What this PR does * Convert lambda functions to regular functions. There is no reason here to have those as lambda functions. It improves readability and maintainability. * Get...

size/L
release-note-none
approved
dco-signoff: yes
sig/code-quality

Hi, thanks for the great tool This is a bug report / feature request. When trying to use `kubectl-neat`on `VirtualMachineInstance` yaml The result is great beside few problems (https://www.diffchecker.com/H6mj1YnW) 1....

### What this PR does Implements kubevirt support for IPAM for virtualization workloads. Allowing VMs to get the same IP addresses during: 1. VM restart 2. VM migration For NAD's...

sig/network
release-note
size/XXL
needs-rebase
lgtm
dco-signoff: yes
sig/buildsystem

### What this PR does Move it to libnode, since it is related to node and already uses a libnode function. Fixes # ### Why we need it and why...

size/S
release-note-none
lgtm
dco-signoff: yes
sig/code-quality
sig/buildsystem

### What this PR does Before this PR: After this PR: Fixes # ### Why we need it and why it was done in this way The following tradeoffs were...

size/L
do-not-merge/release-note-label-needed
do-not-merge/work-in-progress
dco-signoff: yes
sig/buildsystem

**What happened**: If there is a stable branch named X (lets use real case 0.89.0) releasing on main must first create a minor that will assign the next available release...