]> 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)
commit2cb8c5c503da41e323918d285883037314946a06
tree893ee1b1777ab70188a3e646db717db6ae9f3363
parent0dc529feba7312a9301193b2ec78425e63994de9
- 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