You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Josh Thompson (Jira)" <ji...@apache.org> on 2024/02/22 22:13:00 UTC

[jira] [Assigned] (VCL-1126) allocate computer already having specified IP address for server reservations with specified IP

     [ https://issues.apache.org/jira/browse/VCL-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Thompson reassigned VCL-1126:
----------------------------------

    Assignee: Josh Thompson

> allocate computer already having specified IP address for server reservations with specified IP
> -----------------------------------------------------------------------------------------------
>
>                 Key: VCL-1126
>                 URL: https://issues.apache.org/jira/browse/VCL-1126
>             Project: VCL
>          Issue Type: Improvement
>          Components: vcld (backend), web gui (frontend)
>            Reporter: Josh Thompson
>            Assignee: Josh Thompson
>            Priority: Major
>             Fix For: 2.6
>
>
> Server reservations allow users to specify an IP address to be used. Currently, the web frontend only checks to see if an existing reservation or management node has the specified IP address assigned. If not, it will allow the reservation to move forward. The backend currently checks for any computer having the IP address assigned in the database, and fails the reservation if one is found.  If not found, it tries to ping the IP and fails the reservation if the ping is responded to.
> This improvement will have the frontend check to see if there is a computer already assigned the IP in the database that the selected image maps to, and if so, attempts to assign that computer for the new reservation. The backend will then need to check if the assigned computer currently has the specified IP address, and if so, skip the ping check.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)