/* Look through Autochangers first */
foreach_res(changer, R_AUTOCHANGER) {
Dmsg1(dbglvl, "Try match changer res=%s\n", changer->hdr.name);
+ if (!rctx.device->autoselect) {
+ Dmsg1(100, "Device %s not autoselect skipped.\n",
+ rctx.device->hdr.name);
+ continue; /* device is not available */
+ }
/* Find resource, and make sure we were able to open it */
if (strcmp(rctx.device_name, changer->hdr.name) == 0) {
/* Try each device in this AutoChanger */
General:
+13Jun08
+ebl Fix autoselect option broken for a while. Fix #1089. Need some
+ work with StorageId to be able to use a particular drive in a
+ autochanger.
09Jun08
ebl Rename faketape to vtape.
ebl Update faketape driver.