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 ## 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 ### subscription nag screen
https://johnscs.com/remove-proxmox51-subscription-notice/ 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` `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 ### packages
tmux, powertop,htop, cryptsetup,vim, cpu-frequ-utils tmux, powertop,htop, cryptsetup,vim, cpu-frequ-utils
@ -66,8 +77,9 @@ Devices:
2 931.51GiB /dev/sdb1 2 931.51GiB /dev/sdb1
``` ```
5. create mounttarget folder and create fstab entry 5. create mounttarget folder and create fstab entry
```
lsblk -o uuid,name ```
lsblk -o uuid,name
UUID NAME UUID NAME
sda sda
8d65854a-6be3-45de-81dd-cadbd9f49892 └─sda1 8d65854a-6be3-45de-81dd-cadbd9f49892 └─sda1
@ -75,7 +87,8 @@ UUID NAME
8d65854a-6be3-45de-81dd-cadbd9f49892 └─sdb1 8d65854a-6be3-45de-81dd-cadbd9f49892 └─sdb1
UUID=8d65854a-6be3-45de-81dd-cadbd9f49892 /mnt/slowStorage btrfs defaults,rw 0 1 UUID=8d65854a-6be3-45de-81dd-cadbd9f49892 /mnt/slowStorage btrfs defaults,rw 0 1
``` ```
6. Create under Rechenzentrum->Storage->Hinzufügen->BTRFS 6. Create under Rechenzentrum->Storage->Hinzufügen->BTRFS
7. update templates: `pveam update` 7. update templates: `pveam update`