Search results

  1. E

    Multipath with DELL MD3400 SAS

    I found a solution, I add the wwuid from the HDD in /etc/multipath/wwuid and now the disk is OK. I do the same on other server, and it's OK. But how use the same storage on the both servers ? On the first one I create a lvm, and add it to the datastore of Proxmox. I share this lvm, and it is...
  2. E

    Multipath with DELL MD3400 SAS

    Hi everybody, I try to use my DELL MD3400 as storage for my proxmox cluster but I have some issues with multipath... my multipath.conf: devices { device { vendor "DELL" product "MD34xx" path_grouping_policy group_by_prio...
  3. E

    Proxmox HA - VM Freeze state

    Ok, it works if I shutdown the node1, if I reboot, CT stays in freeze mode... I only do previously tests with only reboot (take about 5-10 min on this server)
  4. E

    Proxmox HA - VM Freeze state

    Hi all, I have a small cluster with 3 servers and a HA configured on 2 of them. I want to test HA: I create a CT on node1, activate HA on it, state goes to "started" Now, I shutdown node1, and i thank that the CT will be automatically switch on node2, but the CT switched to state "freeze" and...
  5. E

    Proxmox Backup no web access (8007)

    Hi all, Since today, my Proxmox PBS server is unavailable on a browser (connection refused) I check proxmox-backup-proxy service, it's up. When I do a netstat -natp | grep 8007, I have only : tcp6 0 0 :::8007 :::* LISTEN 570/proxmox-backup- There is no ipv4 listen port. Of...
  6. E

    Continuous backup with PBS

    Hi all :), For now we use Veeam to backup VM from Vsphere, and we look for Proxmox VE (already setup on a 3 servers, cluster) and PBS. In Veeam, we can configure a continuous backup of a VM, at the end of the backup, backup restart, etc... and we keep a lot of incrementials backups. Is there...