Search results

  1. G

    Adding a route through cloud-init

    Hello! I stopped using cloudinit, sorry!
  2. G

    Traffik between nodes using external port 8006

    Greetings I have a 7 nodes cluster communicating with a private network. I just noticed there's a connection between a random port of one of them to the public IP of another on port 8006: 14:34:52.461001 IP node5public.47128 > node3public.8006: Flags [.], ack 49438, win 501, options...
  3. G

    ZFS CT content empty but only from host

    Greetings I have a CT running for years on ZFS. This morning, listing the CT content from the host is empty, but the CT is running fine and from the CT I can see all the files... From inside the CT: # ll / total 389...
  4. G

    Question : has anyone evaluated their Proxmox box with Lynis ?

    Greetings Did you make any progress on this topic? I'd be interested in the results. Regards
  5. G

    Cannot resize ZFS: "cannot set property, size is less than current used or reserved space"

    OK I found it. For those having the same problem: the zfs property refquota wasn't set correctly, so I did: zfs set refquota=2.5T rpool/ct/subvol-199-disk-0
  6. G

    Cannot resize ZFS: "cannot set property, size is less than current used or reserved space"

    Greetings I moved a CT to a new server with larger disks ; the CT works, but if I try to resize/enlarge its disk, I get this error: Feb 14 15:24:46 pvedaemon[2758967]: zfs error: cannot set property for 'rpool/ct/subvol-199-disk-0': size is less than current used or reserved space Current...
  7. G

    [closed] Masquerading in Proxmox 7

    Thanks for your answer. This seems way too complicated for a simple iptable command. It would have been handy to have it in the proxmox GUI as it can now request https certs, but since it's only a one-time configuration to have all the work done in a dedicated tool such as Traefik, so I'll go on...
  8. G

    [closed] Masquerading in Proxmox 7

    Thanks for your answer. I was hoping the new Proxmox would allow to manage that directly in the GUI, but that's ok I will continue using my old scripts (which are basically the same approach as what is in the wiki). Regards
  9. G

    [closed] Masquerading in Proxmox 7

    Greetings I'm configuring a new Proxmox host which unfortunatly will have to run on a single IP, so I need masquerading for incoming connections. I used to do that with a custom iptables script, but I wonder if I can do it directly with the Proxmox firewall GUI? Thanks in advance Regards
  10. G

    ZFS used space in GUI

    Thanks for your answers. My understanding is that the GUI shows the "max theoretical" size (i.e. the size of the volume as shown in the the guest), where the CLI shows the actual used space. My problem is, if I sum all the snapshots, I'm about 300G, very far from the 785G in USEDSNAP...
  11. G

    VM state is "running (io-error)"

    Thanks for your answer. Nothing in syslog, I did a zfs scrub and smart long test, nothing...
  12. G

    ZFS used space in GUI

    Greetings I'm having trouble interpreting the values shown in "Storage" ; for example, it shows: subvol-134-disk-0 375.81 GB but in CLI: # zfs list -o space -r rpool/ct/subvol-134-disk-0 NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD...
  13. G

    VM state is "running (io-error)"

    Greetings One of my VMs is not responsive and stated as "running (io-error)" in the GUI. The "console" in the GUI is blank. How can I understand and investiguate the problem? Thanks in advance Regards
  14. G

    "pct list" time out

    It seems to be the same on other nodes: to be able to do anything, I have to "isolate" the node... :(
  15. G

    "pct list" time out

    I was able to "unfreeze" all the hang pve command like this: - disconnected the private network used for cluster communication - pvecm e 1 - systemctl restart pve-cluster.service GUI is now available. Now I'll try to have the node back into the cluster.
  16. G

    "pct list" time out

    /etc/hosts and /etc/hostname seem to be fine (they are the same as they always have been. syslog doesn't show anything but this: Feb 7 12:58:02 sysv5 corosync[12754]: [QUORUM] Sync members[7]: 1 2 3 4 5 6 7 Feb 7 12:58:02 sysv5 corosync[12754]: [TOTEM ] A new membership (1.8685a) was...
  17. G

    "pct list" time out

    Thanks for your answer. pvestatd restart hangs, like most pve commands. I cannot see the GUI for the node, it says "Connection failure. Network error or Proxmox VE services not running?" and is greyed out ("permission denied - invalid PVE ticket (401)") on the GUI of the other nodes (it wasn't...
  18. G

    "pct list" time out

    Hello I'm still having this problem across several nodes. 'top' and 'iotop' says the machine is basically idle. # uptime 09:24:30 up 400 days, 9:22, 22 users, load average: 21,08, 20,82, 20,71 # free total used free shared buff/cache available Mem...
  19. G

    [SOLVED] Remove node from cluster

    I'm having the same problem, an old removed node is not present in the cli (`pvecm nodes` for example) but still listed in the GUI....
  20. G

    pveproxy stuck

    So back to the original problem... what can I do when all pve commands hang?