]> git.sur5r.net Git - bacula/bacula/commit
- Lots of documentation.
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Jul 2005 18:26:31 +0000 (18:26 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 11 Jul 2005 18:26:31 +0000 (18:26 +0000)
commitc2c59c0761435ad6b196eea11878a2bcbfdf99d7
tree8f267a35318f06eedd899344a86053a4e7edc032
parent65f44eb30372e6a83351ea721cbd5020b4a3d9ec
- Lots of documentation.
- Do not prune volume marked as append when needing a
  new Volume.
- Print a warning message in SD if a non-used Volume
  is specified and autolabel not turned on.
- Correct a bug in chksum.c concerning SHA1 signatures
  (an * should have been & when checking for a bit flag).
- Print File:Block for all label records in label.c -- concerns
  primarily bls when doing Job listings (-j).
- Correct is_volume_in_use() to return false if testing
  on the same device where the Volume is already mounted.
- Define a init_done flag in the SD that is set when the
  devices are initialized and make users connecting wait.
  This prevents useless connect failure warning messages.
- Do additional device locking in ask_op_to_mount_volume()
  to prevent race conditions with a user labeling a Volume
  or autolabeling.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2189 91ce42f0-d328-0410-95d8-f526ca767f89
19 files changed:
bacula/kes-1.37
bacula/src/cats/sql_create.c
bacula/src/dird/autoprune.c
bacula/src/dird/ua_prune.c
bacula/src/filed/acl.c
bacula/src/filed/backup.c
bacula/src/filed/chksum.c
bacula/src/filed/chksum.h
bacula/src/stored/askdir.c
bacula/src/stored/bls.c
bacula/src/stored/btape.c
bacula/src/stored/device.c
bacula/src/stored/dircmd.c
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/protos.h
bacula/src/stored/reserve.c
bacula/src/stored/stored.c
bacula/src/version.h