]> git.sur5r.net Git - bacula/bacula/commit
- Implement IBM labels
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Mar 2005 15:40:41 +0000 (15:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Mar 2005 15:40:41 +0000 (15:40 +0000)
commit70e0ff8ca9898a2dde68b0d509bb728f59edeccd
treeee27ea9e54da2af4d0a87b48b7ad8d92d161bbb3
parent65c5fd5007468cc4194b2900077c59419ec0fd2b
- Implement IBM labels
- Implement EOF and EOV labels at the end of a volume.
- Fix a rather ugly problem with the PoolId not getting
  passed correctly. Now the DIR passes the Pool name and
  Media Type to the SD, who passes them back when requesting
  the next Volume. The DIR then looks up the correct PoolId.
  This takes more time, but always works, AND allows wild
  card Media Types (i.e. the SD can decide).
- The DIR <==> SD protocol has changed.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1885 91ce42f0-d328-0410-95d8-f526ca767f89
14 files changed:
bacula/kernstodo
bacula/src/cats/protos.h
bacula/src/cats/sql_get.c
bacula/src/dird/catreq.c
bacula/src/stored/Makefile.in
bacula/src/stored/acquire.c
bacula/src/stored/ansi_label.c
bacula/src/stored/askdir.c
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/ebcdic.c
bacula/src/stored/label.c
bacula/src/stored/protos.h
bacula/src/version.h