[pbs-devel] [PATCH proxmox-backup 3/3] docs: lto barcode generator: add worm tape types

Dominik Csapak d.csapak at proxmox.com
Wed Mar 6 16:11:01 CET 2024


see
https://www.ibm.com/docs/en/ts4500-tape-library?topic=media-lto-bar-code-labels

for a reference of the codes

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
alternatively we could add a 'WORM' checkbox, but then we'd have to
modify the value before adding it to the list.

 docs/lto-barcode/tape-type.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/lto-barcode/tape-type.js b/docs/lto-barcode/tape-type.js
index 7edb59ea..e487f47b 100644
--- a/docs/lto-barcode/tape-type.js
+++ b/docs/lto-barcode/tape-type.js
@@ -12,12 +12,19 @@ Ext.define('LtoTapeType', {
 	field: ['value', 'text'],
 	data: [
 	    { value: 'L9', text: "LTO-9" },
+	    { value: 'LZ', text: "LTO-9 (WORM)" },
 	    { value: 'L8', text: "LTO-8" },
+	    { value: 'LY', text: "LTO-8 (WORM)" },
 	    { value: 'L7', text: "LTO-7" },
+	    { value: 'LX', text: "LTO-7 (WORM)" },
 	    { value: 'L6', text: "LTO-6" },
+	    { value: 'LW', text: "LTO-6 (WORM)" },
 	    { value: 'L5', text: "LTO-5" },
+	    { value: 'LV', text: "LTO-5 (WORM)" },
 	    { value: 'L4', text: "LTO-4" },
+	    { value: 'LU', text: "LTO-4 (WORM)" },
 	    { value: 'L3', text: "LTO-3" },
+	    { value: 'LT', text: "LTO-3 (WORM)" },
 	    { value: 'CU', text: "Cleaning Unit" },
 	],
     },
-- 
2.39.2





More information about the pbs-devel mailing list