Recent content by Gilberto Ferreira

  1. G

    [GFS2] Filesystem does not mount automatically after node reboot

    Hi... Here is a systemd unit that I use for ocfs2. I hope you can use it to adapt to your needs # /etc/systemd/system/data.mount [Unit] Description=Data mount After=drbd.service After=o2cb.service After=ocfs2.service [Mount] What=/dev/mapper/mylun Where=/data Type=ocfs2...
  2. G

    VM has a delay to show its green status, despite VM is running...

    Again... Another server... This time took around 4 minutos to change from gray to green...
  3. G

    VM has a delay to show its green status, despite VM is running...

    Hi guys... I don't know if this is only with me, in my virtual lab here, but I noticed a 5 minutes delay to VM show a green little arrow, which indicates that a VM is running. VM started normaly, but I just noticed this delay. Please, look the image! Anybody else? Thanks Best Regard.
  4. G

    Proxmox Datacenter Manager 0.9 Beta released!

    Try do that: wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg cat > /etc/apt/sources.list.d/pdm.sources << EOL Types: deb URIs: http://download.proxmox.com/debian/pdm Suites: trixie Components: pdm-test Signed-By...
  5. G

    Proxmox Datacenter Manager 0.9 Beta released!

    I think Datacenter should be more visible, since we need to manage VMs that inside a node within a datacenter. See the image. The information regard the node itself could be below right where the Datacenter is. Just a matter of positioning this panels to make the information easier to find and...
  6. G

    Proxmox Datacenter Manager 0.9 Beta released!

    Hi... I installed here and add 2 nodes with is part of one datacenter. I noticed that inside the Remote the datacenter nodes are like, hidden.... Is that so?
  7. G

    VXLAN with low bitrate transfer even with 10G SPF.

    ok... Another thing I noticed is when I tag the nic in the VM, I get around 1 GB/s and without the tag, I get around 3 GB/s. But I need use tag on the VM NIC, in order to isolate the traffic. Another question is if the switch need some special configuration regards VxLAN or fragmentation...
  8. G

    VXLAN with low bitrate transfer even with 10G SPF.

    As I state before, with 8950 I got around 3 G/s, but with 1450 the bitrate transfer drop to around 1 G/S!
  9. G

    VXLAN with low bitrate transfer even with 10G SPF.

    Hi.. Thanks for reply. This is the result of iperf on the real nic, on the hosts: ----------------------------------------------------------- Server listening on 5201 (test #1) ----------------------------------------------------------- Accepted connection from 172.18.0.10, port 33718 [ 5]...
  10. G

    VXLAN with low bitrate transfer even with 10G SPF.

    Hi... Hope everybody is ok! I had have noticed something weird... Or, perhaps, is just the way it is... I have 3 nodes, with 3 nic, 2x 1g and 1x 10G. So I went ahead and create a vxlan and a zone like that: pve101:/etc/pve/sdn# cat vnets.cfg vnet: vxnet1 zone vxzone tag 100000...
  11. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Hi again... I have reinstall all Proxmox nodes and install ceph on each node. Create the mons and mgr on eatch node. I have issue the command ceph-volume lvm activate --all, on each node, in order bring up the /var/lib/ceph/osd/<node> After that I ran this commands: ceph-volume lvm activate...
  12. G

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    Oh I see... I was under the assumption that this is only to LVM in combination with SAN, because this a common scenario in Enterprise. But I am glad that this will works on any other storages. Thanks
  13. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Hi Do I need to add a mon/mgr AFTER or BEFORE I issue the command ceph-volume lvm activate --all ? Because as far I can tell, the old OSD are available only after ceph-volume lvm activate --all, right? So in order to get some information from those OSD I need to trigger the command ceph-volume...