8be48ddfc7 
					 
					
						
						
							
							api2/tape/changer: add drive state to changer status output  
						
						... 
						
						
						
						if we can find the drive in the config and it has a state
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:15:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41e66bfaf6 
					 
					
						
						
							
							api2/tape/drive: wrap some api calls in run_drive_blocking_task  
						
						... 
						
						
						
						those calls could also block, so we have to run them in a blocking
tokio task, as to not block the current thread
nice side effect is that we now also update the state for that
drive in those instances
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:14:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47a7241410 
					 
					
						
						
							
							api2/tape/drive: use run_drive_blocking_task where possible  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:13:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54c77b3d62 
					 
					
						
						
							
							api2/tape/drive: add wrapper for tokio::task::spawn_blocking  
						
						... 
						
						
						
						similar to the worker wrapper, lock, write status, run code, unset status
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:13:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1c5575308 
					 
					
						
						
							
							api2/tape/drive: use 'run_drive_worker' where possible  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:11:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a44c934b5d 
					 
					
						
						
							
							api2/tape/drive: add run_drive_worker wrapper  
						
						... 
						
						
						
						a wrapper for locking, starting the worker and writing the state
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-19 10:08:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1917ea3ce1 
					 
					
						
						
							
							cleanup: use serde(flatten) for VerificationJobStatus, improve code reuse  
						
						
						
						
					 
					
						2021-02-19 09:50:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70842b9ef2 
					 
					
						
						
							
							cleanup: use serde(flatten) for SyncJobStatus, improve code reuse  
						
						
						
						
					 
					
						2021-02-19 09:36:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7690a8e7bd 
					 
					
						
						
							
							api: list tape backup jobs with scheduling status  
						
						
						
						
					 
					
						2021-02-19 09:02:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1689296d46 
					 
					
						
						
							
							api: add new type JobScheduleStatus  
						
						
						
						
					 
					
						2021-02-19 08:23:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9bbd83b1f2 
					 
					
						
						
							
							tape: media_list API - allow to update online status for a single changer  
						
						
						
						
					 
					
						2021-02-18 10:59:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0647e5a02 
					 
					
						
						
							
							tape: use worker tasks for media load/unload  
						
						
						
						
					 
					
						2021-02-18 09:04:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e21948156 
					 
					
						
						
							
							api2/admin/datastore: refactor create_zip into pxar/extract  
						
						... 
						
						
						
						we will reuse that code in the client, so we need to move it to
where we can access it from the client
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
[clippy fixes]
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com > 
						
						
					 
					
						2021-02-17 08:32:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5279ee745f 
					 
					
						
						
							
							api2/admin/datastore: accept "/" as path for root  
						
						... 
						
						
						
						makes more sense than sending "root'"
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com > 
						
						
					 
					
						2021-02-17 08:32:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						227501c063 
					 
					
						
						
							
							api2/admin/datastore: refactor list_dir_content in catalog_reader  
						
						... 
						
						
						
						we will reuse that later in the client, so we need it somewhere
we can use from there
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
[add strongly typed ArchiveEntry and put api code into helpers.rs]
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com > 
						
						
					 
					
						2021-02-17 08:32:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3cdd1a3424 
					 
					
						
						
							
							tape: erase_media - automatically load media (with tape libraries).  
						
						
						
						
					 
					
						2021-02-17 06:55:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be61c56c21 
					 
					
						
						
							
							api2/tape/drive: add optional label-text to erase  
						
						... 
						
						
						
						if given, erases the tape only iff the inserted tape contains that label
