Search results

  1. V

    problem with hotplug and 64GB ram

    the some problem at 7.1-4 root@node1:~# pveversion pve-manager/7.1-4/ca457116 (running kernel: 5.13.19-1-pve)
  2. V

    Patch Submission: iscsi target with multiple subnets

    i fixed this problem with this patch: ibp-proxmox:~# diff /usr/share/perl5/PVE/Storage.pm.dist /usr/share/perl5/PVE/Storage.pm 1143c1143,1144 < if ($line =~ m/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d+)\,\S+\s+(\S+)\s*$/) { --- > #if ($line =~...