Recent content by Gilberto Ferreira

  1. G

    [TUTORIAL] ZFS RAIDz expand (unofficial)

    Hi there. After messing around with last version of OpenZFS, I decide to create this little tutorial that, I hope, can help one else. First of all, I have a Proxmox VE 8.3.5 up to date. Then is necessary install a couple of things: apt install proxmox-headers-6.11 alien autoconf automake...
  2. G

    [SOLVED] Full mesh with 3 Proxmox and IPv6!

    Well... After bang my head in the wall a couple of times, I decide to use RSTP Loop Setup with OVS. Works as a charm. With frr everytime I need to create a new empty bridge for instance, but cluster goes down. Now with RSTP I think is more reliable. Thanks a lot for the help.
  3. G

    Wrong time duration showing up in the webgui, for guest migration.

    Hi there. I have a 3 node Proxmox VE and Ceph, with Full Mesh Network configuraion. Everything is fine, but I noticed something weird today. When I migrate a simple VM with Debian 12 installed and nothing more, I got a wrong time duration being displayed in the web gui, like the screenshot...
  4. G

    [SOLVED] Full mesh with 3 Proxmox and IPv6!

    So, I tried to combine both configuration, and works ok. But now I am trying to use one 10g nic to ceph-net and the other to ceph-osd. Here is the frr.conf config: frr version 8.5.2 frr defaults traditional ipv6 forwarding hostname proxmox01 log syslog informational service...
  5. G

    [SOLVED] Full mesh with 3 Proxmox and IPv6!

    Nah! Doesn't work! Any ideas will be welcome.
  6. G

    [SOLVED] Full mesh with 3 Proxmox and IPv6!

    Hi folks... It's me again. Just a little update. I figure out that doing this way will be a better approach: frr version 8.5.2 frr defaults traditional hostname proxmox01 log syslog informational service integrated-vtysh-config ! interface lo ipv6 ospf6 area 0.0.0.0 exit ! router ospf6 ospf6...
  7. G

    [SOLVED] Full mesh with 3 Proxmox and IPv6!

    Hi there. I am trying to implement a Full Mesh network with 3 servers. I am using this guide: https://packetpushers.net/blog/proxmox-ceph-full-mesh-hci-cluster-w-dynamic-routing/ My 3 nodes has: 2x 1G NIC Port1 = eno8303 Port2 = eno8403 for the LAN and PVE access. This is my vmbr0 in each...
  8. G

    [SOLVED] iSCSI in Synology. Recurrent error in log

    I didn't said nothing of the kind. I just pointed out that the only way to get snapshot in file storage based is in qcow2 format. That's all.
  9. G

    [SOLVED] iSCSI in Synology. Recurrent error in log

    Yes is true about snapshot but needs to use qcow2 image format. Also, remember to check preallocation to off, in order to thinprovisin works properly. https://pve.proxmox.com/pve-docs/chapter-pvesm.html
  10. G

    [SOLVED] iSCSI in Synology. Recurrent error in log

    It seems some issue with IPv6. Did you tried to disable IPv6?
  11. G

    Suggestion for a Feature to Temporarily Remove VM Configuration

    I think turns the VM into a template or even clone it would be a more efficient way to deal with it. Just move the vm config to another folder doesn't fix the issue, because the VM virtual disk will be there anyway. This could be lead for potential mistakes. Just my 2 cents.
  12. G

    [SOLVED] Proxmox in a Dell R650xs, with fan at Full Speed... 100%!

    [ SOLVED ] After iDrac reset everything seems to be in order. Hi there. I have two Proxmox 8.3.4 running in a R650xs. On of them is ok. But the other, the fun ran at full speed all the time. So they called Dell Support and Dell said that the culprid is the Proxmox! Look at that. So in one of...
  13. G

    Proxmox and Ceph cluster with 5 nodes full mesh network.

    Hi... Thank you for your considerations. The article that I sent in the opening thread, mention something about use the loopback interface, IPv6 and OSPF. Should this set up work out of the box? Thanks