mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[PR #120] Add support for QEMU Guest Agent and Fix Issue with IPAM #122
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/ConvoyPanel/panel/pull/120
State: closed
Merged: Yes
Guest Agent
Changes
Issues
IPAM
This change increases the pagination limit for IP addresses. The IPAM is typically slow when trying to assign an IP address to a VM on a node that has more than 100 available IP addresses, since the current approach only provides 100 results each time a user enters a value. There is no need to paginate the IPAM since the amount of data is small. Loading all of the IP addresses at once dramatically speeds up the process of selecting an IP address and makes it less frustrating for the user.
[PR #120] [MERGED] Add support for QEMU Guest Agent and Fix Issue with IPAMto [PR #120] Add support for QEMU Guest Agent and Fix Issue with IPAM