cloudstack/server/src/com/cloud/storage
alena 06d007337a bug 10561: intermidiate checkin for FirewallRuleFeature
1) Added new apis: createFirewallRule, deleteFirewallRule, listFirewallRules
2) Modified existing apis - added boolean openFirewall parameter to createPortForwardingRule/createIpForwardingRule/createRemoteAccessVpn. If parameter is set to true, open firewall on the domR before creating an actual PF rule there
Modified backend calls appropriately.
3) Schema changes for firewall_rules table:
* startPort/endPort can be null now
* added icmp_type, icmp_code fields (can be not null only when protocol is icmp)
4) Added new manager - FirewallManagerImpl
2011-08-08 20:59:40 -07:00
..
allocator bug 10688: if the template is not installed in the primary storage, the asking zie is doubled, fixed by using physical size for template 2011-07-11 17:28:30 -07:00
dao bug 11014: 2011-08-08 18:28:34 -07:00
download private template may be downloaded to multiple secondary storage in a zone, 2011-07-29 17:36:58 -07:00
listener Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance) 2011-06-27 10:20:41 -07:00
monitor Source code committed 2010-08-11 09:13:29 -07:00
resource initial checkin for multiple secondary storage 2011-05-16 16:37:15 -07:00
secondary bug 10561: intermidiate checkin for FirewallRuleFeature 2011-08-08 20:59:40 -07:00
snapshot bug 9255: do NOT allow creating snapshot/snapshotpolicy against System VM volume 2011-08-04 15:28:38 -07:00
upload bug 10624: ExtractVolume - code change for multiple secondary storage. 2011-07-21 11:11:04 +05:30
LocalStoragePoolListener.java Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance) 2011-06-27 10:20:41 -07:00
StorageManager.java fixed several template issues 2011-06-29 15:56:01 -07:00
StorageManagerImpl.java bug 11014: 2011-08-08 18:28:34 -07:00