server/gc_job: add 'to_stdout'
we will use this for the manual api call Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
79c9bf55b9
commit
c724f65805
@ -334,7 +334,7 @@ async fn schedule_datastore_garbage_collection() {
|
||||
|
||||
let auth_id = Authid::backup_auth_id();
|
||||
|
||||
if let Err(err) = crate::server::do_garbage_collection_job(job, datastore, auth_id, Some(event_str)) {
|
||||
if let Err(err) = crate::server::do_garbage_collection_job(job, datastore, auth_id, Some(event_str), false) {
|
||||
eprintln!("unable to start garbage collection job on datastore {} - {}", store, err);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user