From 632756b6fb0dd36eae0257d4fd537c22327c52cc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 6 Jan 2021 16:13:58 +0100 Subject: [PATCH] tape: more docs --- docs/tape-backup.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst index 5b859fc5..fadbebcd 100644 --- a/docs/tape-backup.rst +++ b/docs/tape-backup.rst @@ -323,6 +323,20 @@ To list all configured drives use:: The Vendor, Model and Serial number are auto detected, but only shown if the device is online. +For testing, you can simply query the drive status with:: + + # proxmox-tape status --drive mydrive + ┌───────────┬────────────────────────┐ + │ Name │ Value │ + ╞═══════════╪════════════════════════╡ + │ blocksize │ 0 │ + ├───────────┼────────────────────────┤ + │ status │ DRIVE_OPEN | IM_REP_EN │ + └───────────┴────────────────────────┘ + +.. NOTE:: Blocksize should always be 0 (variable block size + mode). This is the default anyways. + Media Pools ~~~~~~~~~~~