[
https://issues.apache.org/jira/browse/VCL-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799234#comment-16799234
]
ASF subversion and git services commented on VCL-1117:
------------------------------------------------------
Commit e677172c330a4ff09f97a44c0042a7702fe5a39b in vcl's branch
refs/heads/VCL-1117_server_reservation_Linux_fixed_IP from Josh Thompson
[ https://gitbox.apache.org/repos/asf?p=vcl.git;h=e677172 ]
VCL-1117 - vcld fails to set fixed IP address for Linux server reservations if
management node not set to static
OS.pm: modified update_fixed_ip_info: added return for successful case; if fail
to set router, netmask, or dns_servers, ensure returned value will be 0
Linux.pm: modified update_resolv_conf: added check for processing server
request, and if so, use dns server info from it instead of failing if
management node ip configuration is not set to static
> vcld fails to set fixed IP address for Linux server reservations if
> management node not set to static
> -----------------------------------------------------------------------------------------------------
>
> Key: VCL-1117
> URL: https://issues.apache.org/jira/browse/VCL-1117
> Project: VCL
> Issue Type: Bug
> Components: vcld (backend)
> Reporter: Josh Thompson
> Priority: Major
>
> When a server reservation is submitted for a Linux image that is configured
> to have a fixed IP address, vcld ends up failing the reservation if the
> management node handling the reservation is not set to Static for "Public NIC
> Configuration Method". This is due to a check in Linux.pm->update_resolv_conf
> that specifically checks for $public_ip_configuration being static. The
> corresponding code in the Windows.pm module contains a check for server
> reservations before checking for the public ip configuration being static.
> This should be done in Linux.pm as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)