]> git.sur5r.net Git - bacula/docs/commit
kes Modify disk changer to simulate some of the error conditions
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Sep 2006 21:11:03 +0000 (21:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 11 Sep 2006 21:11:03 +0000 (21:11 +0000)
commitf4bb45dc74a5c8802f1eea8bf4a0de489aa26dd9
treec8859b929d7d51e0ee1d26febfa8151a6716a71d
parent42b5fc02e6fc9e8181d5e056982f6b0bad18d349
kes  Modify disk changer to simulate some of the error conditions
     of mtx-changer.
kes  Make sure the close() call in the SD tools is just before the
     getchar() call.
kes  Implement dir_get_volume_info() in bls using the patch from
     Richard Mortimer but call find_num_dvd_parts().
kes  Implement find_num_dvd_parts() that mounts and scans a DVD
     and counts the parts.
kes  Move the omode code in open_dvd() up so that the cannot
     write on blank disk can check can be bypassed for read mode.
     Not yet implemented.