]> git.sur5r.net Git - bacula/bacula/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)
commita5c3db371f5ec6ca43c0f29b29f63c0d01578308
tree0f8a052892e7f661a7faa37d30268b2b35f953e6
parentbdd69272171916ee8af4cb28677f2370b3b7e42c
- 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.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2575 91ce42f0-d328-0410-95d8-f526ca767f89
12 files changed:
bacula/kes-1.38
bacula/src/dird/dird_conf.h
bacula/src/dird/protos.h
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_label.c
bacula/src/dird/ua_select.c
bacula/src/filed/backup.c
bacula/src/lib/smartall.c
bacula/src/lib/smartall.h
bacula/src/stored/autochanger.c
bacula/src/stored/dircmd.c
bacula/src/stored/reserve.c