Search results

  1. G

    Proxmox VE 9 existing ZFS vdev expansion?

    i really don't know... Perhaps someone of the Proxmox staff can respond about it... @fiona for instance. Or @Chris
  2. G

    Proxmox VE 9 existing ZFS vdev expansion?

    My guess is that you should do zpool POOL upgrade in order to activate new features...
  3. G

    Issue with backup - TASK ERROR: connection error: not connected [ Rolling back to PVE 8 and PBS 3]

    We already ask to the people whom manage the infrastructure there, and no issue were found. Strangely enough, this issue about connection error, occurs in only one VM. But this VM right now is running in another cluster with PVE 8 and PBS 3, and everything is ok. I'll try that. Thank you for...
  4. G

    Issue with backup - TASK ERROR: connection error: not connected [ Rolling back to PVE 8 and PBS 3]

    Hi there We have 4 nodes, and one of them, is pve and pbs at same time. Everything is up to date, running pve 9 e pbs 4. When I tried to backup a vm, which has a bunch of dockers inside, I got a lot o errors, like that: 2025-10-22T18:31:08-03:00: starting new backup reader datastore 'backup'...
  5. G

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    Update 3 HPe servers... no issue... excellent performance. It's good see Proxmox try to keep up to new kernel releases... This meant more compatibility and stability as well... Thanks
  6. G

    After todays kernel update not possible to delete LXC or VM

    Exactly. That's the reason I ask to send a complete screenshot, to see if the VM/Ct is running or not.
  7. G

    After todays kernel update not possible to delete LXC or VM

    Hi there Can you send a complete screenshot and not only a partial one? Thanks
  8. 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...
  9. 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...
  10. 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.
  11. 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...
  12. 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...
  13. 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?
  14. 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...
  15. 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!
  16. 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]...
  17. 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...