cloudstack/server/src/com/cloud/storage
alena d0687f663f bug 7863: fixed router cleanup thread
status 7863: resolved fixed

Router cleanp thread is fixed, here is functionality description:

* Runs every "router.cleanup.interval" period of time (1 day by default)
* Stops only domRs running in Advance zone
* Thread Flow:
- gets all Running domRs/dhcps, get their networks, select network that
has to be checked (see criteria below):
- checks that there is only one nic in the op_networks table for the
network, and this nic belongs to domR/dhcp
- Stops domR/dhcp
* Criteria to choose the network:
- Network has to be non-system.
- Network should be one of the following: Guest Virtual (TrafficType=Guest; GuestType=Virtual); Direct Tagged (TrafficType=Public; GuestType=Direct)

Couple of other fixes:

* Added isShared parameter to listNetworks command
* Moved guestType from NetworkOffering to Network
2011-01-07 16:57:47 -08:00
..
allocator bug 7863: fixed router cleanup thread 2011-01-07 16:57:47 -08:00
dao remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00
download Moved State into VirtualMachine like other States of objects 2011-01-04 15:01:34 -08:00
listener checkins for problems. 2010-10-26 09:35:24 -07:00
monitor Source code committed 2010-08-11 09:13:29 -07:00
preallocatedlun/dao remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00
resource Moved DAO to server 2010-11-22 07:40:41 -08:00
secondary bug 7863: fixed router cleanup thread 2011-01-07 16:57:47 -08:00
snapshot Bug 7772: Add hypervisor type to snapshots table, fix issues with createVolumeFromSnapshot if snapshot was taken under data volume 2010-12-29 21:54:17 -08:00
upload Moved State into VirtualMachine like other States of objects 2011-01-04 15:01:34 -08:00
LocalStoragePoolListener.java checkins for problems. 2010-10-26 09:35:24 -07:00
StorageManager.java moveVolume is broken due to not setup hypervisortype in dskch 2010-12-28 19:46:21 -08:00
StorageManagerImpl.java correct checking answer 2011-01-07 13:54:58 -08:00