used to safeguard tape erasing from ui for standalone drives
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-17 06:55:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						159100b944 
					 
					
						
						
							
							tape: ui - avoid changer status query in backup content panel  
						
						
						
						
					 
					
						2021-02-15 12:17:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41a8db3576 
					 
					
						
						
							
							tape: implement API to run tape backup jobs  
						
						
						
						
					 
					
						2021-02-15 11:09:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe291ab794 
					 
					
						
						
							
							cleanup: tape_backup_job.rs - do not use #[allow(non_camel_case_types)]  
						
						
						
						
					 
					
						2021-02-15 10:41:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8513626b9f 
					 
					
						
						
							
							proxmox-backup-proxy: schedule tape backup jobs  
						
						
						
						
					 
					
						2021-02-15 08:30:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						42200c405a 
					 
					
						
						
							
							fix api sort order  
						
						
						
						
					 
					
						2021-02-15 06:35:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be327dbccd 
					 
					
						
						
							
							tape: add tape backup job configuration  
						
						
						
						
					 
					
						2021-02-14 10:35:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b1bf4c098 
					 
					
						
						
							
							tape: erase_media - automatically erase catalog and inventory  
						
						
						
						
					 
					
						2021-02-12 11:30:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c9fb570cc 
					 
					
						
						
							
							api2/types/tape/media_location: fix deserialization of MediaLocation::Vault  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-11 14:23:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56d22c66c0 
					 
					
						
						
							
							api2/tape/media: add 'move' api call  
						
						... 
						
						
						
						Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-11 14:23:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f02db04f9 
					 
					
						
						
							
							docs: use new type_text option for calendar events  
						
						
						
						
					 
					
						2021-02-11 11:51:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f9d8438ab 
					 
					
						
						
							
							tfa: derive WebauthnConfigUpdater via api macro  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2021-02-10 10:47:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afcf8b3ed6 
					 
					
						
						
							
							api2/tape/drive: add missing locks for some drive actions  
						
						... 
						
						
						
						else a backup/restore can easily be disrupted
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-09 08:46:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						42c0f784e2 
					 
					
						
						
							
							key: add show-master-pubkey command  
						
						... 
						
						
						
						and print public key when generating/importing..
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com > 
						
						
					 
					
						2021-02-06 08:55:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25aa55b5f5 
					 
					
						
						
							
							tape: correctly lock the tape device  
						
						
						
						
					 
					
						2021-02-05 10:50:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cdf39e62b3 
					 
					
						
						
							
							tape: MediaPool - replace use_offline_media with changer_name  
						
						... 
						
						
						
						This way, we can improve location_is_available, because we only
consider media from that changer as available. 
						
						
					 
					
						2021-02-04 10:15:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f47e035721 
					 
					
						
						
							
							tape: cleanup - move tape file readers/writers into src/tape/file_formats folder  
						
						
						
						
					 
					
						2021-02-04 07:59:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a80d72f999 
					 
					
						
						
							
							tape: allow to abort restore tasks  
						
						
						
						
					 
					
						2021-02-04 07:05:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8de9a9917f 
					 
					
						
						
							
							cleanup: use task_log macro  
						
						
						
						
					 
					
						2021-02-04 06:55:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						50a4797fb1 
					 
					
						
						
							
							api2/types/tape/media: add media_set_ctime to MediaContentEntry  
						
						... 
						
						
						
						to be able to better sort in the ui
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-02-02 14:45:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0f11b66f7 
					 
					
						
						
							
							thape: add read_tapedev_options, display driver options with status command  
						
						
						
						
					 
					
						2021-02-02 06:40:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6248e51797 
					 
					
						
						
							
							change half-ticket time range from -120..240 to  -60..600  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2021-02-01 15:13:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9883b54cba 
					 
					
						
						
							
							tape: remove drive from pool config  
						
						
						
						
					 
					
						2021-02-01 09:14:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5b99a52cd 
					 
					
						
						
							
							tape: API type cleanup, use serde flatten to derive types  
						
						
						
						
					 
					
						2021-01-30 09:36:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9586ce2f46 
					 
					
						
						
							
							tape: move scan_drives API code to correct file  
						
						
						
						
					 
					
						2021-01-30 08:03:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c297835b01 
					 
					
						
						
							
							tape: proxmox-tape - use API instead of direct functions calls  
						
						
						
						
					 
					
						2021-01-29 11:49:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5243df4712 
					 
					
						
						
							
							tape: proxmox-tape - use API instead of direct functions calls  
						
						
						
						
					 
					
						2021-01-29 10:50:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f2c4713ef 
					 
					
						
						
							
							tape: improve backup task abort behaviour  
						
						
						
						
					 
					
						2021-01-29 09:23:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						271764deb9 
					 
					
						
						
							
							tape: make it possible to abort tape backup tasks (check_abort)  
						
						... 
						
						
						
						Also use task_log makro instead of worker.log. 
						
						
					 
					
						2021-01-29 09:07:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdb6e6b83f 
					 
					
						
						
							
							api2/reader: asyncify the reader worker task  
						
						... 
						
						
						
						this way, the code is much more readable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-01-29 06:59:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41dacd5d3d 
					 
					
						
						
							
							tape: use worker task for eject-media api  
						
						
						
						
					 
					
						2021-01-28 16:49:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb1dfb02b5 
					 
					
						
						
							
							tape: proxmox-tape - use api for erase-media and rewind  
						
						
						
						
					 
					
						2021-01-28 16:36:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdb62b20a3 
					 
					
						
						
							
							tape: media_pool config api - set protected flags where required  
						
						
						
						
					 
					
						2021-01-28 15:42:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						627d000098 
					 
					
						
						
							
							tape: change changer-drive-id to changer-drivenum  
						
						... 
						
						
						
						because it changed in the config
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com > 
						
						
					 
					
						2021-01-28 15:11:22 +01:00