2da7aca8e8 
					 
					
						
						
							
							tape/changer: add vendor/model to DriveStatus  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-01-28 15:10:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d737adc6be 
					 
					
						
						
							
							tape: rename changer_drive_id to changer_drivenum  
						
						
						
						
					 
					
						2021-01-28 11:29:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16b4d78400 
					 
					
						
						
							
							tape: rename retry_command to execute_scsi_command, make retry a flag  
						
						
						
						
					 
					
						2021-01-27 09:34:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec8d9c6b80 
					 
					
						
						
							
							tape: repeat changer scsi command until successful  
						
						
						
						
					 
					
						2021-01-27 08:59:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1740f3f01 
					 
					
						
						
							
							tape/changer/mtx: add mtx parser test  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-01-26 12:51:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbf01b644c 
					 
					
						
						
							
							tape: fix typos  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-01-26 12:39:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3747b93c8 
					 
					
						
						
							
							tape: add new command line tool "pmtx"  
						
						... 
						
						
						
						Also improve sgutil2 error reporting 
						
						
					 
					
						2021-01-26 11:57:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b96a43879 
					 
					
						
						
							
							tape: cleanup - use ScsiMediaChange trait instead of mtx_status()  
						
						
						
						
					 
					
						2021-01-25 13:25:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						697c41c584 
					 
					
						
						
							
							tape: add/use rust scsi changer implementation using libsgutil2  
						
						
						
						
					 
					
						2021-01-25 13:14:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45212a8c78 
					 
					
						
						
							
							fix mtx parser bug: s/strip_suffix/strip_prefix/  
						
						
						
						
					 
					
						2021-01-22 11:00:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37796ff73f 
					 
					
						
						
							
							tape: change code hierarchy to improve docs  
						
						
						
						
					 
					
						2021-01-21 17:12:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6334bdc1c5 
					 
					
						
						
							
							clippy: collapse nested ifs  
						
						... 
						
						
						
						Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com > 
						
						
					 
					
						2021-01-20 16:23:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						365915da9a 
					 
					
						
						
							
							clippy: use strip_prefix instead of manual stripping  
						
						... 
						
						
						
						it's less error-prone (off-by-one!)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com > 
						
						
					 
					
						2021-01-20 16:22:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8446fbca85 
					 
					
						
						
							
							tape: rename changer_id to label_text  
						
						
						
						
					 
					
						2021-01-13 13:26:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6638c034d2 
					 
					
						
						
							
							tape: remove unused eject_on_unload method  
						
						
						
						
					 
					
						2021-01-10 16:20:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04df41cec1 
					 
					
						
						
							
							tape: more MediaChange cleanups  
						
						... 
						
						
						
						Try to provide generic implementation for complex operations:
- unload_to_free_slot
- load_media
- export media
- clean drive
- online_media_changer_ids 
						
						
					 
					
						2021-01-10 15:32:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						483da89d03 
					 
					
						
						
							
							tape: improve export media to directly export from drive, add CLI  
						
						
						
						
					 
					
						2021-01-10 13:44:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c92e3832bf 
					 
					
						
						
							
							tape: cleanup: s/transfer/transfer_media/, avoid compiler warnings  
						
						
						
						
					 
					
						2021-01-10 12:18:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0057f0e580 
					 
					
						
						
							
							tape: MediaChange -  add transfer, implement export  
						
						
						
						
					 
					
						2021-01-10 11:51:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6217b8b36 
					 
					
						
						
							
							tape: renamed src/tape/changer/linux_tape.rs -> src/tape/changer/mtx.rs  
						
						
						
						
					 
					
						2021-01-10 10:07:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6fe16039b9 
					 
					
						
						
							
							tape: simplify media changer implementation - new struct MtxMediaChanger  
						
						
						
						
					 
					
						2021-01-10 10:02:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df69a4fc59 
					 
					
						
						
							
							tape: implement drive clean  
						
						
						
						
					 
					
						2021-01-08 11:32:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25d3965769 
					 
					
						
						
							
							tape: correctly skip cleaning tapes (not regular tapes)  
						
						
						
						
					 
					
						2021-01-08 09:16:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						46a1863f88 
					 
					
						
						
							
							tape: improve MediaChange trait  
						
						... 
						
						
						
						We expose the whole MtxStatus, and we can load/store from/to
specified slot numbers. 
						
						
					 
					
						2021-01-07 14:26:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5035c5600 
					 
					
						
						
							
							tape: mtx_status - consider new export-slots property  
						
						
						
						
					 
					
						2021-01-06 11:53:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						284eb5daff 
					 
					
						
						
							
							tape: cleanup/simplify media_change code  
						
						
						
						
					 
					
						2020-12-30 17:16:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0362b0d0f 
					 
					
						
						
							
							tape: correctly parse mtx import/export slots  
						
						
						
						
					 
					
						2020-12-28 13:32:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9839d3f778 
					 
					
						
						
							
							tape: improve docu  
						
						
						
						
					 
					
						2020-12-16 12:43:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f70d8091d3 
					 
					
						
						
							
							tape: implement option changer-drive-id  
						
						
						
						
					 
					
						2020-12-10 09:09:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d90860688 
					 
					
						
						
							
							tape: expose basic tape/changer functionality at api2/tape/  
						
						
						
						
					 
					
						2020-12-08 15:42:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b107fdb99a 
					 
					
						
						
							
							tape: add tape changer support using 'mtx' command  
						
						
						
						
					 
					
						2020-12-05 14:54:12 +01:00