]> git.proxmox.com Git - proxmox-backup.git/commit
use io_format_err, io_bail, io_err_other from proxmox-lang
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Feb 2022 10:39:18 +0000 (11:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 21 Feb 2022 13:24:13 +0000 (14:24 +0100)
commitf26d7ca5c57fa5c4809ac26dc6fdb0a306c56d34
treebb2ad8288d1c2fd8951361fbbee90e7a8227861e
parentb066586a47a9df6eef51b435eadda3db9a31c5f1
use io_format_err, io_bail, io_err_other from proxmox-lang

and move the comment from the local io_bail in pbs-client/src/pxar/fuse.rs
to the only use

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
16 files changed:
pbs-client/src/pxar/fuse.rs
pbs-datastore/src/cached_chunk_reader.rs
pbs-tape/src/blocked_reader.rs
pbs-tape/src/blocked_writer.rs
pbs-tape/src/emulate_tape_reader.rs
pbs-tape/src/emulate_tape_writer.rs
pbs-tape/src/sg_tape.rs
pbs-tape/src/tape_write.rs
proxmox-rest-server/src/rest.rs
src/tape/drive/virtual_tape.rs
src/tape/file_formats/catalog_archive.rs
src/tape/file_formats/chunk_archive.rs
src/tape/file_formats/multi_volume_reader.rs
src/tape/file_formats/multi_volume_writer.rs
src/tape/file_formats/snapshot_archive.rs
src/tools/disks/mod.rs