and possibly manipulating the autochanger (much asked for).
- 8. Automatic updating of Drive status from SD to DIR when something
changes (Volume, offline, append, read, ...).
+- 9. Check if a Volume is mounted on another drive in an Autochanger.
+
Autochangers Done:
- 1. Automatic use of more than one drive in an autochanger (done)
- Add disk seeking on restore.
- Add Python writable variable for changing the Priority,
Client, Storage, JobStatus (error), ...
-- SD Autochanger work
- - Lock all devices when using changer script.
- - Check if Volume is mounted on another device
- - Find a free drive if Changer name used.
- SD Python
- Solicit Events
- FD Python
/* Loop over alternative storages until one is OK */
foreach_alist(dev, storage->device) {
pm_strcpy(device_name, dev->hdr.name);
- pm_strcpy(media_type, dev->MediaType);
+ pm_strcpy(media_type, storage->media_type);
bash_spaces(device_name);
bash_spaces(media_type);
bnet_fsend(sd, use_device, device_name.c_str(),