Search results

  1. W

    After force-shutdown pve-data not active

    @mira Thank you for your help. I found a temporary solution for me. I added a new disk to the server and extended the group. After that I was able to repair the pool. Now have to find out how to clean everything and remove the 2nd disk. Code: root@nuc:~# vgs VG #PV #LV #SN Attr VSize...
  2. W

    Nach force-shutdown booten vms nicht mehr

    @fireon Vielen Dank für deine Hilfe. Das Löschen hat auch nicht funktioniert: Check of pool pve/data failed (status:1). Manual repair required! TASK ERROR: lvremove 'pve/vm-110-state-Vor_Javascript_Update' error: Failed to update pool pve/data. Was ich aber geschafft habe und eher als...
  3. W

    After force-shutdown pve-data not active

    @mira it's one of the things I tried, but without success: Check of pool pve/data failed (status:1). Manual repair required! TASK ERROR: lvremove 'pve/vm-110-state-Vor_Javascript_Update' error: Failed to update pool pve/data.
  4. W

    After force-shutdown pve-data not active

    Thank you mira. Here are the outputs (have a look in the attachment too): root@nuc:~# pveversion -v proxmox-ve: 6.2-1 (running kernel: 5.4.55-1-pve) pve-manager: 6.2-11 (running version: 6.2-11/22fb4983) pve-kernel-5.4: 6.2-5 pve-kernel-helper: 6.2-5 pve-kernel-5.0: 6.0-11...
  5. W

    After force-shutdown pve-data not active

    I have often had the problem that I cannot start vms after restarting the node. What helped me so far: lvchange -an /dev/pve/data lvconvert --repair /dev/pve/data lvchange -ay /dev/pve/data But now it seems I have not enough free space: Volume group "pve" has insufficient free space (559...
  6. W

    Nach force-shutdown booten vms nicht mehr

    was kann ich tun um den freien Speicher zu vergrößern?
  7. W

    Nach force-shutdown booten vms nicht mehr

    Ich habe des Öfteren das Problem gehabt, dass ich nach einem Neustart des Nodes keine vms starten kann. Geholfen hat bisher: lvchange -an /dev/pve/data lvconvert --repair /dev/pve/data lvchange -ay /dev/pve/data Doch heute geht das nicht mehr da der Speicherplatz wohl nicht ausreicht: Volume...