[SOLVED] VM Backup bricht ab "snap_vm-102-disk-1_vzdump"

mathschut

Well-Known Member
Sep 5, 2017
30
0
46
38
Hallo,

ich kann bei einer VM kein Backup mehr machen. Folgender Fehler kommt immer:

ERROR: Backup of VM 102 failed - lvcreate snapshot 'pve/snap_vm-102-disk-1_vzdump' error: Logical Volume "snap_vm-102-disk-1_vzdump" already exists in volume group "pve"

Was kann ich tun oder wie kann ich die Datei löschen?
 
Hallo,

mit lvdisplay pve/snap_vm-102-disk-1_vzdump kannst du nachschauen ob der entsprechende snapshot not aktiv ist. Wenn nicht solltest du ihn einfach mit lvremove pve/snap_vm-102-disk-1_vzdump entfernen können.
 
Hi,

bitte gern, könntest du den Thread als "Solved" markieren? Dafür den Thread bearbeiten und den Präfix auf "Solved" stellen, danke!
 
Ich habe da noch eine Disk, wozu es keine VM gibt. Leider kann ich die auch nicht löschen. Hast du dazu auch eine Idee?

root@proxmox:~# lvdisplay pve/vm-110-disk-0
--- Logical volume ---
LV Path /dev/pve/vm-110-disk-0
LV Name vm-110-disk-0
VG Name pve
LV UUID 0CU1Am-767n-o1ei-yaoO-jOse-F50c-cuLAx6
LV Write Access read/write
LV Creation host, time proxmox, 2021-11-25 09:04:54 +0100
LV Pool name data
LV Status available
# open 1
LV Size 32.00 GiB
Mapped size 32.05%
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:13
 
In der Zukunft: weil das ein anderes Thema ist, bitte einen neuen Thread aufmachen.

Aber weil das nicht all zu schwer sein sollte. Probier mal folgendes:
  1. Wenn du dir ganz sicher bist dass es nicht mehr in Verwendung ist, solltest du das volume mit lvchange -a n pve/vm-110-disk-0 auf inaktiv schalten können.
  2. Dann beobachte mal ob sich alles noch "normal" verhält.
  3. Wenn alles klappt, kannst du's wie gewohnt löschen. Wenn nicht mit lvchange -a y pve/vm-110-disk-0 wieder aktivieren. Dann schau mal wo das evt. doch noch in Verwendung ist.
 
okay, beim nächsten Mal mache ich neuen Thread auf. Leider geht das inaktiv schalten nicht.

root@proxmox:~# lvchange -a n pve/vm-110-disk-0
Logical volume pve/vm-110-disk-0 in use.
 
Dann ist das Volume wohl doch noch irgendwo in Verwendung. Bitte poste mal den Output des Folgenden Commands: sudo dmsetup info -c | grep vm--110

Außerdem: bitte kopiere den Output zwischen [code][/code] Tags damit er ordentlich formattiert wird.
 
Code:
root@proxmox:~# sudo dmsetup info -c | grep vm--110
pve-vm--110--disk--0 253  13 L--w    1    1      0 LVM-46Fq2K0Mi0ki9B5KW7QAcXshfpavEwl90CU1Am767no1eiyaoOjOseF50ccuLAx6
 
Hm ok. Als irgendwo ist das Volume noch in Verwendung. Evt. könntest du noch den folgenden Command ausführen und hier anhängen:

fuser -avm /dev/pve/vm-110-disk-0
 
root@proxmox:~# fuser -avm /dev/pve/vm-110-disk-0
USER PID ACCESS COMMAND
/dev/dm-13:
root@proxmox:~#
 
Bitte benütze weiterhin [code][/code] tags für sowas!

Ok also doch nicht mehr in Verwendung. Evt. gibt's noch snapshots die dazu gehören, mit lvdisplay -C | grep vm-110-disk-0 kannst du schauen ob's solche noch gibt
  • Wenn ja, dann bitte wie in meiner erste Antwort entfernen, danach wie hier beschrieben das Volume entfernen.
  • Wenn nein, dann entfernen wir das jetzt mit einer etwas weniger vorsichtigen Methode, aber nachdem es ja nicht mehr in Verwendung sein sollte ist das hoffentlich egal:
    • dmsetup remove pve-vm--110--disk--0
    • lvremove /dev/pve/vm-110-disk-0
 
Last edited:
Sorry der eine Command war ein bisschen falsch, da hat das "remove" gefehlt, hab's jetzt noch korrigiert.
 
Code:
root@proxmox:~# lvdisplay pve/vm-110-disk-0
  --- Logical volume ---
  LV Path                /dev/pve/vm-110-disk-0
  LV Name                vm-110-disk-0
  VG Name                pve
  LV UUID                0CU1Am-767n-o1ei-yaoO-jOse-F50c-cuLAx6
  LV Write Access        read/write
  LV Creation host, time proxmox, 2021-11-25 09:04:54 +0100
  LV Pool name           data
  LV Status              available
  # open                 1
  LV Size                32.00 GiB
  Mapped size            32.05%
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:13
  
root@proxmox:~# lvremove pve/vm-110-disk-0
  Logical volume pve/vm-110-disk-0 in use.

Code:
root@proxmox:~# lvdisplay -C | grep vm-110-disk-0
  vm-110-disk-0 pve Vwi-aotz--   32.00g data        32.05

leider lässt sich der Snapshot nicht löschen :(
 
Was hat dmsetup remove pve-vm--110--disk--0 ergeben?
 
da kommt folgender Fehler:

Code:
root@proxmox:~# dmsetup remove pve-vm--110--disk--0
device-mapper: remove ioctl on pve-vm--110--disk--0  failed: Device or resource busy
Command failed.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!