docs: update proxmox-tape status output
This commit is contained in:
		@ -409,13 +409,35 @@ For testing, you can simply query the drive status with:
 | 
			
		||||
.. code-block:: console
 | 
			
		||||
 | 
			
		||||
 # proxmox-tape status --drive mydrive
 | 
			
		||||
 ┌───────────┬────────────────────────┐
 | 
			
		||||
 ┌────────────────┬──────────────────────────┐
 | 
			
		||||
 │ Name           │ Value                    │
 | 
			
		||||
 ╞═══════════╪════════════════════════╡
 | 
			
		||||
 ╞════════════════╪══════════════════════════╡
 | 
			
		||||
 │ blocksize      │ 0                        │
 | 
			
		||||
 ├───────────┼────────────────────────┤
 | 
			
		||||
 │ status    │ DRIVE_OPEN | IM_REP_EN │
 | 
			
		||||
 └───────────┴────────────────────────┘
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ density        │ LTO4                     │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ compression    │ 1                        │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ buffer-mode    │ 1                        │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ alert-flags    │ (empty)                  │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ file-number    │ 0                        │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ block-number   │ 0                        │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ manufactured   │ Fri Dec 13 01:00:00 2019 │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ bytes-written  │ 501.80 GiB               │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ bytes-read     │ 4.00 MiB                 │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ medium-passes  │ 20                       │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ medium-wearout │ 0.12%                    │
 | 
			
		||||
 ├────────────────┼──────────────────────────┤
 | 
			
		||||
 │ volume-mounts  │ 2                        │
 | 
			
		||||
 └────────────────┴──────────────────────────┘
 | 
			
		||||
 | 
			
		||||
.. NOTE:: Blocksize should always be 0 (variable block size
 | 
			
		||||
   mode). This is the default anyway.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user