Latest activity

  • UdoB
    UdoB reacted to Impact's post in the thread zfs Pool degraded with Like Like.
    Siehe Dokumentation: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_change_failed_dev
  • UdoB
    Hello, I ran into the same issue. The solution is given in the log: INFO: temporary directory is on NFS, disabling xattr and acl support, consider configuring a local tmpdir via /etc/vzdump.conf Indeed, assigning a local directory to tmpdir...
  • L
    Hello, I ran into the same issue. The solution is given in the log: INFO: temporary directory is on NFS, disabling xattr and acl support, consider configuring a local tmpdir via /etc/vzdump.conf Indeed, assigning a local directory to tmpdir...
  • UdoB
    UdoB reacted to bl1mp's post in the thread PDM: migrate VMs across firewall with Like Like.
    Two different firewalls, can also help with a dual vendor strategy - for plattform backdoors. I use the same approach at home - the ISP ones and my virtualized one on a pve, as single point of configuration for segregation. My wireguard...
  • B
    bl1mp replied to the thread PDM: migrate VMs across firewall.
    Two different firewalls, can also help with a dual vendor strategy - for plattform backdoors. I use the same approach at home - the ISP ones and my virtualized one on a pve, as single point of configuration for segregation. My wireguard...
  • UdoB
    UdoB reacted to proxwolfe's post in the thread PDM: migrate VMs across firewall with Like Like.
    Okay, so set up a tailscale network for example. That is an option, but my objective is to let nothing from the outside reach behind my inner firewall. And having a common network between inside and outside would basically circumvent the inner...
  • B
    bl1mp reacted to UdoB's post in the thread PDM: migrate VMs across firewall with Like Like.
    There is no additional PVE involved ;-) The "external relay" is just a common reachable rendezvous point to establish the tunnel. All payload traffic would then go through this device, which vastly influences the reachable bandwidth...
  • N
    I assume it would be the same for me because I have all the my backups happening at the same time and the last time it hung was during a backup but then the time before then it was just a random point in time. Most of the time the backups worked...
  • B
    bl1mp reacted to proxuser77's post in the thread PDM: migrate VMs across firewall with Like Like.
    I'm wondering why you don't just put the VMs in the DMZ on this PVE instead of the entire PVE? Don't you trust the VM isolation? I'm asking because if you had all the PVEs on the same management network and only exposed the VMs to the...
  • P
    Okay, so set up a tailscale network for example. That is an option, but my objective is to let nothing from the outside reach behind my inner firewall. And having a common network between inside and outside would basically circumvent the inner...
  • UdoB
    UdoB replied to the thread PDM: migrate VMs across firewall.
    There is no additional PVE involved ;-) The "external relay" is just a common reachable rendezvous point to establish the tunnel. All payload traffic would then go through this device, which vastly influences the reachable bandwidth...
  • P
    I'm aiming for maximum security. But, admittedly, I'm still learning. How so? The PVE management network is, of course, separate from the DMZ network. That is, actually, the contingency, I'm trying to provide for. Well, there is the obvious...
  • J
    In this particular case, the situation and environment are quite complex, so there is no single approach that can be universally considered the “best.” However, if the goal is to ensure a stable and reliable recovery, the following approach can...
  • D
    Based on the screenshot, VM102 exists on node2, but the issue is that the VM disk vm-102-disk-0 exists on local-lvm of Server3. I am not sure why vm-102-disk-0, which should originally have been on local-lvm of node2, was moved. However, in this...
  • UdoB
    UdoB reacted to psalkiewicz's post in the thread Proxmox multi-ring corosync with Like Like.
    Hi, There are 2 issues in your config - the main issue is MTU flapping. KNET's Path MTU Discovery runs globally across all links. When a node rejoins on link 0 (eno1, MTU 1500), KNET resets the global PMTUD process for that link. While it's...
  • UdoB
    I would further slow down. My goal would be to adjust to the speed the PBS is actually capable to absorb - to keep the fleecing file small. If that runs stable I would (relatively) slowly increase the bwlimit. Just my thought... and a very slow...
  • P
    Hmm, “classic” is probably the right word here, in the sense that it’s usually not done this way anymore nowadays ;) Isn’t that a bit overkill for a homelab? I mean, unless you are trying to replicate a large enterprise environment with...
  • psalkiewicz
    Hi, The hard disk is on another node. The local-lvm datastore is local to the host - not a shared storage. So when a virtual machine failed on one host it cannot be restarted on the other. You have to move the virtual machine back to the other...
  • A
    AidanWV reacted to aaron's post in the thread RAM Display Bug on PVE 9.0.3 ? with Like Like.
    Memory accounting gets complicated very quickly once you peek a bit behind the curtains. First of, a VM doesn't necessarily use all the memory right after boot. Linux VMs that don't need most of their memory for example. With the new line in the...
  • psalkiewicz
    Hi, I would start with the memory. The two fleece images together preallocate metadata for ~3TB — this can push memory usage over the edge after days of uptime with gradual memory pressure. Please check if it's not out of memory type of issue...