cloudstack/server/src/com/cloud/vm
alena 6913ed21c5 bug 8572: added more restrictions for network's domain name (see below)
status 8572: resolved fixed

1) As full domain name may not exceed a total length of 253 characters, and host name can be 63 chars long, so don't allow network domain length to exceed 190 chars.
2) Each label can have up to 63 chars
3) The characters allowed in a label are a subset of the ASCII character set, and includes the characters a through z, A through Z, digits 0 through 9, and the hyphen.Labels may not start or end with a hyphen.
2011-02-16 15:53:47 -08:00
..
dao bug 8564: Changed implementation for static nat rules. Now we use separate interfaces instead of PortForwardingRules interfaces. 2011-02-15 10:45:28 -08:00
ClusteredVirtualMachineManagerImpl.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
ItWorkDao.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
ItWorkDaoImpl.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
ItWorkVO.java more changes to make it work better in a cluster 2011-02-11 17:03:04 -08:00
NicVO.java some improvements in checkSR 2011-01-31 17:48:24 -08:00
ReservationContextImpl.java Harmony amongst gurus 2010-11-03 21:18:31 -07:00
UserVmManager.java bug 7612: fixed a bug where if start when through all retries, we throw an exception 2011-02-07 17:17:34 -08:00
UserVmManagerImpl.java bug 8572: added more restrictions for network's domain name (see below) 2011-02-16 15:53:47 -08:00
VirtualMachineGuru.java bug 8383: HA: perform ssh check before marking system vms as running. For domR, also reapply all ips/PF/LB/VPN/Dhcp/Userdata. 2011-02-04 14:33:14 -08:00
VirtualMachineManager.java some minor adjustments before doing the big work 2011-02-07 10:58:25 -08:00
VirtualMachineManagerImpl.java bug 8609: when failed to start a VM in HA (due to domr is not migrated), a runtimeException is thrown out, caused HA for this VM is not resheduced. 2011-02-16 14:20:28 -08:00
VirtualMachineProfileImpl.java Moved networkRestart to the NetworkManager as it's up to the manager (not network elements) to decide what to do on restart (IpAssoc/ruleApply/etc..) 2011-02-01 12:16:19 -08:00