PV kann nicht aus der LVM-Konfiguration entfernt werden, wenn die Festplatte nicht verfügbar ist

PV kann nicht aus der LVM-Konfiguration entfernt werden, wenn die Festplatte nicht verfügbar ist

Ich habe eine VM mit 2 Festplatten und 2 VGs, eine der Festplatten ist eine PV (keine Partition). Das Betriebssystem ist CentOS 7. Jetzt ist die Festplatte nicht mehr verfügbar. Das PVS zeigt an:

# pvs
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  Couldn't find device with uuid L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL.
  PV         VG       Fmt  Attr PSize    PFree  
  ...
  [unknown]  vgbackup lvm2 a-m  <800,00g <30,00g

--- Volume group ---
  VG Name               vgbackup
  System ID             
  Format                lvm2
  Metadata Areas        0
  Metadata Sequence No  5
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               0
  Max PV                0
  Cur PV                1
  Act PV                0
  VG Size               <800,00 GiB
  PE Size               4,00 MiB
  Total PE              204799
  Alloc PE / Size       197120 / 770,00 GiB
  Free  PE / Size       7679 / <30,00 GiB
  VG UUID               d2QWd0-eg28-RpRY-RX0h-JV7A-dpJH-jRF71x

Die VG besteht nur aus dieser Platte, kein anderes PV in dieser VG. Habe versucht, PV zu entfernen:

vgremove --force vgbackup 
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  Couldn't find device with uuid L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL.
  Aborting vg_write: No metadata areas to write to!

Es wurde versucht, ein Loop-Gerät zum Schreiben von Metadaten hinzuzufügen:

# losetup -l
NAME       SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE
/dev/loop0         0      0         0  0 /tmp/tmp.raw

# vgextend vgbackup /dev/loop0
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  Couldn't find device with uuid L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
Segmentation fault

Das /dev/loop0 PV wurde erstellt, aber nicht an vgbackup angehängt:

# pvs
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  WARNING: Device for PV L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL not found or rejected by a filter.
  Couldn't find device with uuid L9Anor-qlzF-mTT7-Rxx0-Ovig-hMQI-OkupZL.
  PV         VG       Fmt  Attr PSize    PFree  
  /dev/loop0          lvm2 ---   100,00m 100,00m
  /dev/sda2  rootvg   lvm2 a--    58,80g   4,00m
  [unknown]  vgbackup lvm2 a-m  <800,00g <30,00g

Was ist jetzt zu tun? Wie kann ich vgbackup aus der LVM-Konfiguration entfernen? Ein Neustart ist jetzt keine Option.

Ich danke Ihnen für Ihre Hilfe!

verwandte Informationen