Recent content by _gabriel

  1. G

    Proxmox 9.2.3 not sending email notification for degraded ZFS rpool

    For simulated "degraded" ZFS pool and then mail , best way is zinject Adapt sdX3 and rpool : apt install zfs-test ( require PVE repo enabled , like no-subscription ) zinject -d /dev/sdX3 -e io -f 100 rpool (error trigger) zinject -c all (cancel error trigger) zpool clear rpool (clear device errors)
  2. G

    Can't upload large file

    your own firewall or PVE firewall?
  3. G

    Proxmox 9.2.3 not sending email notification for degraded ZFS rpool

    https://forum.proxmox.com/threads/no-email-notification-for-zfs-status-degraded.87629/post-385017 To check ZFS status at boot, you need a crontab @reboot
  4. G

    Re-IP'd Hosts to a new network ssh finds old IP's and won't connect between hosts

    https://forum.proxmox.com/threads/change-cluster-nodes-ip-addresses.33406/post-163795 Have you double checked?
  5. G

    NATed proxmox host, DSL with dynamic IP

    accept_ra 2 seems ignored/overrided ( found in many PVE topics ) config below seems working here, (will confirm tomorrow ) on a host which was static IPv6. iface vmbr0 inet6 auto pre-up /sbin/sysctl net.ipv6.conf.vmbr0.accept_ra=2
  6. G

    Firewall Problem

    default PVE ports are allowed only for the vmbr0 LAN subnet
  7. G

    Can't upload large file

    It's not recommended upload big files via Web UI because file is stored in /var/tmp then copied to final destination (only moved if destination is same as /var/tmp partition ) SFTP should work. Missing freespace ? Try rsync --inplace , transfer can be restarted to complete.
  8. G

    How to split chunks and snapshots off into different storage repos?

    argh ... not native English here. is not correct. ZFS special device stores metadata of all files and can store small files. There is no data in snapshots, they are about MBs , they are not the "diffirential data". Snapshots are "just" manifest/catalog files of the used data stored in .chunks...
  9. G

    NATed proxmox host, DSL with dynamic IP

    posting your /etc/network/interfaces would have been interesting
  10. G

    How to split chunks and snapshots off into different storage repos?

    But you were the first to mention ZFS :-/ and, indeed, it's irrelevant. what is the point ?
  11. G

    Remote PBS Backup

    I mixed up things , this is the Remote PBS need to have the WAN static IP ( Source PBS static ip not mandatory in the pull case ) indeed most routers are able to forward port only for specified WAN public IP. if router can't do this, then firewall rule will be required on Source PBS. yes
  12. G

    Remote PBS Backup

    I meant WAN static IP, is it? btw, TLS means secure by encrypted flow, even if certificate is self signed.
  13. G

    Remote PBS Backup

    if source PBS have static ip, make a firewall rule, VPN is not required, as PBS flow is already over TLS.