[pbs-devel] [PATCH v3 proxmox-backup 04/14] add do_verification_job function to verify.rs

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Oct 15 18:15:22 CEST 2020


this needs to be rebased, see below for details

On 13.10.20 11:32, Hannes Laimer wrote:
> Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
> ---
>  src/backup/verify.rs | 94 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 94 insertions(+)
> 
> diff --git a/src/backup/verify.rs b/src/backup/verify.rs
> index 0c55305f..fc711d54 100644
> --- a/src/backup/verify.rs
> +++ b/src/backup/verify.rs
> @@ -8,6 +8,8 @@ use anyhow::{bail, format_err, Error};
>  use crate::{
>      server::WorkerTask,

commit f6b1d1cc66707de5a3ed42358f2c4125ee74d034 dropped the worker task here,
so context is wrong

>      api2::types::*,
> +    config::jobstate::Job,
> +    config::verify::VerificationJobConfig,
>      tools::ParallelHandler,
>      backup::{
>          DataStore,






More information about the pbs-devel mailing list