View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000572 | bareos-core | storage daemon | public | 2015-11-28 17:17 | 2016-01-11 15:02 |
| Reporter | ingopingo | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | Linux | OS | Ubuntu | OS Version | 14.04 |
| Product Version | 15.2.2 | ||||
| Summary | 0000572: jobtype=migrate => 3903 Error replicate data | ||||
| Description | Since the update to version 15, every migration from disk to tape storage fails with: Fatal error: mac.c:91 Bad response toend replicate command. Wanted 3000 OK end rep$, got 3903 Error replicate data Restore of the same job to another host works without errors. | ||||
| Steps To Reproduce | bconsole <<< "run job=migrate nextpool=Tape2015 jobid=48813 yes" | ||||
| Tags | No tags attached. | ||||
|
config.txt (1,427 bytes)
28-Nov 14:11 zstore-sd JobId 49616:
Fatal error: mac.c:91 Bad response toend replicate command.
Wanted 3000 OK end rep$, got 3903 Error replicate data
Job {
Name = "migrate"
Type = Migrate
Pool = Full
Level = Full
Schedule = NoPlan
FileSet = Localfs
Client = local-fd
Selection Type = SQLQuery
Selection Pattern = "
SELECT DISTINCT Job.JobId,Job.StartTime FROM Job,Pool
WHERE Pool.Name = '%s' AND Pool.PoolId = Job.PoolId
AND Job.Type = 'B' AND Job.JobStatus IN ('T','W') AND Job.jobBytes > 0
AND Job.JobId NOT IN ( SELECT PriorJobId FROM Job WHERE Type IN ('B','C')
AND Job.JobStatus IN ('T','W') AND PriorJobId != 0 )
ORDER by Job.StartTime
"
Messages = Standard
Maximum Concurrent Jobs = 20
Purge Migration Job = yes
}
Device {
Name = FileStorage
Media Type = File
Archive Device = /data/backups/bareos
LabelMedia = yes;
Random Access = Yes;
AutomaticMount = yes;
RemovableMedia = no;
AlwaysOpen = no;
Maximum Concurrent Jobs = 3
}
Device {
Name = UltriumLTO
Device Type = Tape
Media Type = LTO-5
Archive Device = "/dev/nst0"
AutomaticMount = yes
AlwaysOpen = yes
RemovableMedia = yes
RandomAccess = no
AutoChanger = Yes
Spool Directory = /home/bareos/spool
Maximum File Size = 10GB
Maximum Network Buffer Size = 65536
Maximum Spool Size = 20G
Maximum Concurrent Jobs = 1
}
|
|
| Have your restarted, both SD and DIR after update and are both at the same version? | |
| Yes, both versions are 15.2.2. | |
| Sorry, we are not able to reproduce. This error never happened in any other installation we know of. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-11-28 17:17 | ingopingo | New Issue | |
| 2015-11-28 17:17 | ingopingo | File Added: config.txt | |
| 2015-11-30 11:54 |
|
Note Added: 0002017 | |
| 2015-11-30 11:54 |
|
Status | new => feedback |
| 2015-11-30 13:14 | ingopingo | Note Added: 0002020 | |
| 2015-11-30 13:14 | ingopingo | Status | feedback => new |
| 2016-01-11 15:02 | pstorz | Note Added: 0002083 | |
| 2016-01-11 15:02 | pstorz | Status | new => closed |
| 2016-01-11 15:02 | pstorz | Assigned To | => pstorz |
| 2016-01-11 15:02 | pstorz | Resolution | open => won't fix |
| 2016-01-11 15:02 | pstorz | Assigned To | pstorz => |