Commit Graph

21 Commits

Author SHA1 Message Date
Orel Misan 6e36ee783a
CPU hotplug: Add net multi-queue limitation (#897)
PR kubevirt/kubevirt#14728, enabled CPU hotplug with network
multi-queue.

The fix was backported to release-1.5 [1] and release-1.4 [2].

[1] https://github.com/kubevirt/kubevirt/pull/14762
[2] https://github.com/kubevirt/kubevirt/pull/14763

Signed-off-by: Orel Misan <omisan@redhat.com>
2025-05-28 21:34:06 +02:00
Barak Mordehai 0454801a3d
Modify docs regarding AutoResourceLimits FeatureGate (#876)
As it is GAed already

Signed-off-by: bmordeha <bmordeha@redhat.com>
2025-04-28 16:04:27 +02:00
Sibo Wang 5bc1a5ef9c
Update the completionTimeoutPerGiB default value and corresponding examples (#887)
Signed-off-by: Sibo Wang <siwang@redhat.com>
2025-04-21 11:57:42 +02:00
Federico Fossemò 07c9d6e133
Remove VMLiveUpdateFeatures FG references (#875)
Signed-off-by: fossedihelm <ffossemo@redhat.com>
2025-04-15 16:07:39 +02:00
Vladik Romanovsky e648b7e39a
Document the AllowWorkloadDisruption migration option (#863)
Signed-off-by: Vladik Romanovsky <vromanso@redhat.com>
2025-02-24 13:30:45 +01:00
Ben Chapman aa073a0b64
Update virtual_hardware.md (#829)
This is a minor update to the Video and Graphics Device section, to clarify _not_ attaching a graphics device to a `VirtualMachineInstance`

Signed-off-by: Ben Chapman <5124569+Ben-Chapman@users.noreply.github.com>
2025-02-13 13:18:47 +01:00
mengkai 9d5a14466a
Fix the number of RunStrategies in RunStrategies.md (#869)
Signed-off-by: Mengkai <2608074326@qq.com>
Co-authored-by: mengkai <mengkai@cmss.chinamobile.com>
2025-02-11 14:12:46 +01:00
Ian Bishop 0898196860
Update persistent TPM & UEFI page to clarify storageclass requirements (#830)
* Update persistent TPM & UEFI to clarify storageclass requirements

Signed-off-by: Ian Bishop <151477169+ianb-mp@users.noreply.github.com>

* persistent TPM & UEFI, corrections

Signed-off-by: Ian Bishop <151477169+ianb-mp@users.noreply.github.com>

* persistent TPM & UEFI, corrections

Signed-off-by: Ian Bishop <151477169+ianb-mp@users.noreply.github.com>

---------

Signed-off-by: Ian Bishop <151477169+ianb-mp@users.noreply.github.com>
2025-01-13 09:18:36 +01:00
Nir Dothan 1724ad555f
compute, live-migrations: fix typo and improve grammer (#857)
* compute, live-migrations: Fix typo

migrationConfiguration does not exist in schema. Correct it to migrations.

Signed-off-by: Nir Dothan <ndothan@redhat.com>

* compute, live-migrations: Improve grammer

Remove occurances of the word "being" which seems to have been overly used,
in order to make the text more concise

Signed-off-by: Nir Dothan <ndothan@redhat.com>

---------

Signed-off-by: Nir Dothan <ndothan@redhat.com>
2024-12-10 15:25:43 +01:00
Arnon Gilboa 7b21403c24
Change spec.running refs to runStrategy (#849)
* Change spec.running refs to runStrategy

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>

* Textual cosmetics

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>

---------

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
2024-10-30 14:08:56 +01:00
Orel Misan aa6c95e9ff
Live Migration: Add primary pod NIC name limitation (#845)
Following kubevirt/kubevirt#13018, it is possible to have
a VM whose primary NIC is connected to a pod NIC with
a name other than `eth0`.

In order for the migration to be successful,
it is required for the both the source and target virt-launcher pods
to have the same primary NIC name, for example: `eth0`.

[1] https://github.com/kubevirt/community/pull/324

Signed-off-by: Orel Misan <omisan@redhat.com>
2024-10-17 23:58:46 +02:00
Itamar Holder 378049bf54
completionTimeoutPerGiB: can be used to trigger post-copy migrations (#834)
completionTimeoutPerGiB can be used to either abort
a migration or switch it to post-copy. This PR adds
a documentation for the post-copy usage.

Signed-off-by: Itamar Holder <iholder@redhat.com>
2024-09-17 14:59:42 +02:00
Antonio Cardace 723a67b213
mem-hotplug: update user-guide (#833)
Signed-off-by: Antonio Cardace <acardace@redhat.com>
2024-09-12 20:09:11 +02:00
Michael Mykhaylov ea56dc1e53
Fix Markdown formatting (#804)
Signed-off-by: Michael Mykhaylov <32168861+mikemykhaylov@users.noreply.github.com>
2024-07-22 11:13:03 +02:00
Kevin Burns 3ddb0c8cc3
Fix typo in path for numa guestMappingPassthrough (#816)
Signed-off-by: Kevin Burns <kevin@burnskp.com>
2024-07-22 11:09:04 +02:00
Daniel Hiller 678739d130
owners, user-guide: set up owners from sigs (#819)
Since we have the sigs formed for the several topics, let's establish
ownership of the sections by each respective sig.

Also we remove some users from the reviewers section who haven't shown
review activity for the last six months - this way we avoid assigning
them to the reviews and getting reviews stalled.

See https://kubevirt.devstats.cncf.io/d/46/pr-reviews-by-contributor?orgId=1&var-period=d7&var-repo_name=kubevirt%2Fuser-guide&var-reviewers=%22davidvossel%22&var-reviewers=%22rmohr%22&var-reviewers=%22stu-gott%22

Signed-off-by: Daniel Hiller <dhiller@redhat.com>
2024-07-19 08:29:00 +02:00
Jed Lejosne 7e2ffc8fe8
node assignment: add paragraph about live updates (#808)
Signed-off-by: Jed Lejosne <jed@redhat.com>
2024-06-21 09:34:49 +02:00
Ian Bishop 5efd61245d
NUMA.md add Additional Reading section (#773)
Signed-off-by: Ian Bishop <151477169+ianb-mp@users.noreply.github.com>
2024-06-21 09:32:49 +02:00
aburdenthehand dde7f54b2b
Restructure with redirects (#801)
* Alternative structuring that uses folders for sections

Signed-off-by: Andrew Burden <aburden@redhat.com>

* Redirecting all xrefs

Signed-off-by: Andrew Burden <aburden@redhat.com>

* moving live_migration to compute and catching some xrefs

Signed-off-by: Andrew Burden <aburden@redhat.com>

* adding netlify _redirects file and moving virtio as suggested

Signed-off-by: Andrew Burden <aburden@redhat.com>

---------

Signed-off-by: Andrew Burden <aburden@redhat.com>
2024-05-28 08:32:36 +02:00
aburdenthehand 640ea40939
Revert "User guide restructure with folder hierarchy (#794)" (#799)
This reverts commit 15d5325f15.

Signed-off-by: Andrew Burden <aburden@redhat.com>
2024-05-16 17:38:24 +02:00
aburdenthehand 15d5325f15
User guide restructure with folder hierarchy (#794)
* Alternative structuring that uses folders for sections

Signed-off-by: Andrew Burden <aburden@redhat.com>

* Redirecting all xrefs

Signed-off-by: Andrew Burden <aburden@redhat.com>

* moving live_migration to compute and catching some xrefs

Signed-off-by: Andrew Burden <aburden@redhat.com>

* adding netlify _redirects file and moving virtio as suggested

Signed-off-by: Andrew Burden <aburden@redhat.com>

---------

Signed-off-by: Andrew Burden <aburden@redhat.com>
2024-05-16 17:18:25 +02:00