[SOLVED] Garbage Collection already running, aber sie läuft gar nicht.

uibmz

Renowned Member
Oct 29, 2015
31
1
73
Hallo zusammen,
ich habe hier folgendes Phänomen:
Bash:
proxmox-backup-manager garbage-collection start extdrivecrypt
Error: garbage collection already running

Wenn ich mir den Status der Garbage-Collection anschaue, dann ist dem auch so:
JSON:
proxmox-backup-manager garbage-collection status extdrivecrypt --output-format json-pretty
{
  "disk-bytes": 10038358762050,
  "disk-chunks": 3650722,
  "index-data-bytes": 113032178860428,
  "index-file-count": 9848,
  "pending-bytes": 0,
  "pending-chunks": 0,
  "removed-bad": 0,
  "removed-bytes": 278774766951,
  "removed-chunks": 110997,
  "still-bad": 0,
  "upid": "UPID:storage01:002A7CBF:993226B8:00000D37:64817650:garbage_collection:extdrivecrypt:root@pam:"
}

aber der Task läuft nicht mehr:

JSON:
proxmox-backup-manager task list --output-format json-pretty
[
  {
    "node": "localhost",
    "pid": 2351234,
    "pstart": 2708427250,
    "starttime": 1686639740,
    "upid": "UPID:storage01:0023E082:A16F51F2:000002D2:6488147C:verify:backup\\x3ahost-storage01.mz.uib.gmbh-6487BA3A:pbs-backup@pbs!pbs-backup-client:",
    "user": "pbs-backup@pbs!pbs-backup-client",
    "worker_id": "backup:host/storage01.mz.uib.gmbh/6487BA3A",
    "worker_type": "verify"
  },
  {
    "node": "localhost",
    "pid": 2351234,
    "pstart": 2708427250,
    "starttime": 1686629867,
    "upid": "UPID:storage01:0023E082:A16F51F2:000002C7:6487EDEB:verify:backup\\x3avm-2002-6487EC1F:pbs-backup@pbs:",
    "user": "pbs-backup@pbs",
    "worker_id": "backup:vm/2002/6487EC1F",
    "worker_type": "verify"
  },
  {
    "node": "localhost",
    "pid": 2351234,
    "pstart": 2708427250,
    "starttime": 1686607200,
    "upid": "UPID:storage01:0023E082:A16F51F2:0000021E:64879560:verificationjob:backup\\x3av\\x2dda337519\\x2d7bbf:root@pam:",
    "user": "root@pam",
    "worker_id": "backup:v-da337519-7bbf",
    "worker_type": "verificationjob"
  }
]


Wie kann ich den Task denn abschießen?
Ein task stop kommt ohne Fehlermeldung zurück:
Bash:
root@storage01:~# proxmox-backup-manager task stop "UPID:storage01:002A7CBF:993226B8:00000D37:64817650:garbage_collection:extdrivecrypt:root@pam:"
root@storage01:~# echo $?
0
root@storage01:~# proxmox-backup-manager task stop UPID:storage01:002A7CBF:993226B8:00000D37:64817650:garbage_collection:extdrivecrypt:root@pam:
root@storage01:~# echo $?
0
 
Hi,

you could try to reload/restart the proxmox-backup-proxy service. but caution: a restart aborts running tasks, so i'd do that when no task is running
 

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!