Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Eric Bollengier via Bacula-users

Hello Wanderlei,

On 6/6/22 18:49, Wanderlei Huttel wrote:

Hello Eric

Have you ever think about create a git repository in https://github.com?


Git is distributed and can have multiple locations, so, github is interesting. I
have setup a gitlab project last month, but the project cannot apply to the
Open Source gitlab initiative (resources to run CI, to build packages etc...).
I'm not sure to continue with them, github is the next one to try. It might be
an opportunity to merge the code and the issue tracking.

Thanks for the input,
Eric


Best regards

*Wanderlei Hüttel*



Em seg., 6 de jun. de 2022 às 13:02, Eric Bollengier via Bacula-users <
bacula-users@lists.sourceforge.net> escreveu:


The git service is available on http://www.bacula.org/git/bacula but we

will

update the configuration with some redirect to stay compatible with what

it was

before. Thanks for the pointer.


Sorry, it's http://www.bacula.org/git or https://www.bacula.org/git for
the
moment.

Best Regards,
Eric


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users







___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Wanderlei Huttel
Hello Eric

Have you ever think about create a git repository in https://github.com?

Best regards

*Wanderlei Hüttel*



Em seg., 6 de jun. de 2022 às 13:02, Eric Bollengier via Bacula-users <
bacula-users@lists.sourceforge.net> escreveu:

> > The git service is available on http://www.bacula.org/git/bacula but we
> will
> > update the configuration with some redirect to stay compatible with what
> it was
> > before. Thanks for the pointer.
>
> Sorry, it's http://www.bacula.org/git or https://www.bacula.org/git for
> the
> moment.
>
> Best Regards,
> Eric
>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Eric Bollengier via Bacula-users

The git service is available on http://www.bacula.org/git/bacula but we will
update the configuration with some redirect to stay compatible with what it was
before. Thanks for the pointer.


Sorry, it's http://www.bacula.org/git or https://www.bacula.org/git for the
moment.

Best Regards,
Eric


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Eric Bollengier via Bacula-users

Hello Bill,

On 6/6/22 15:54, Bill Arlofski via Bacula-users wrote:

On 6/6/22 01:55, Eric Bollengier via Bacula-users wrote:

Hello,

We had a server outage with bacula.org last Friday and since then the server is
under heavy maintenance. We were able last week-end to bring back most of the
services, except:
- Bacula Community package repo
- the Bacula wiki
- cdash for regression tests

It will take us more days to have those services back online, we are sorry. We
will write back to the mailing list when available.

Best Regards,
Eric



Hello Eric,

Just in case you were not aware, git.bacula.org is also 'out' as it does not 
resolve:


8<---
$ git pull
fatal: unable to access 'http://git.bacula.org/bacula.git/': Could not resolve 
host: git.bacula.org

8<---



The git service is available on http://www.bacula.org/git/bacula but we will
update the configuration with some redirect to stay compatible with what it was
before. Thanks for the pointer.

Best Regards,
Eric


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Bill Arlofski via Bacula-users

On 6/6/22 01:55, Eric Bollengier via Bacula-users wrote:

Hello,

We had a server outage with bacula.org last Friday and since then the server is
under heavy maintenance. We were able last week-end to bring back most of the
services, except:
- Bacula Community package repo
- the Bacula wiki
- cdash for regression tests

It will take us more days to have those services back online, we are sorry. We
will write back to the mailing list when available.

Best Regards,
Eric



Hello Eric,

Just in case you were not aware, git.bacula.org is also 'out' as it does not 
resolve:

8<---
$ git pull
fatal: unable to access 'http://git.bacula.org/bacula.git/': Could not resolve 
host: git.bacula.org
8<---



Best regards,
Bill

--
Bill Arlofski
w...@protonmail.com


signature.asc
Description: OpenPGP digital signature
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Beta Release 11.3.4

2022-06-06 Thread Josh Fisher


On 6/3/22 14:34, Bill Arlofski via Bacula-users wrote:

On 6/3/22 09:51, Josip Deanovic wrote:


Could you please say few words about "Job Storage group support"
feature.
What exactly is that?

I tried to search for it on the net, including the documentation but
couldn't find anything that would explain what Job Storage group support
might be.


Regards!

--
Josip Deanovic


Hello Josip,

This new StorageGroup feature allows you to specify more than one 
Storage in a Job or Pool.


For example:
8<
Job {
  Name = Test
  Storage = Storage_1, Storage_2, Storage_3, ...
  StorageGroupPolicy = (ListedOrder|LeastUsed)
  ...
}
8<

Then, when Bacula starts a job, if it cannot reach the first one for 
some reason, or the first one rejects the job (ie: some
mis-configuration issue, or devices are disabled on it), then the next 
one is tried, and so on until it finds one that works.



Why does this choice happen only at job start? I have always thought it 
should occur at each volume selection, which might alleviate some of the 
issues with concurrent jobs writing to multi-drive autochangers, 
particularly when writing to the same pool. Much of the volume shuffling 
between drives is simply because the job's storage device cannot be 
reassigned. This would basically be assigning volume and device as an 
atomic pair, meaning volume and device would always be assigned from 
within a single critical section, probably where the volume selection 
code is now. That pairing would persist as long as it was assigned to 
one or more jobs.





The `StorageGroupPolicy` setting allows you to tell Bacula what 
criteria to use when selecting

the storage. The default is
`ListedOrder` and will be used if not specified.

The `LeastUsed` policy checks all of the specified Storages and 
chooses the one with the least number of jobs currently

running on it.

I understand there are more `StorageGroupPolicy` options being planned.


Hope this helps,
Bill

--
Bill Arlofski
w...@protonmail.com


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Eric Bollengier via Bacula-users

Hello,

We had a server outage with bacula.org last Friday and since then the server is 
under heavy maintenance. We were able last week-end to bring back most of the 
services, except:

- Bacula Community package repo
- the Bacula wiki
- cdash for regression tests

It will take us more days to have those services back online, we are sorry. We 
will write back to the mailing list when available.


Best Regards,
Eric


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users