Found it, but cannot fix it.
I have no idea how to keep the booting installer from briefly shutting down the interface, but my estimate of ten seconds wait time in dhclient was spot on. That value is configured in /etc/dhcp/dhclient.conf...
Hi @F4R , welcome to the forum.
You need to "qm disk rescan --vmid 100" to bring the disk into VM configuration as "unused0". Then you can remove it from the VM hardware page.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox...
Can you post your network configuration on the affected host as well as the VM configuration of an affected VM? Preferably when the system is in the erroneous state:
cat /etc/network/interfaces
cat /etc/network/interfaces.d/sdn
ip a
qm config...
hi, just tried alma VM with 2 tagged nics - worked like it should alma -> pve host -> hp switch with tagged vlans -> another pve host -> vm
[root@localhost ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group...
Yesterday, I changed my proxmox network configuration before I got your response.
I did this because I read online that it is not good practice to have a proxmox PVID that is not equal the native unifi swtich port's VLAN ID.
If I am understanding...
Hello,
I did a disk migration from local-lvm to a ZFS pool (pool-ssd) but cancelled while doing the migration (shame on me). Now I have the VM Disk in the local-lvm and my ZFS pool, VM is working fine using the local-lvm disk but I can't delete...
Hello,
For several days I have been trying to use the PBS API to perform a selective re-verify for snapshots whose verify status is expiring. However, due to processing constraints, we will not be able to run this every day as mentioned in my...
Wenn im CLI Guide auch nix zu UNMAP/zero-detect steht, würd ich an der Stelle HPE-Support kontaktieren. Das Problem sitzt definitiv im Controller, fstrim schickt die UNMAPs raus (deshalb die "freed"-Meldung), aber der Controller setzt sie nicht...
Yes, seems it is created. So either it didn't exist just before this backup or it existed but the current backup mode (stop mode) invalidated it. I don't know.
I would check what events will take place during the next stop-mode backup.
Will the...
Stimmt, wenn beide VMs die gleiche MAC haben fällt das ARP-Thema komplett weg, guter Move. Dann vergiss den arping-Tipp.
Einzige Sache: falls durch nen Bug oder Race Condition doch mal beide VMs kurz gleichzeitig laufen (start/shutdown ist ja...
Someone else has to chime in. I simply assume it is not possible, since there is no option in the gui or cli or anything written in the docs about concurrent backups AFAIK. IO workers is, well about IO workers (webGUI shows me default of 16 for...
Dass lspci nix zu Ethernet ausspuckt, aber du trotzdem ein nic0 Interface hast, das klingt stark nach USB-Ethernet-Adapter. Das würde auch erklären warum der awk-Filter leer bleibt. Mach mal ein lsusb und poste das auch mit.
Falls das...
as far as we know, both 6.17.4-2 and 6.17.9+ should not be affected by that problem anymore. there is an upstream proposed fix (instead of the revert we are currently carrying), we will provide a test kernel with that once it has gotten some more...
Great i will open the feature request
and on the mean time will write the wrapper....
just asked before in case it already exist... did not want to reinvent the wheel
thanks for all the patience :) with me poorly explaining what i want :)
If someone is submitting a request via API they might as well use API to query the task status ;-)
pvesh get /nodes/$NODE/tasks --output-format json| jq -r '[.[] | select(.type == "clusterjoin")] | sort_by(.endtime) | .[-1] | .status'...
@bbgeek17
Thank you for your reply
You're right, can check in task list, the job is skipped (recenlty verified). It means the job was executed but it didn't re-verify.
I tried with the option ignore-verified=true, but it is still skipped.
I...