Bacula-users

[Bacula-users] Question regarding migrate job failing

2011-04-14 19:56:23
Subject: [Bacula-users] Question regarding migrate job failing
From: jerry lowry <jlowry AT edt DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 14 Apr 2011 16:52:27 -0700
Hi List,

I have a migrate job setup that will move job id's to an offsite disk based on "pool time".  This has been working on some of the job id's but on some I have gotten a couple of errors: "Volume data Block checksum mismatch" and "Volume data error at 13:2932697021! wanted id: "BB02" got "INIT"."  This happened on a number of the job id's but not all of them.
These errors happened on only two of the volumes  that it used in the migrate job.  Volume "hardware-003" and "hardware-007".  The big question I have is: If these two volumes were copied from one disk to another disk and then back to the original disk would this create a problem with bacula?  From a hardware point, none of the disks are showing any errors.  I just had a problem with the raid volume that I setup up.  They are running in a raid 0 setting, which uses two 1T disks.


Thanks for your input.

Config definitions:

# File Pool definition
Pool {
  Name = HomePool
  Pool Type = Backup
  Next Pool = OffsiteMid
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 7 days         # one week
  Maximum Volume Bytes = 200G        # Limit Volume size to something reasonable
  Migration Time = 5 days        # Migrate data older than period of time
  Maximum Volumes = 5               # Limit number of Volumes in Pool
  Label Format = "home-"
}
# File Pool definition
Pool {
  Name = OffsiteMid
  Pool Type = Migrate
  Next Pool = OffsiteMid
  Storage = midswap
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 6 months         # one week
  Maximum Volume Bytes = 1800G       # Limit Volume size to something reasonable
  Maximum Volumes = 10               # Limit number of Volumes in Pool
}
Job {
        Name = "CopyHMDiskToDisk"
        Type = Migrate
        Level = Full
        FileSet = "Mid Set"
        Client = distress-sd-fd
        Messages = Standard
    Storage = home
        Pool = HomePool
        Maximum Concurrent Jobs = 4
        Selection Type = Pool Time
        Selection Pattern = "homeMS-*"
}

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Question regarding migrate job failing, jerry lowry <=