While running a backup I realized that the pool had too few volumes (on 
disk). So I increased the number of volumes in the Pool definition, went to 
the bconsole and reloaded.

However that instantly lead to this error:

18-Dec 11:37 bareos-sd JobId 3605: Warning: stored/mount.cc:246 Open device 
"DiskVmwareStorage9" (/srv/stor2/bareos/vmware) Volume "VmwareIncr-2346" 
failed: ERR=stored/dev.cc:597 Could not open: 
/srv/stor2/bareos/vmware/VmwareIncr-2346, ERR=No such file or directory

There is indeed no such file. The most recent files are:

-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:21 VmwareIncr-2339
-rw-r----- 1 bareos bareos 10736369871 Dez 18 03:21 VmwareIncr-2331
-rw-r----- 1 bareos bareos 10736369879 Dez 18 03:21 VmwareIncr-2338
-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:22 VmwareIncr-2337
-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:23 VmwareIncr-2341
-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:23 VmwareIncr-2340
-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:24 VmwareIncr-2343
-rw-r----- 1 bareos bareos 10736369887 Dez 18 03:27 VmwareIncr-2342

My Pool definition:

Pool {
  Name = VmwareIncr
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 10 days          # How long should the Incremental 
Backups be kept?
  Maximum Volume Bytes = 10G           # Limit Volume size to something 
reasonable
  Maximum Volumes = 400               # Limit number of Volumes in Pool
  Label Format = "VmwareIncr-"       # Volumes will be labeled 
"Incremental-<volume-id>"
  Recycle Oldest Volume = yes
}

The only way I can solve that is cancelling all active jobs (cancel all 
yes) and restarting them.

I'm on Bareos 23.1.1 on Debian 12. Has anyone else seen this? What am I 
doing wrong?

Cheers
 Christoph

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/aa0dcfd4-a51e-4019-b1a5-1f8b48dd137an%40googlegroups.com.

Reply via email to