when a backup volume copy over to another bareos server, after bscan volume
import , restore will fail on extracting "effective_size" step. Current
workaround is hardcoding effective_size with a large enough value to treat
ovirt to finish it until EOF.
bareos-fd (150): filed/python-fd.cc:1109-52 python-fd: Traceback (most
recent call last):
File "/usr/lib64/bareos/plugins/BareosFdWrapper.py", line 66, in
create_file
return bareos_fd_plugin_object.create_file(context, restorepkt)
File "/usr/lib64/bareos/plugins/BareosFdPluginOvirt.py", line 311, in
create_file
self.ovirt.start_upload(context, disk)
File "/usr/lib64/bareos/plugins/BareosFdPluginOvirt.py", line 1711, in
start_upload
effective_size = self.disk_metadata_by_id[old_id]["effective_size"]
KeyError: ('844be452-028f-421d-947c-35fa3051c894',)
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/ec39e8f8-fe07-424d-89ca-1a406e47ca30%40googlegroups.com.