Search results

  1. mgabriel

    Snapshot nicht mehr zu finden

    @Dunuin das sollte ähnlich gehen, mit qemu-img snapshot -l <filename.qcow2> kann man auf dem Proxmox VE die Snapshots auflisten und dann (vermutlich) verfahren wie oben geschrieben.
  2. mgabriel

    Snapshot nicht mehr zu finden

    Da fehlt die local-lvm bzw local-zfs storage. Dein Image liegt dann vermutlich auf der local storage, dem die NFS wird scheinbar nicht für Images verwendet. Poste Mal bitte die config der VM (qm config <VMID>).
  3. mgabriel

    Snapshot nicht mehr zu finden

    Wenn du ihn auch bei der Installation nicht geändert hast, müsste es ein LVM mit einem ext4 sein. Auf der Commandline kannst du mit dem lvs command nachschauen, ob er snapshot noch vorhanden ist: root@pve:~# lvs LV VG Attr LSize Pool Origin Data% Meta%...
  4. mgabriel

    Can proxmox node with 2 interfaces/IPs join a cluster

    If you want to achieve redundancy for the cluster connection, corosync has already all you need. just use two independent interfaces with different IP addresses in different ranges and assign them to two corosync links/rings. let's say the first interface of each node is in the 10.10.10.0/24...
  5. mgabriel

    Opnsense@Proxmox Traffic-Verlust

    Hallo Sheely, 1. Idee: Hast du irgendwo einen Netzwerk-Bond im Einsatz? Ggf. unterschiedliche Konfiguration des Bonds auf beiden Seiten? 2. Idee: Hast du das gleiche Verhalten, wenn du deine OPNsense mit virtuellen NICs betreibst?
  6. mgabriel

    PBS 2FA

    you use the api token instead of your username and password when creating the pbs storage.
  7. mgabriel

    PBS 2FA

    Sure, it's documented here: https://pbs.proxmox.com/docs/user-management.html#api-tokens In your PBS GUI, you can find it under Configuration -> Access Control -> API Token Give the token a name and the token credentials will be shown. Don't forget to assign permissions to the token. Keep in...
  8. mgabriel

    Openmediavault als VM - Speicherstrategie

    Meine Empfehlung wäre einen PBS für Backups einzusetzen. Dann erfolgen Backups auch inkrementell/differenziell. Würde das dein Problem lösen oder suchst du eigentlich nach einer (anderen) Empfehlung, wie OMV installiert werden sollte? VG Marco
  9. mgabriel

    (DUP!) ping issue

    It looks like a misconfigured bond device. If you use bonds, check that both sides are configured correctly.
  10. mgabriel

    PBS 2FA

    Use an API token. You can create an API token assigned to that user and use the token to make backups from the Proxmox VE servers. You will be able to use the 2FA for manual logins and the Proxmox servers use the API token for the backups.
  11. mgabriel

    Snapshot nicht mehr zu finden

    Hast du die alte vmid.conf noch? Welche Storage verwendest du? lvm oder zfs?
  12. mgabriel

    Proxmox Machine Backup Path into Proxmox Backup Server Directory

    You use the wrong storage in your backup job. just edit your backup job to use the pbs and backups will go to the pbs.
  13. mgabriel

    [SOLVED] Reinstall from scratch and licenses

    Good to see you found the solution. I'd add some remarks and questions: You have only one MON - on a three node cluster, each node should have one MON. You use 8 OSDs on 3 nodes, so I assume there are 2 nodes with 3 OSDs and 1 node with only 2 OSDs. This is at least risky and should be...
  14. mgabriel

    [SOLVED] Reinstall from scratch and licenses

    Why is your Ceph cluster in HEALTH_WARN state? If you can fix it, you would be able to just follow the standard upgrade path. Please provide the output of ceph status, ceph health and maybe ceph health detail.
  15. mgabriel

    Swap aktivieren

    Die einfachste Variante wäre: Herunterfahren aller VMs Backup aller VMs auf externen Speicher Neuinstallation Proxmox VE Beim Installer auf Seite 2 -> Options -> ZFS -> hdsize von 100% z.B. auf 90% herunter stellen, dann bleiben 10% deiner Disk Kapazität übrig für einen weiteren zpool, den du...
  16. mgabriel

    Datacenter Networking

    Hi @mednb, do you want to further explain what siloed means? I'm asking because you need to have a stable networking connection with low latency for your cluster traffic. While VxLAN may be a solution, you can use any solution that connects your internal bridges of your Proxmox nodes, even a...
  17. mgabriel

    How to Configure and Manage iSCSI Storage in Proxmox for Your Virtual Machines?

    Generally, you should start here: https://pve.proxmox.com/wiki/ISCSI_Multipath https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_open_iscsi It's possible to set up iSCSI by using the web interface, but I'd recommend doing this by CLI. You probably will use the CLI anyways for...
  18. mgabriel

    Swap aktivieren

    Hast du LVM, ZFS oder btrfs bei der Installation gewählt? Falls du ZFS gewählt hast, schau mal unter https://pve.proxmox.com/pve-docs/pve-admin-guide.html#zfs_swap VG Marco
  19. mgabriel

    [SOLVED] Problem on proxmox web interface

    Is corosync running? systemctl status corosync.service
  20. mgabriel

    [SOLVED] Problem on proxmox web interface

    It seems your failed node is not part of the quorum partition of the cluster. Can you log in to that node with the question mark and provide the output of pvecm status command? Best regards, Marco