Hello Jesus

There is a bug report opened in mantis about this.
http://bugs.bacula.org/view.php?id=2336

Would be interesting update the file daemons also, because they are too old.

Best regards

*Wanderlei Hüttel*
http://www.huttel.com.br

2017-10-23 6:40 GMT-02:00 jesus moreno <jesus.mor...@huelva.es>:

> Hi:
>
> This is my first intervention in this mailing list. Sorry for my language.
> I'm from Spain.
>
> In my office, we are migrating from bacula 5.0.3 to bacula 9.0.3. The
> backup strategy is Disk Based Backup, and each server have a different job
> with a different pool. Each pool has the attribute "MaximumVolumeJobs = 1".
> The agent File Daemon of each server has not changed.
>
> We copy the configuration and, normally, all seems to be fine, except a
> message that is shown many times in the same volume:
>
> Max Volume jobs=1 exceeded. Marking Volume "..." as Used
>
> An example:
>
> 19-oct 07:17 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:18 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:20 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:22 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:23 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:25 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:27 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:29 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:30 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:32 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:34 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:35 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:37 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:39 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:40 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:42 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:44 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:46 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:47 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:49 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
> 19-oct 07:50 srvbacula02-dir JobId 160: Max Volume jobs=1 exceeded.
> Marking Volume "pool-srvcopiaseg01-20171012-050629" as Used.
>
> When show this message, if I do "list media pool=pool-srvcopiaseg01", I
> see that the volume is marked as "Used".
>
> Why bacula repeat the same message multiples times? It's a bug?
>
> This is the configuration of server:
>
> Pool {
>   Name = pool-srvcopiaseg01
>   Volume Retention = 5 days
>   Maximum Volume Bytes = 20G            # Cintas de 20 Gigas.
>   Maximum Volumes = 60
>   MaximumVolumeJobs = 1
>   Pool Type = Backup
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes                     # Prune expired volumes
>   LabelFormat = "${Pool}-${Year:p/4/0/r}${Month:p/2/0/r}${Day:p/2/0/r}-$
> {Hour:p/2/0/r}${Minute:p/2/0/r}${Second:p/2/0/r}"
>   Recycle Oldest Volume = yes
> }
>
> Job {
>   Name = "job-srvcopiaseg01"
>   JobDefs = "DefaultJobServidor"
>   Level = Full
>   Client = srvcopiaseg01-fd
>   FileSet = "srvcopiaseg01-file"
>   Storage = FileUsuario
>   Pool = pool-srvcopiaseg01
>   Priority = 9
>   Schedule = "Manual"
>   ClientRunBeforeJob = "/datos/opt/bacula/bin/verifica_antes.sh"
>   ClientRunAfterJob = "/datos/opt/bacula/bin/borrar_snapshot.sh"
>
> Client {
>   Name = srvcopiaseg01-fd
>   Address = srvcopiaseg01.aytohuelva.es
>   FDPort = 9102
>   Catalog = MyCatalog
>   Password = "pass_de_srvcopiaseg01-fd_para_srvbacula02-dir"
>   File Retention = 5 days
>   Job Retention = 5 days
>   AutoPrune = yes                     # Prune expired Jobs/Files
>   Heartbeat Interval = 60
> }
>
> The server bacula is Linux Debian 8.9
>
> Regards.
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to