Moving data (block or file) that has snapshots associated with it is always challenging, regardless of the OS, hypervisor, or application. Moving such data between different storage types is exponentially more complex, as snapshot formats are...
Passt auch mit dem, was proxmox im netzwerk Menü sagt. Frage ist: wieso und wie kann ich das beheben. (Ipv6 nützt glaube ich wenig, weil internet nur über ipv4 bei mir ist)
Moving data (block or file) that has snapshots associated with it is always challenging, regardless of the OS, hypervisor, or application. Moving such data between different storage types is exponentially more complex, as snapshot formats are...
es würde aber keinen sinn ergeben, dass der router keine adresse vergibt, weil ich ja auf die lokale ip für das adminpanel zugreifen kann
hier übrigens die fehlermeldung aus nginx
und laut dem router (ja ist speedport. schlimm) ist NPM gar nicht...
# dhclient
Internet Systems Consortium DHCP Client 4.4.3-P1
Copyright 2004-2022 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/bc:24:11:70:78:23
Sending on...
Interesting. Besides the performance and storage impact, they don't give other reasons.
The disk resize operations are forbidden when there are snapshots, but it is not the case here.
# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever...
Like others already said, by default it reads everything.
The money quote line is this one:
107: 2026-02-28 21:00:07 INFO: scsi0: dirty-bitmap status: created new
Since the VM is not running and/or you have the stop backup mode, it can't make...
No. It is read completely, to seek and find modified chunks. Look at "write: 0 B/s" in every line ;-)
In a simplified nutshell: the source is read chunk by chunk. The chunk is hashed. That checksum is sent to the PBS. The PBS notices that a...
I just renamed a Cluster we use for Testing, just for giggles and it worked.
I went into the Corosync file and changed the cluster_name.
/etc/pve/corosync.conf
Old-Name: pve-frg-tk
totem {
cluster_name: pve-frg-tk
config_version: 11...
FYI:
We have tested it on our Test Custer for a wile, with HA and all basic features. We didn't experiences any issues.
But still be careful, it may still have a Issue that we didn't found!
IPv6 stand schon auf SLAAC (ich nehme an, dass das mit DHCPv6 gemeint war)
der output des cat befehlst war folgender:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
iface eth0 inet6 auto
# Node
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.449 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.579 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.569 ms
64 bytes...
The official VMware best practices are even more strict:
"Do not use a single snapshot for more than 72 hours.
The snapshot file continues to grow in size when it is retained for a longer period. This can cause the snapshot storage location to...
Thank you for your reply.
I don't want to update the BIOS, as with other GPUs, everything works. I will try to update the BIOS and see if this works.
> To double-check, as far as I can see, the pvesh get command was stuck and did not provide...
Welcome, @whostolemyname
I'm not commenting on your particular hardware. Just generally. A few points, in no particular order.
1) Keeping the backups on the same disks as the primary data is not very safe.
2) Though not optimal, you can build...
OPTIONAL:
If you don't want to blind copy the firmware over the top, or you might actually want to check if you're ALREADY on the latest firmware, use this script instead.
#!/bin/bash
# pve-firmware-sync.sh
# 1. Pull latest firmware blobs...
I can confirm that this solved the issue with my ASM1166. The provided link is deprecated and refers to https://github.com/kiler129/early-vfio-pci-isolate which I used. Nevertheless I still had to set pcie=1,rombar=0. Thanks for the hint <3