Search results

  1. N

    Upgrade from 8.2 to 8.3

    Thank you Daniel for your support, problem solved, I have successfully updated to 8.3, Just a small problem with one of the nodes of the clusters that was unable to mount the 'local-lvm' storage. I have added at lvm.conf the below line on both nodes thin_check_options = [ "-q"...
  2. N

    Upgrade from 8.2 to 8.3

    Thank you so much for the clear reply, I will try to use the lastest suggested kernel for proxmox 8.3 and see if there are issuer. Just for you to better identify my question the CPU I am using at Hetzner is "Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz", is this siutable for the latest kernel version...
  3. N

    Upgrade from 8.2 to 8.3

    Hi there, I am acutally usinig proxmox 8.2 on a hetzner bare metal server, it work great. The harware that I am using if not the most recent one, actually I am using the below kernel version that I would keep also on 8.3 in order to avoid possible problems. Do you think that I can upgrade to...
  4. N

    Problem with grub upgrading PVE 6.4-15

    Ciao teoricamente dovresti fare solo un grub-install.real /dev/nvme1n1 e poi il raid hardware scriverà su entrambi. In ogni caso tu hai ancora la 6.4 o proxmox 7 ? Teniamoci in contatto e vediamo di risolvere Saluti
  5. N

    Problem with grub upgrading PVE 6.4-15

    Buongiorno, per risolvere ho accettato che la configurazione di grub terminasse anche se la configurazione non era andata a buon fine e poi da terminale come utente "root" ho lanciato il seguente comando per scrivere su entrambi i dischi del mio raid1 : grub-install.real /dev/sda...
  6. N

    Problem with grub upgrading PVE 6.4-15

    I try to reply to myself .... What I did in order to go ahead with upgrade is to accept to go ahead with grub reconfiguration dispite of the warning and afterwords from terminal I typed the following as root : grub-install.real /dev/sda; grub-install.real /dev/sdb The process ended without any...
  7. N

    Problem with grub upgrading PVE 6.4-15

    Dear All, I need your help in order to solve a problem with grub that is the first time I am having. My PVE infomed me that some updates are available as per picture in attachment I have applied the updates and as always process starts, at a certain point while upgrading grub I have got the...
  8. N

    CIFS Storage question

    Hi to everybody and Happy New Year. I have added a remote storage to my proxmox VE ( 6.4.13 ). The remote storage is an hetzner shared box with CIFS protocol. I have mounted it with the following command : mount -t cifs -o rw,vers=3.0,credentials=/etc/credentials...
  9. N

    Help for proxmox at OVH to solve "vmbr0: port 1 (eno1) entered blocking state"

    Thank you Pierre-Yves for your kind reply. If I understood well you are saying that it's not good to have a "bridge-vlan-aware" in the configuration of my DMZ. Is this what you mean ? Meanwhile, is there any configuration that I have to take care in order to have best performance of the...
  10. N

    Help for proxmox at OVH to solve "vmbr0: port 1 (eno1) entered blocking state"

    Hi everybody, greetings to all members of this great community. I am new of Proxmox, but after reading some papers I decided to use it as virtual evironment at OVH were I have two servers. Unfotunately my servers have just one NIC ( no private network ). So I decided to install proxmox on both...