mirror of https://github.com/apache/cloudstack.git
Merge branch '4.16'
This commit is contained in:
commit
c0176b24ab
|
|
@ -2979,7 +2979,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
|||
// Check is hostName is RFC compliant
|
||||
checkNameForRFCCompliance(hostName);
|
||||
|
||||
if (vm.getHostName().equalsIgnoreCase(hostName)) {
|
||||
if (vm.getHostName().equals(hostName)) {
|
||||
s_logger.debug("Vm " + vm + " is already set with the hostName specified: " + hostName);
|
||||
hostName = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue