You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,6 +389,7 @@ pve_check_for_kernel_update: true # Runs a script on the host to check kernel ve
389
389
pve_reboot_on_kernel_update: false # If set to true, will automatically reboot the machine on kernel updates
390
390
pve_reboot_on_kernel_update_delay: 60 # Number of seconds to wait before and after a reboot process to proceed with next task in cluster mode
391
391
pve_remove_old_kernels: true # Currently removes kernel from main Debian repository
392
+
# pve_default_kernel_version: # version to pin proxmox-default-kernel to (see https://pve.proxmox.com/wiki/Roadmap#Kernel_6.8)
392
393
pve_pcie_passthrough_enabled: false # Set this to true to enable PCIe passthrough.
393
394
pve_iommu_passthrough_mode: false # Set this to true to allow VMs to bypass the DMA translation. This might increase performance for IOMMU passthrough.
394
395
pve_iommu_unsafe_interrupts: false # Set this to true if your system doesn't support interrupt remapping.
@@ -883,6 +884,20 @@ pve_metric_servers:
883
884
- `mtu`: (optional) MTU for UDP metric transmission.
884
885
- `verify_certificate`: (optional) Verify SSL certificate. Available only for influxdb with https.
885
886
887
+
## Non-default scenarios and other use cases
888
+
889
+
### Preventing upgrade to Linux kernel 6.8
890
+
891
+
Proxmox 8.2 introduces Linux 6.8, which may cause issues in some deployments.
892
+
To work around this, you can pin the kernel version used to 6.5 by adding the following role variable:
893
+
894
+
```yaml
895
+
pve_default_kernel_version: 1.0.1
896
+
```
897
+
898
+
This creates a pin on the `proxmox-default-kernel` package, which is [the method suggested by PVE](https://pve.proxmox.com/wiki/Roadmap#Kernel_6.8).
899
+
It can be later removed by unsetting this role variable.
900
+
886
901
## Developer Notes
887
902
888
903
When developing new features or fixing something in this role, you can test out
0 commit comments