]> git.proxmox.com Git - proxmox-backup.git/commitdiff
pmt: document driver options
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Feb 2021 07:34:31 +0000 (08:34 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Feb 2021 07:34:31 +0000 (08:34 +0100)
docs/pmt/man1.rst

index 8b5a68dce6a2de4929af12bd4a41cd7d382921a3..22ee590b86ecbf09ee223d9fc4d0837a2abb6005 100644 (file)
@@ -39,6 +39,42 @@ parameter. It accepts the following values:
 :``json-pretty``: JSON (multiple lines, nicely formatted).
 
 
+Device driver options can be specified as integer numbers (see
+``/usr/include/linux/mtio.h``), or using symbolic names:
+
+:``buffer-writes``: Enable buffered writes
+
+:``async-writes``:  Enable async writes
+
+:``read-ahead``: Use read-ahead for fixed block size
+
+:``debugging``: Enable debugging if compiled into the driver
+
+:``two-fm``:  Write two file marks when closing the file
+
+:``fast-mteom``: Space directly to eod (and lose file number)
+
+:``auto-lock``: Automatically lock/unlock drive door
+
+:``def-writes``: Defaults are meant only for writes
+
+:``can-bsr``: Indicates that the drive can space backwards
+
+:``no-blklims``: Drive does not support read block limits
+
+:``can-partitions``: Drive can handle partitioned tapes
+
+:``scsi2locical``: Seek and tell use SCSI-2 logical block addresses
+
+:``sysv``: Enable the System V semantics
+
+:``nowait``:  Do not wait for rewind, etc. to complete
+
+:``sili``: Enables setting the SILI bit in SCSI commands when reading
+   in variable block mode to enhance performance when reading blocks
+   shorter than the byte count
+
+
 Description
 ===========