-
-
Notifications
You must be signed in to change notification settings - Fork 59
Qubes 4 Admin API is way too inefficient #3293
Copy link
Copy link
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.r4.1-dom0-cur-test
Milestone
Metadata
Metadata
Assignees
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.r4.1-dom0-cur-test
Qubes OS version:
4.0-rc2
Steps to reproduce the behavior:
Expected behavior:
The output should be shown instantly, with time spent under 100ms.
Actual behavior:
It takes more than 2 seconds on my machine.
General notes:
The current Qubes API design that requires a call for each property just doesn't work.
A single call should exist and be used to get all data for all VMs or for any set of VMs (including a single one).
Proposed design: