The existing reply is correct, but I think what's missing is a concrete example of how to actually make it work.
Your VXLAN network itself is already working correctly (VM ↔ VM across nodes), so the missing part is just how to connect your...
This really interesting. It seems it implements lvm as starlvm and enables snapshots on this lvm type. So something that proxmox does not want to do.
https://repo.starwind.com/proxmox/pool/main/s/starwind-proxmox-plugin-pve9/...
I was banging my head on the wall, but finally i found the issue.
I replaced the ssd, but the problem persisted. Thinking of an hardware issue, i swapped the ssd to another working NUC but the problem still there!
Finally I found the solution: I...
For those who my be interessed, I've filed a bug and they have found a workaround.
If you connect to the pve that have the inactive, and issue:
pvscan --cache
the storage becomes active and everything works as it should.
I've asked if there...
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
I tryied this, but it didn't work for me. But I'm not a specialist, so mabye I didn't used correctly the parameter...
But even on Windows I have the reboot, so I thought that's not a software problem...
I solved this issue with kernel parameters:
processor.max_cstate=1
apparently this problem started with PVE kernel update (not sure which one, probably latest as I have never had this problem before)
my machine:
UM790 Pro Ryzen 9 7940HS
16 x...
Hi zzjin,
I didn't solved the problem for the moment, but it seems that's a hardware problem.
Minisforum offer me a repair service, I don't have an order number (bought on Leboncoin).
Did you see the CPU temperature on the BIOS ?
Hi Fiona,
The output of smartctl was
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.8.12-9-pve] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family...
Since it appears that the Current_Pending_Sector has not risen (19) since May 2025, & assuming this is a server that the drive is in constant use, it is possible that the drive is still "usable" or may even be perfectly alright. However this is...
I've looked through all the BIOS settings and I didn't see anything regarding UFEI besides boot order stuff (choosing between which the system should try first when booting legacy or UFEI)
IIRC from some old thread a while ago, these Lenovo can have some UEFI settings which prevent writing to the first part of the disk and similar, thus preventing GRUB from installing.
You may want to look through all the firmware settings if...
From my point of view it is not best practice to connect a PVE cluster directly to the outer internet. There should always exist a router with filtering capabilities. In that picture the router would do Geo blocking, beside other things. My...
Apologies for the delay in response I've been a bit busy. However I recently found a old PC (its a Lenovo H500) in my garage while cleaning it out. I cleaned it out as it was filled with dust and have been trying to install proxmox on that...
Danke für deine Rückfragen.
1) Die Interface werden weiter vom Proxmox VE Host verwaltet und auch verändert.
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.15/24
gateway...
What are you talking about? All our code is fully open source, we encourage and support upstream contributions to actually make things better for all by default over some third party modification hacks. So posting fixes to our official submission...