This commit is contained in:
coelner 2023-08-18 15:21:21 +02:00
parent 72d40b9e75
commit f544db6b07

View File

@ -1,7 +1,18 @@
## Proxmox
### readonly kernel error nvme
there are maybe three problems
- C6 power states
- iommu=soft kernel cmdline (https://bugzilla.kernel.org/show_bug.cgi?id=202665)
- https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html?highlight=amd_iommu
- it is maybe triggered by the fstrim command
- APST https://unix.stackexchange.com/questions/612096/clarifying-nvme-apst-problems-for-linux => `nvme_core.default_ps_max_latency_us=0`
### subscription nag screen
https://johnscs.com/remove-proxmox51-subscription-notice/
`sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service`
=> breaks update
### packages
tmux, powertop,htop, cryptsetup,vim, cpu-frequ-utils
@ -66,6 +77,7 @@ Devices:
2 931.51GiB /dev/sdb1
```
5. create mounttarget folder and create fstab entry
```
lsblk -o uuid,name
UUID NAME
@ -76,6 +88,7 @@ UUID NAME
UUID=8d65854a-6be3-45de-81dd-cadbd9f49892 /mnt/slowStorage btrfs defaults,rw 0 1
```
6. Create under Rechenzentrum->Storage->Hinzufügen->BTRFS
7. update templates: `pveam update`