[
https://issues.apache.org/jira/browse/CLOUDSTACK-7877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211929#comment-14211929
]
ASF subversion and git services commented on CLOUDSTACK-7877:
-------------------------------------------------------------
Commit 7e6ec2ce826969aeb79ddb1113cdc45289bc89d3 in cloudstack's branch
refs/heads/master from [~damoder.reddy]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=7e6ec2c ]
CLOUDSTACK-7877: The NET.IPRELEASE events are not added to usage_event on IP
range deletion from Physical Networks.
Signed-off-by: Jayapal <[email protected]>
> The NET.IPRELEASE events are not added to usage_event on IP range deletion
> from Physical Networks
> -------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-7877
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7877
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.3.0, 4.3.1
> Reporter: Damodar Reddy T
> Assignee: Damodar Reddy T
> Fix For: 4.5.0
>
>
> The NET.IPRELEASE events are not added to usage_event on IP range deletion
> from Physical Networks
> Repro steps:
> ===========
> - Create a zone with Advanced Networking (non Basic)
> - Navigate to Physical Networks
> - Created an IP Range for a physical network and before clicking “Add”,
> choose to “Add Account”.
> - The range was created and in the cloud database, in the cloud.usage_event
> table the following events are created:
> {noformat}
> mysql> select id,type,account_id,created,resource_name from cloud.usage_event;
> +----+-------------------------+------------+---------------------+---------------+
> | id | type | account_id | created |
> resource_name |
> +----+-------------------------+------------+---------------------+---------------+
> (...)
> | 19 | NET.IPASSIGN | 4| 2014-09-12 07:57:36 |
> 91.198.163.10 |
> | 20 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.11 |
> | 21 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.12 |
> | 22 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.13 |
> | 23 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.14 |
> | 24 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.15 |
> | 25 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.16 |
> | 26 | NET.IPASSIGN | 4| 2014-09-12 07:57:36 |
> 91.198.163.17 |
> | 27 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.18 |
> | 28 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.19 |
> | 29 | NET.IPASSIGN | 4 | 2014-09-12 07:57:36 |
> 91.198.163.20 |
> +----+-------------------------+------------+---------------------+---------------+
> {noformat}
> - As you can see it’s assigned to the account_id=4
> - Now, I’ve removed the IP range from the UI and checked the database again.
> - noticed that no records have been added to the table, whereas I’d expect
> NET.IPRELEASE to have been inserted there for each IP address.
> As a result, the Usage doesn't release the IP in the usage_ip_address
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)