Hello,

On 05.10.2005 16:22, Jesús Arnáiz wrote:

Hi.

I use Disk files as storage media and I have the next Pool configuration:

--
# Default pool definition
Pool {
  Name = Default
  Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 90 days         # 90 days
  Accept Any Volume = yes             # write on any volume in the pool
  Maximum Volume Bytes = 53687091200  # 50Gb
  Volume Use Duration = 23h
  LabelFormat = "Vol"
}
--

The problem is that I see a new volume is created whenever a jobs starts like this:

--
-rw-r-----    1 root     wheel    428151308 Sep  8 01:11 Vol0016
-rw-r-----    1 root     wheel    490936060 Sep  9 01:18 Vol0017
--

No problems, just what you told it to do.

But I see there is no max volumes on the Pool:

--

*list pools
+--------+---------+---------+---------+----------+-------------+
| PoolId | Name    | NumVols | MaxVols | PoolType | LabelFormat |
+--------+---------+---------+---------+----------+-------------+
| 1      | Default | 43      | 0       | Backup   | Vol         |
+--------+---------+---------+---------+----------+-------------+

--

So my question is, ¿what will happen when the disk gets full? ¿It will try to recycle old volumes or it will fail? Should I set a maximun volumes on the pool?, How?

Probably there will be an error. Thus, you better set the maximum volumes... the corresponding configuration resource is called, funnily, "Maximum Volumes".

Thanks in advance for your help

Jesus Arnaiz

Arno



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to