]> git.sur5r.net Git - bacula/docs/commit
- Implement autochanger drives protocol so that Dir knows
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Nov 2005 17:31:19 +0000 (17:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Nov 2005 17:31:19 +0000 (17:31 +0000)
commitde72702b3b7185c50651e91cb21cf077118dd3ae
tree1a2babf1fa5edc4cda74f5fc8c910329887711d1
parenta827332e96eb80801288f658df47741b0e0af2ce
- Implement autochanger drives protocol so that Dir knows
  how many drives an autochanger has.
- Do not request drive number in label, ... if only one drive.
- Turn off debug code.
- Fix update slots to clear slot number of every slot before
  setting it.  This fixes (I believe) bug #471
- Make unmount unload the autochanger slot.
- Modify open() on mount to be read-only and non-blocking,
  otherwise the mount can block for a long time.
- Make a few error message numbers unique.
- Make a few error messages more correct.
- Apply patch from Thorsten to fix Win98 stat() command.