zfs.tier.rewrite_job_recover ============================ Recover a rewrite job in ERROR state by reissuing failed rewrites. .. raw:: html
ZfsTierRewriteJobRecoverArgs parameters.
No Additional PropertiesRewrite job to recover, in dataset_name@job_uuid format. The job must be in ERROR state.
Must be at least 1 characters long
The job after recovery is initiated. Status will be RUNNING if failed files remain to be retried, or COMPLETE if all previously failed files were retried successfully.
Rewrite job identifier in dataset_name@job_uuid format.
Must be at least 1 characters long
ZFS dataset this job is operating on.
Must be at least 1 characters long
Unique identifier for this rewrite job.
Must be at least 1 characters long
Current lifecycle state of the job.
COMPLETE - All files in the dataset have been processed.RUNNING - Job is actively processing files.QUEUED - Job is waiting for a free execution slot (see max_concurrent_jobs).CANCELLED - Job was stopped via zfs_tier_job.cancel. Not resumable.STOPPED - Job was RUNNING but its process is no longer active (e.g. daemon restart). This state is computed on read and is never written to persistent storage.ERROR - Job halted due to an unrecoverable error. Use zfs_tier_job.recover to retry failed files.