Search results

  1. mgabriel

    Durchgereichte USB Geräte in Windows auswerfen

    Möchtest du die Sicherung aus Windows heraus machen oder vom Proxmox Server aus? Wenn vom Proxmox VE Server aus, dann könntest du ein Hook Script verwenden, das die USB Festplatte erst zu Beginn des Backups mounted und nach vollendetem Backup wieder entmounted. Damit könnte die USB Platte...
  2. mgabriel

    [SOLVED] Could you please suggest optimal Proxmox HA cluster with Ceph NIC configuration?

    Unfortunately only while creating your cluster, not for a later edit. So you need to edit your configuration by using the CLi. Here's how: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_corosync_configuration
  3. mgabriel

    [SOLVED] Could you please suggest optimal Proxmox HA cluster with Ceph NIC configuration?

    Hi there, I'd recommend the following setup (but there may also be other valid choices): Ceph Public: 2x 10 Gb LACP Bond (LAG, 1 to each switch) Ceph Cluster: 2x 40 Gb LACP Bond (LAG, 1 to each switch) Corosync Link0 on a physical, dedicated 1 Gb Link (best choice would be to use also a second...
  4. mgabriel

    SDN Help - Multiple Nodes with Private VLAN in Datacenter.

    You need to reduce the MTU further to 1450 or less, but you can give it a try. Keep in mind that vxlan is not officially supported yet as it is in tech preview state.
  5. mgabriel

    Proxmox Cluster erstellen

    Was steht denn im Task Log für eine Fehlermeldung, wenn du eine der VMs/CTs startest?
  6. mgabriel

    PVE Sicherung sporadischer Fehler - Backup Backup of VM XXX failed - cannot determine size of volume

    Was geschieht denn, wenn du den Befehl /sbin/lvs --separator : --noheadings --units b --unbuffered --nosuffix --options lv_size <volume_group> von Hand eingibst, einmal wenn keine Backups laufen und einmal wenn Backups laufen? Wie hoch steht denn der iowait zur Zeit des Backups auf dieser LUN?
  7. mgabriel

    CLI command per API auf Node/Gast

    Der qm guest exec verwendet auch die API :). Geht also auch direkt per API mit https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/agent/exec
  8. mgabriel

    Raid disk notification

    Proxmox VE has the ZED utility already installed and sends mail to root in case of a ZFS pool degradation. You can change the notification to an email address you like [1]. [1] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_zfs -> 3.9.7. Configure E-Mail Notification with ZFS on...
  9. mgabriel

    PVE Sicherung sporadischer Fehler - Backup Backup of VM XXX failed - cannot determine size of volume

    Wenn es sporadisch auftritt, könnte es sein dass eine deiner Storages zu langsam ist. Läuft dein PBS virtuell auf den gleichen LUNs? Das konnte ich dem ersten Satz nicht so richtig entnehmen.
  10. mgabriel

    SDN Help - Multiple Nodes with Private VLAN in Datacenter.

    It depends on what your DC supports. I guess the only possibly usable solution for your scenario will probably be QinQ. If you want to use your private VLAN as the outer/service VLAN. Then you'll be able to use any VLAN you want inside the outer service VLAN [1]. Please keep in mind that the...
  11. mgabriel

    Ceph Health Warning

    Yes, but ceph status also shows how many other components there are. I guess you have a lot of OSDs, but I can only guess until you send the output of ceph status. Ah, and if you like, you could also send the output of ceph health detail.
  12. mgabriel

    How to start VMs when the primary node fails in two-node cluster without HA

    If you just want to be able to start your VMs/CTs on the remaining node, you can issue a pvecm expected 1 on the commandline of the remaining node to reduce the number of votes to 1 and regain quorum.
  13. mgabriel

    Ceph Health Warning

    could you post the output of ceph status?
  14. mgabriel

    Port Isolation/ Private VLAN

    @martin2089 danke dass du deine Lösung hier noch gepostet hast. Die hat mich hier her geführt :-). Anzeigen kannst du den Status übrigens mit `-d`, siehe Beispiel: bridge -d link show [dev DEV] 12: tap181i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr181i0 state forwarding...
  15. mgabriel

    Proxmox VE 8.1 released!

    Congratulations for another fine release :-) Proxmox rocks.
  16. mgabriel

    Can't connect to port 8007...

    According to the logs, the Disk "SauvegardeUSB" is still failing: Nov 09 11:15:48 pve pvestatd[2853]: could not activate storage 'SauvegardeUSB', zfs error: cannot import 'SauvegardeUSB': I/O error
  17. mgabriel

    Proxmox Machine Backup Path into Proxmox Backup Server Directory

    Your 42 GB image is cut into 4 MB chunks. Those chunks are placed under the .chunks path of your datastore (like /mnt/datastore/mydatastore/.chunks). To be able to restore those chunks into your original 42 GB image, you need an index of all the chunks - and that's your drive-ide0.img.fidx (fidx...
  18. mgabriel

    4-Node-Ceph-Cluster went down

    Is there something in the syslog / journal log at that time that gives some hints what happens? What do you mean by "complete stop" of the cluster? What happened?
  19. mgabriel

    4-Node-Ceph-Cluster went down

    if your cluster is running again now, please post the output of ceph status and if there are errors, post also the output of ceph health and ceph health detail.