zipurman / oVIRT_Simple_Backup

A REST API backup using PHP for oVirt 4.2.x
GNU General Public License v3.0
56 stars 32 forks source link

Documentation #10

Closed txsastre closed 6 years ago

txsastre commented 6 years ago

Hi, just writing here some instructions that should be included in the documentation.

when installing dependences in 3 On oVirt Server https://github.com/zipurman/oVIRT_Simple_Backup#steps-to-setting-up-xen-migration-and-backup-scripts

nfs-common package is missing, if not you cannot mount NFS volumens, also you receive an "wrong FS file" error and you can spend all the day looking for that.

4 . on oVirtEngine VM once installed the plugin https://github.com/zipurman/oVIRT_Simple_Backup/tree/master/plugin

you should do once installed an in /usr/share/ovirt-engine/ui-plugins/simpleBackup

chmod 777 -R *

if not, the button "Simple Backup" does not appear in the "ovirt-engine" WebUI

zipurman commented 6 years ago

I have added the nfs-common to the docs.

I have also added the following: chmod 777 /usr/share/ovirt-engine/ui-plugins/simpleBackup* -R

Thanks for the review ;)

Fixed in new version 0.6.4 coming soon

txsastre commented 6 years ago

A pleasure to help