]> git.sur5r.net Git - bacula/rescue/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)
commit6e32749fe8930c82bcbd62bdb7bb2136ab90da9c
treee7644bdfd1d3246a2127120ef7c1cb441f183f1a
parent30a0a894b7531933980af0763e8d81d478ed9ce7
- 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.