Recent content by weehooey-bh

  1. weehooey-bh

    Request for Best Practices and Guidance on Adding New Disks/OSDs to Our Ceph Cluster

    The general guidelines apply to adding new disks to Ceph. As you add disks, keep these in mind. Ideally, all hosts and all disks (in a pool) will be the same. For hosts, this means similar CPU, RAM and networking. For disks, this will mean size and performance. The least performant host in a...
  2. weehooey-bh

    feat req: add "global blacklist" button in Quarantine

    Hi @niziak You can file a feature request at Proxmox's Bugzilla: https://bugzilla.proxmox.com/enter_bug.cgi
  3. weehooey-bh

    Loggen out of Web-Interface

    You need to provide more information for someone to be able to help you. Please provide: The subnet you would like to access your web GUI via. For example 192.168.1.0/24 The IP address that you would like your PVE host to have. For example 192.168.1.100 The IP address of the gateway you...
  4. weehooey-bh

    Intermittent/broken networking

    Thank you for sharing the guest configurations. I do not see any issues with the configurations. Do you have a DHCP server on your 192.168.1.0/24 network? If you do, what is the range? The ping behaviour you describe could be duplicate IP addresses or MAC addresses on your network. If you...
  5. weehooey-bh

    SMTP Notifications

    Because you successfully sent the first email, your configuration in PVE is likely correct. This means the issue is not in PVE. You might get more information from /var/log/mail.log You should also examine the logs on the Exchange Server. It may have a spam prevention tool that is preventing...
  6. weehooey-bh

    Firewall not working

    What is the output from pve-firewall status ? Please provide the output from (replace XXXX with the VMID): cat /etc/pve/qemu-server/XXXX.conf And your interfaces file: cat /etc/network/interfaces
  7. weehooey-bh

    VLAN Issue with 1 VM

    Please provide: The interfaces file contents for each host A configuration of a guest that works as expected that is on the same host as a guest whose networking does not work as expected. The configuration of the guest that does not work. cat /etc/network/interfaces Replace XXXX with the...
  8. weehooey-bh

    Intermittent/broken networking

    Please post your guests' configurations (replace XXXX with the VMID). cat /etc/pve/qemu-server/XXXX.conf
  9. weehooey-bh

    ZFS replication DB consistency

    Hi @TSAN I was looking for something related to ZFS replication and VSS when I came across your post. Just in case you have not found the answer to your question... Yes, ZFS replication triggers a freeze-thaw with VSS if you have the QEMU guest agent installed. If your database responds to...
  10. weehooey-bh

    Backup not possible

    @brnogu a few questions: Is VM1 (VMID 105) that is failing to backup to /mnt/pve/NAS on the same node as the other VM that successfully backed up to that share? If they are on the same PVE node, please provide the following: pvesm status cat /etc/pve/qemu-server/105.conf cat...
  11. weehooey-bh

    VM on VLAN tag 9 can’t reach gateway but host can

    @Kratus thanks. I have some questions. What are the following interfaces connected to? eno4 ens1f1np1 ens1f0np0 Specifically, are they connected to the same switch? If so, what port number is each interface connected to on that switch? If not the same switch, what are the names of the...
  12. weehooey-bh

    VM on VLAN tag 9 can’t reach gateway but host can

    Sorry, I should have been clearer. Your PVE host's /etc/network/interfaces file.
  13. weehooey-bh

    [TUTORIAL] Howto: WebAuthn Passkeys across Cluster or on single Node

    Hey @aj@root ! Thank you for creating this tutorial. I have validated the WebAuthn steps in our lab (already had the certs). Works great! Also, thank you for sharing.
  14. weehooey-bh

    VM on VLAN tag 9 can’t reach gateway but host can

    Please provide the contents of your /etc/network/interfaces file. Have you enabled the PVE firewall?
  15. weehooey-bh

    VM on VLAN tag 9 can’t reach gateway but host can

    If the traffic leaves the Proxmox VE node tagged correctly, then the issue is with the network gear after the PVE host. Have you checked the switch config?