]> git.sur5r.net Git - bacula/rescue/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)
commit11cb9d17d607e845f6123b97e672df042c9189e1
tree9f334288b2b9c17036abe053649b8cdf2b9bcf58
parent09e7544749a6fc634d78ddb82d4cc6f71266d8c0
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.