[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105149#comment-15105149
 ] 

ASF subversion and git services commented on CLOUDSTACK-9188:
-------------------------------------------------------------

Commit addb26455ac73f5da3d07b8764980b1e012721c3 in cloudstack's branch 
refs/heads/master from [~dahn]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=addb264 ]

Merge release branch 4.7 to master

* 4.7:
  CLOUDSTACK-9154 - Sets the pub interface down when all guest nets are gone
  CLOUDSTACK-9187 - Makes code ready for more something like ethXXXX, if we 
ever get that far
  CLOUDSTACK-9188 -  Reads network GC interval and wait from configDao
  CLOUDSTACK-9187 - Fixes interface allocation to VRRP instances
  CLOUDSTACK-9187 - Adds test to cover multiple nics and nic removal
  CLOUDSTACK-9154 - Adds test to cover nics state after GC
  CLOUDSTACK-9154 - Returns the guest iterface that is marked as added

 Conflicts:
        
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java


> NetworkGarbageCollector is not using gc.interval and gc.wait from settings
> --------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9188
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9188
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Network Controller
>    Affects Versions: 4.7.0
>            Reporter: Wilder Rodrigues
>            Assignee: Wilder Rodrigues
>             Fix For: 4.7.1
>
>
> The settings are bing used from local object and not retrieving what has been 
> saved in the DB.
> From lines 3333 to 3336:
>     public static final ConfigKey<Integer> NetworkGcWait = new 
> ConfigKey<Integer>(Integer.class, "network.gc.wait", "Advanced", "600",
>             "Time (in seconds) to wait before shutting down a network that's 
> not in used", false, Scope.Global, null);
>     public static final ConfigKey<Integer> NetworkGcInterval = new 
> ConfigKey<Integer>(Integer.class, "network.gc.interval", "Advanced", "600",
>             "Seconds to wait before checking for networks to shutdown", true, 
> Scope.Global, null);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to