GithubHelp home page GithubHelp logo

Comments (8)

zipurman avatar zipurman commented on August 16, 2024

Check the logs of the engine while you are trying to generate the list. It may be getting throttled.

On the engine command line:
tail /var/log/ovirt-/.log -f

simpleBackup currently does a single API call for each request, but it also re-authenticates each time. It's on the list to authenticate once which may also solve this issue.

You may also want to try the following on the command line of the simpleBackupVM while trying to generate the list:

tail /var/log/apache2/error.log -f

from ovirt_simple_backup.

natman avatar natman commented on August 16, 2024

nothing into logs... I tried to set some authentication options thanks to the ovirt-aaa-jdbc-tool, but nothing does the trick. What is strange, I'm able to list the same huge number of VMs without issue when chosing scheduled backups instead of single. The issue may come from more attributes fetched in the single process (comment and cluster).
Some other behaviour that could help is that after listed vms with scheduled backup, I'm able to list them with single backup.

from ovirt_simple_backup.

andresin avatar andresin commented on August 16, 2024

Same problem here. I guess it is just a timeout issue, as the Single Backup page loads after long time when asked directly to the VMs IP.

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

I will see what I can do to speed this area up as well as extend the timeout issue.

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

I just pushed out a change that should help. I was loading in disk sizes for each VM in the list. Using the API, I have to ask for each set of disks for each vm, which on long lists could take a while. I removed the disk size from that page but it will still be shown on the next page once a VM is selected.

Let me know if that improves things.

from ovirt_simple_backup.

andresin avatar andresin commented on August 16, 2024

Those changes fixed the issue for me. Thanks!

from ovirt_simple_backup.

andresin avatar andresin commented on August 16, 2024

In "Scheduled Backups", we have the same issue on "New Schedule" or when editing an "Scheduled Backup Name"

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

Just pushed out an update to correct that ;)

from ovirt_simple_backup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.