Search results

  1. M

    RDP issue after latest Windows Update on Windows 11 VM

    The workaround also worked for me. Thanks @wesker !! I also noticed that when a reconnecting session had problems. I could try to reconnect and eventually it succeded. Sometimes I needed one try, sometimes two, three or four, but in the end I managed to reconnect without rebooting the VM. With...
  2. M

    zpool upgrade - Not rpool

    In fact, the zpool status showed that message at node 1even before the upgrading to PVE 7. I guess that upgrading the non-root zpool at node 1 won't hurt it.
  3. M

    zpool upgrade - Not rpool

    Thanks @Maximiliano I am not planning any downgrade on the system. The point is that node 1 replies to zpool status: status: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features...
  4. M

    zpool upgrade - Not rpool

    In a two node cluster configuration with node 1 installed with PVE 6 and recently upgraded to PVE 7.4. Both nodes are configured with ext4 as root filesystem and grup as bootloader. Both nodes also have a local zfs pool (non-root). The node 1, even before upgrading to PVE 7.4 in response to...
  5. M

    Proxmox cluster with local ZFS storage: zpool create issue

    The "iso" storage, of type Directory, was defined at node 1. I marked it to be available only at node 1 (not sure if this step was mandatory). On node2, I removed /tank directory On node 2, I created the zpool (zpool create tank...) On node 1, I marked "iso" storage available for all nodes. SOLVED.
  6. M

    Proxmox cluster with local ZFS storage: zpool create issue

    We had a single Proxmox node with local ZFS storage. After a few months, we have added a second node, so we have created a cluster on the node 1 and added the node 2. Both nodes have local storage. We were going to create the storage pool at the second node with the same name used at node 1...
  7. M

    [SOLVED] Can not reach PBS node from PVE using the Backup VLAN (although I can ping)

    Hi @ph0x I think I have solved the problem!! I have focused my suspicions on MTU, so I have performed a test: From PVE host I have pinged PBS with a frame size of 1000 bytes (lower than default 1500 bytes): ping -s 1000 10.23.0.14 => OK, it worked Now I have tried it with a frame size of...
  8. M

    [SOLVED] Can not reach PBS node from PVE using the Backup VLAN (although I can ping)

    Hi @ph0x, indeed the MTU value is configured on the switch at its default max value (9216) in all involved ports. This is my current (full) /etc/pve/storage.cfg file: dir: local path /var/lib/vz content iso,backup,vztmpl lvmthin: local-lvm thinpool data vgname...
  9. M

    [SOLVED] Can not reach PBS node from PVE using the Backup VLAN (although I can ping)

    Hi @ph0x This is /etc/network/interfaces of PBS: auto lo iface lo inet loopback auto eno1 iface eno1 inet static address 10.0.12.14/24 gateway 10.0.12.1 auto eno2 iface eno2 inet static address 10.23.0.14/16 #VLAN 23 - Backup (MTU 9000) mtu 9000 PBS: eno1...
  10. M

    [SOLVED] Can not reach PBS node from PVE using the Backup VLAN (although I can ping)

    Hello, this is my first post in the forum. It's my pleasure to be part of this community. I have recently deployed a Proxmox VE node and a Proxmox Backup Server. The hardware is a couple of HPE ProLiant DL180 Gen10. Besides the iLO NIC, both servers have an integrated double NIC. Port 1 in...