On 12/17/2015 02:06 PM, ouchene abdelhak wrote: > On Thursday, December 10, 2015 at 9:25:46 AM UTC+1, ouchene abdelhak wrote: >> I installed bareos on centos 7 services run perfectly, I can bacckup and >> restore data, >> and I installed vmware plugin fo backup vcenter VM, I can enable CBT, >> but when I launch the backup of the VM, I get the following error message >> >> ..... >> bareos-fd JobId 157: Fatal error: Illegal argument 13 without value >> 2015-12-08 13:51:40 bareos-fd JobId 157: Fatal error: Failed to >> authenticate Storage daemon. >> 2015-12-08 13:51:40 bareos-dir JobId 157: Fatal error: Bad response to >> Storage command: wanted 2000 OK storage >> , got 2902 Bad storage >> ..... >> >> Any idea ? >> >> aouchene > > hi, > > I'v investigated by making some test, finally I discovered that there is : > ...... > Fatal error: Traceback (most recent call last) > ...... > msg = 'Error caused by file > /vmfs/volumes/bdd33b82-bf4618cc/to_backup/to_backup.vmdk', > ...... > > because I use NFS share to store my VMs, there is some thing that is wrong > with bareos-fd when using an NFS share, I migrated a VM to the local > datastore disk of one host on my cluster vCenter, the VM has been backuped > successfully. > > what do you thins?
Currently the Bareos VMware Plugin does not work when using an NFS datastore. The VMware KB-Article http://kb.vmware.com/kb/1020128 explains that "For CBT to identify disk sectors in use with the special "*" change ID, these items are required: - The virtual disk must be located on a VMFS volume, backed by SAN, iSCSI, or local disk." The plugin currently implements Full backups using a CBT query with the special "*" change ID as the only method. Added the following FAQ article: http://www.bareos.org/en/faq/does-the-bareos-vmware-backup-plugin-work-on-nfs-datastore.html Regards -- Stephan Dühr [email protected] Bareos GmbH & Co. KG Phone: +49 221-630693-90 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, J. Steffens, Philipp Storz, M. v. Wieringe -- 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 post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
