Search results

  1. G

    Storage for small clusters, any good solutions?

    Just to reference, there is OmniOS/Illumos which is a former Solaris clone which has some zfs-over-iscsi with COMSTAR and there's some iscsi-ha. I never tested it, but could be worth. https://icicimov.github.io/blog/high-availability/ZFS-storage-with-OmniOS-and-iSCSI/
  2. G

    [SOLVED] frr.service doesn't restart when call ifreload -a ou doesn't start in boot time.

    I'm not sure about that. But I read the docs[0] again, and there's some additions that need in PVE 9. I will check out. SOLVED after change the line in the interfaces file: Before: vmbr0 ... ... post-up /usr/bin/systemctl restart frr.service After: vmbr0 ... ... post-up...
  3. G

    [SOLVED] frr.service doesn't restart when call ifreload -a ou doesn't start in boot time.

    Hi... Do I need to something with fabric when upgrade from Proxmox 8 to Proxmox 9. Everything was fine, but after upgrade to PVE 9, the post-up systemctl restart frr.services doesn't work inside /etc/network/interfaces.
  4. G

    [SOLVED] frr.service doesn't restart when call ifreload -a ou doesn't start in boot time.

    It's happens again... New fresh installation. After activated frr hungs on boot I am using this options in daemon for frr bgpd=yes ospfd=yes ospf6d=yes ripd=no ripngd=no isisd=no pimd=no pim6d=no ldpd=no nhrpd=no eigrpd=no babeld=no sharpd=no pbrd=no bfdd=yes fabricd=yes vrrpd=no pathd=no...
  5. G

    ifreload -a and frr error in Proxmox VE 8

    Solved after upgrade from PVE 8 to PVE 9 But now I got another issue: https://forum.proxmox.com/threads/frr-service-doesnt-restart-when-call-ifreload-a-ou-doesnt-start-in-boot-time.180797/
  6. G

    [SOLVED] frr.service doesn't restart when call ifreload -a ou doesn't start in boot time.

    Hi there. I update a 3 node cluster with ceph from PVE 8 to PVE9. On the PVE8 nodes it's has frr configuration, to provide mesh network between this 3 nodes. After upgrade and restart, I notice that the networking hangs. So I reboot and enter in rescue mode. After commented the line: #post-up...
  7. G

    How to sync just last backup?

    Yes... I'm sorry... I went to check and then I edit the thread. But I found it. Thanks...
  8. G

    How to sync just last backup?

    Hi there... We are using the remote sync features a lot. But I need to pull just the last backup from a certain group. How can I achieve that? Is there some regex that I can apply? Thanks
  9. G

    Gen1 VM migrate from Hyper-V 2019 to ProxmoxVE9

    Hi there. Try to use redorescue to create a backup of this VM directly to Proxmox SSH - Download redorescue: https://sourceforge.net/projects/redobackup/files/latest/download - Boot the Vm in Hyper-V with this iso and create a backup using SSH session to your Proxmox VE - In the Proxmox side...
  10. G

    ifreload -a and frr error in Proxmox VE 8

    Hi... I updated a Proxmox VE server with last version 8. But suddenly ifreload -a doesn't work leading to a fault network frr Here the error: ifreload -a 2026 Feb 3 09:50:15 proxmox01 Received signal 11 at 1770123015 (si_addr 0x7ffc89226628, PC 0x715cc9706dec); aborting... 2026 Feb 3 09:50:15...
  11. G

    VXLAN with low bitrate transfer even with 10G SFP+.

    Just to add that with MTU 1400 this the best I got it: But there is a lot o retry... I guest something is not right!
  12. G

    VXLAN with low bitrate transfer even with 10G SFP+.

    Hi there. I still having issues with this. When the VMs that is using VXLAN are in the same physical hosts, the bitrate hits 10G! But when migrated VM to other host, the bitrate goes down to less than 1G! Any advice? Thanks
  13. G

    New vIOMMU setting in machines menu

    Hi there... I wonder if is there any performance improvement in use this vIOMMU=virtio?
  14. G

    Create Cluster - No network interface available ?

    I will tell you what I do before try to create a cluster. If I want to create a cluster using a different IP from that one in the vmbr0 bridge, I put this IP in the /etc/hosts. Then I use pvecm create cluster-name --link0 IP_I_WANT_TO_USE_TO_CLUSTER_COMMUNICATION_BUT_NOT_IN_VMBR0 I am not...
  15. G

    Create Cluster - No network interface available ?

    I think you should always use static IP. Besides that, check the /etc/hosts to match the IP and the server name, like this: 192.168.100.10 pve01.network.local pve01
  16. G

    Proxmox Datacenter Manager 1.0 (stable)

    You need to use this repo http://download.proxmox.com/debian/pdm/dists/trixie/ Like this /etc/apt/sources.list.d/pdm.list Types: deb URIs: http://download.proxmox.com/debian/pdm Suites: trixie Components: pdm-no-subscription Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
  17. G

    Proxmox Datacenter Manager 1.0 (stable)

    Suffice to know that one day it will be possible. It'll good to keep the consistency throughout the available Proxmox platform.
  18. G

    Proxmox Datacenter Manager 1.0 (stable)

    Thank you for the gift. Should Proxmox Virtual Environment, Proxmox Mail Gateway and Proxmox Backup Server has the same looks and feel tht Proxmox Datacenter Manager? I love this WEB UI.
  19. G

    NVMe over TCP support?

    I think OCFS2 is a good choice.