View Issue Details

IDProjectCategoryView StatusLast Update
0000404bareos-coredirectorpublic2015-01-29 10:50
Reporterpstorz Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
PlatformLinuxOSanyOS Version3
Product Version14.2.2 
Summary0000404: If a directory explicitly configured in a fileset does not exist the jobresult is warning.
DescriptionIf a fileset is common to multiple clients, usually some of the specified directories does not exist on each client.

Now the job result and mail header states "Backup OK -- with warnings" which was not the case before.

Example output:
Could not stat "/logs": ERR=No such file or directory

It would be nice if such a problem could be marked as information instead of warning.
TagsNo tags attached.

Activities

pstorz

pstorz

2015-01-29 10:49

administrator   ~0001232

Unfortunately it is not easy to suppress thoes messages in the code.

The solution for this problem is to make sure that the configured paths do exist by

-> either dynamically create the filelist
-> or create the configured paths on all machines sharing this fileset

Issue History

Date Modified Username Field Change
2015-01-23 09:48 pstorz New Issue
2015-01-23 09:49 pstorz Severity minor => feature
2015-01-23 11:40 pstorz Assigned To => pstorz
2015-01-23 11:40 pstorz Status new => assigned
2015-01-29 10:49 pstorz Note Added: 0001232
2015-01-29 10:49 pstorz Status assigned => closed
2015-01-29 10:50 pstorz Resolution open => fixed
2015-01-29 10:50 pstorz Assigned To pstorz =>
2015-01-29 10:50 pstorz Resolution fixed => won't fix