Replication Removal Scheduled

Robkd4

Member
Jan 7, 2021
20
2
8
44
Hallo zusammen,

ich habe für Replikations Test´s zwei Tasks angelegt und wollte/möchte diese nun löschen. Leider Steht seid knapp 2 Wochen diese nun auf "Removal Scheduled" was kann ich tun?

PVE_rep_test.JPG

Grüße
 
Nachdem ich das Problem auch gerade habe und auf der Suche bin, habe ich diese mögliche Lösung gefunden ...

You have to clean up manually.
destroy the dataset manually and remove the jobs from the /etc/pve/replication.cfg

Übersetzt:

Du musst das manuell umsetzen:
  1. Das ZFS-Dataset löschen (zfs list; zfs destroy -r ... ) (Tip: Gut aufpassen, und doppelt prüfen, dass man das richtige Dataset erwischt! ;) )
  2. Den Job aus der /etc/pve/replication.cfg entfernen

Bei mir hat es ansonsten noch eine Ergänzung von /etc/lvm/lvm.conf und einen Reboot des VMHosts gebraucht, weil ich ansonsten ein Dataset nicht löschen konnte (wegen des Fehlers: zfs error: cannot destroy 'blablub': dataset is busy). Der Grund dafür war der, dass in einem ZVOL noch ein LVM physical Volume vom Guest erkannt wurde. Da vgchange/lvchange nicht möglich waren, habe ich dann den Filter gesetzt und rebootet.


Code:
global_filter = [ "r|/dev/zd*|" ]

Wenn global_filter schon gesetzt ist, dann mit Komma getrennt den zusätzlichen Wert "r|/dev/zd*|" einfügen.

Schön, dass es wieder mal so einfach ist!
 
Last edited:

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!