bareos: bareos-12.4 59608873
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | bareos-12.4 | 2013-05-15 16:24 | bareos-12.4 0ca0c343 | Pending | |
Affected Issues | 0000152: report if number of subscribed clients is exceeded. | ||||
Changeset | Number of subscriptions can be checked The number of subscribed clients can be set in the director ressource, e.g. Subscriptions = 2 When the number of clients is bigger than the configured limit, each job gets the following message: JobId 7: Warning: Subscriptions exceeded: (used/total) (3/2) Also, the status of the subscriptions can be checked via * status subscriptions Warning! No available subscriptions: -1 (3/2) (used/total) Nothing else than the warning is issued, no enforcement on backup, restore or any other operation will happen. Fixes 0000152: report if number of subscribed clients is exceeded. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||||
mod - src/dird/dird.c | Diff File | ||||
mod - src/dird/dird_conf.c | Diff File | ||||
mod - src/dird/dird_conf.h | Diff File | ||||
mod - src/dird/job.c | Diff File | ||||
mod - src/dird/ua_cmds.c | Diff File | ||||
mod - src/dird/ua_status.c | Diff File |