Keep in mind, that PVE has a different way of storage for VMs as VMware ESX. There is no "folder" with everything that belongs to a VM, config and vm-disk have different locations, and datastore can be a block device, which has only access via...
Update:
I checked the ASPM policy:
cat /sys/module/pcie_aspm/parameters/policy
Result:
[default] performance powersave powersupersave
ASPM was active.
I then disabled it entirely via kernel parameter.
Edit GRUB
File: /etc/default/grub
Changed...
I would like to understand how time synchronization is handled in Proxmox VE.
In VMware, there is a host–guest time synchronization feature that keeps virtual machines aligned with the ESXi host time.
Is there an equivalent mechanism in Proxmox...
Hey Bernhard,
I just tried it on my machine and it behaved the same. (PVE 9.1.6)
This worked for me, can you give it a try?
systemd-run qm shutdown <VMID>
You also could add --quiet after systemd-run to get no output.
This is what I did to get around the issue:
1.) cd /tmp
2.) Download the link from above (also here)
3.) tar -xvpf ixgbe-5.6.5.tar.gz
4.) cd ixgbe-5.6.5/src
5.) apt install pve-headers build-essential
6.) make install
As per the read me notes...
Since yesterday I am getting the following error spam in kernel messages:
The NICs (05:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)) randomly hang without any state changes, `ip link set...
Just thought I'd chime in as I hadn't been looking at the console of my proxmox server very closely but was doing some stuff today where I noticed the page was just getting the same firmware error message listed that this thread addressed...
I have a spare box running PVE which I use as a sandbox for new applications. I am messing around with NextCloud at present. When I get it to my liking I will port it to my live machine via PBS. I've been using proxmox about a year now, but I'm...
Hi, I'm new to proxmox ve and recently I moved from UFW firewall to the internal proxmox firewall.
Currently this is my situation:
-Datacenter: input policy: drop; output policy: accept; forward policy: accept.
Security groups...
nano /etc/fstab
Can you check if there is an unused or old disk mount? Disable the invalid disk mount by placing a # in front of it and test it. Does it open?
"SSD Emulation" only tells the guest OS to treat the disk as a non-spinning disk (afaik it just sets the rotation rate to 0). It really shouldn't matter for most situations.
"Discard" on the other hand has a noticeable effect, read our...
I recently tried running an autocalibre-web OCI image in a proxmox LXC container using the new OCI beta feature. I know it is just beta but wanted to provide some feedback.
The OCI image used s6-overlay as init. When combined with NFS bind...
Hello again,
just for info: Removing guest agent from VM and host settings hasn't changed the situation. VM is still freezing.
Currently I don't have any further idea what could be tested next....
I'm now trusting a bit on the swarm...