-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onedb fsck not count leases from reserverd networks #1710
Comments
Issue is still there on 5.6.1 |
Patch for disable this check: --- a/usr/lib/one/ruby/onedb/fsck/quotas.rb
+++ b/usr/lib/one/ruby/onedb/fsck/quotas.rb
@@ -273,6 +273,8 @@
net_quota = doc.root.add_child(doc.create_element("NETWORK_QUOTA"))
end
+ # Disabled due https://github.com/OpenNebula/one/issues/1710
+=begin
net_quota.xpath("NETWORK").each { |net_elem|
vnet_id = net_elem.at_xpath("ID").text
@@ -297,6 +299,7 @@
new_elem.add_child(doc.create_element("LEASES")).content = "-1"
new_elem.add_child(doc.create_element("LEASES_USED")).content = leases_used.to_s
}
+=end
# Image quotas
|
PRs to merge in 5.8 and master: code: #3398 |
It is possible to have more than one AR in an AR_POOL So we need to sum the sizes of each AR
Just dropping a note that without atodorov-storpool@c5601ac |
Thanks @atodorov-storpool I have added it and I have also fixed another bug. |
commit 9e339df Author: Tino Vazquez <[email protected]> Date: Mon Jun 17 16:58:49 2019 +0200 M #-: RNs for 5.8.3 commit 1c5c4da Author: Tino Vazquez <[email protected]> Date: Mon Jun 17 13:05:46 2019 +0200 M #-: Reduce number of upgrade guides Two new categories, upgrading from 4.x.x and from 3.x.x commit 5834470 Author: Christian González <[email protected]> Date: Mon Jun 17 09:59:09 2019 +0200 F #3393: Add references to DB maintenance section (#665) (cherry picked from commit 8ba5fde) commit 807f50a Author: Jorge Lobo <[email protected]> Date: Fri Jun 14 18:13:05 2019 +0200 B #3430: fix bug lost icons VNC in federation (#663) Signed-off-by: Jorge Lobo <[email protected]> commit 2ac9001 Author: Christian González <[email protected]> Date: Fri Jun 14 15:55:10 2019 +0200 F #3393: Add information about DB maintenance (#655) commit d655ea7 Author: Christian González <[email protected]> Date: Fri Jun 14 15:42:37 2019 +0200 F #1324: Option to not store monitoring data to the DB (#656) commit d7b5cea Author: Angel Luis Moya Gonzalez <[email protected]> Date: Fri Jun 14 13:37:10 2019 +0200 B #3225: Add IDE management explanation commit ea703be Author: Tino Vázquez <[email protected]> Date: Fri Jun 14 13:32:57 2019 +0200 B #3430: Add resolved issues reference commit 67f06f9 Author: Angel Luis Moya Gonzalez <[email protected]> Date: Fri Jun 14 13:05:46 2019 +0200 Update resolved_issues_583.rst (#661) commit d961a6c Author: Ruben S. Montero <[email protected]> Date: Wed Jun 12 17:49:41 2019 +0200 B OpenNebula/one#3393: Reduce DB disk space commit 9258381 Author: Daniel Clavijo Coca <[email protected]> Date: Tue Jun 11 04:49:41 2019 -0500 F #3406: Update resolved issues (#653) commit 08781b9 Author: Daniel Clavijo Coca <[email protected]> Date: Tue Jun 11 04:47:05 2019 -0500 B #3390: Update resolved issues (#654) commit aacb7e4 Author: Alejandro Huertas Herrero <[email protected]> Date: Mon Jun 10 12:25:55 2019 +0200 F OpenNebula/one#3378: add link to the new onezone.yaml (#652) commit 1c8d842 Author: Alejandro Huertas Herrero <[email protected]> Date: Mon Jun 10 12:00:59 2019 +0200 F OpenNebula/one#3378: add feature to resolved issues (#651) * F OpenNebula/one#3378: add feature to resolved issues * Update resolved_issues_583.rst commit bf7473a Author: Ruben S. Montero <[email protected]> Date: Fri Jun 7 16:59:21 2019 +0200 Update resolved_issues_583.rst commit 977557f Author: Alejandro Huertas Herrero <[email protected]> Date: Tue Jun 4 10:09:18 2019 +0200 B OpenNebula/one#1710: add bug to resolved issues (#641) commit 015f924 Author: Jorge Lobo <[email protected]> Date: Mon Jun 3 17:23:33 2019 +0200 B # OpenNebula/one#3057: add resolved_issue (#640) Signed-off-by: Jorge Lobo <[email protected]> commit 89ac977 Author: Tino Vazquez <[email protected]> Date: Mon Jun 3 13:44:57 2019 +0200 F #3366: Add feature to release notes Now a group base can be different from user base commit cebc55c Author: Steven Armstrong <[email protected]> Date: Mon Jun 3 13:40:52 2019 +0200 M #: document new :group_base ldap config (#638) implemented in OpenNebula/one#3379 Signed-off-by: Steven Armstrong <[email protected]> (cherry picked from commit 33d8a0d) commit 9c7225b Author: Alejandro Huertas Herrero <[email protected]> Date: Mon Jun 3 13:03:52 2019 +0200 B OpenNebula/one#2047: add bug to resolved issues (#642) commit b4daae2 Author: Jorge Lobo <[email protected]> Date: Thu May 30 18:24:35 2019 +0200 B # OpenNebula/one#3368: add bug (#637) Signed-off-by: Jorge Lobo <[email protected]> commit e4d232d Author: Daniel Clavijo Coca <[email protected]> Date: Thu May 30 03:35:24 2019 -0500 M #: doc required one restart (#636) commit 7ee5175 Author: Alejandro Huertas Herrero <[email protected]> Date: Tue May 28 17:26:52 2019 +0200 B OpenNebula/one#3269: add bug to resolved issues (#635) commit d10efbb Author: Ruben S. Montero <[email protected]> Date: Mon May 27 13:05:45 2019 +0200 Update resolved_issues_583.rst commit 808b6bd Author: Tino Vazquez <[email protected]> Date: Fri May 24 12:44:55 2019 +0200 F #964: Remove FILES in vCenter context limitation commit be2c062 Author: Tino Vazquez <[email protected]> Date: Fri May 24 12:30:49 2019 +0200 F #964: Add note in RNs commit 8fcdf2e Author: Alejandro Huertas Herrero <[email protected]> Date: Thu May 23 11:44:48 2019 +0200 B OpenNebula/one#3357: add bug to resolved issues (#633) commit 6f86bb4 Author: Tino Vazquez <[email protected]> Date: Tue May 21 11:16:14 2019 +0200 B #3335: Add note on Sunstone vector attributes (cherry picked from commit eb194c8) commit 52359cc Author: Tino Vazquez <[email protected]> Date: Tue May 21 11:12:50 2019 +0200 B #3335: Add user template Sunstone confs commit 840edcb Author: sergiojvg <[email protected]> Date: Mon May 20 11:43:25 2019 -0500 F #3337: Resolved issues (#630) commit bca1a32 Author: Daniel Clavijo Coca <[email protected]> Date: Mon May 20 04:53:00 2019 -0500 F OpenNebula#3222: updated resolved issues (#626) commit 5bd33c4 Author: Tino Vazquez <[email protected]> Date: Fri May 17 18:29:00 2019 +0200 B #3331: Support token behind proxy commit 501a028 Author: jmdelafe <[email protected]> Date: Fri May 17 11:51:17 2019 -0400 B OpenNebula/one#3280 and B OpenNebula/one#3281 fixed (#629) * Update resolved_issues_583.rst * Update resolved_issues_583.rst * Update resolved_issues_583.rst commit 1d1b563 Author: Vlastimil Holer <[email protected]> Date: Tue May 14 17:21:44 2019 +0200 M #-: Bump version to 5.8.3, scaffolding (#625) commit 8dfe0c1 Author: Tino Vazquez <[email protected]> Date: Tue May 14 17:03:18 2019 +0200 M #-: Fix hotfix box for 5.8.2 (cherry picked from commit 51d5a82)
BTW, this patch is not working for me, still see the same:
and for groups:
version compiled from |
Hello @kvaps tanks for trying it! Could you please elaborate more about this: About this e378cb3 could you please let me know what errors do you get? I have checked and for me it's working, it detects the reserved networks. |
@al3xhh eg, I have
but in db: (3133,'<QUOTAS><ID>3133</ID><DATASTORE_QUOTA></DATASTORE_QUOTA><NETWORK_QUOTA><NETWORK><ID><![CDATA[23]]></ID><LEASES><![CDATA[6]]></LEASES><LEASES_USED><![CDATA[6]]></LEASES_USED></NETWORK><NETWORK><ID><![CDATA[5432]]></ID><LEASES><![CDATA[-1]]></LEASES><LEASES_USED><![CDATA[5]]></LEASES_USED></NETWORK><NETWORK><ID><![CDATA[5433]]></ID><LEASES><![CDATA[-1]]></LEASES><LEASES_USED><![CDATA[1]]></LEASES_USED></NETWORK><NETWORK><ID><![CDATA[5434]]></ID><LEASES><![CDATA[-1]]></LEASES><LEASES_USED><![CDATA[1]]></LEASES_USED></NETWORK></NETWORK_QUOTA><VM_QUOTA><VM><CPU><![CDATA[0.34]]></CPU><CPU_USED><![CDATA[0.33]]></CPU_USED><MEMORY><![CDATA[2048]]></MEMORY><MEMORY_USED><![CDATA[2048]]></MEMORY_USED><RUNNING_CPU><![CDATA[-1]]></RUNNING_CPU><RUNNING_CPU_USED><![CDATA[0.33]]></RUNNING_CPU_USED><RUNNING_MEMORY><![CDATA[-1]]></RUNNING_MEMORY><RUNNING_MEMORY_USED><![CDATA[2048]]></RUNNING_MEMORY_USED><RUNNING_VMS><![CDATA[-1]]></RUNNING_VMS><RUNNING_VMS_USED><![CDATA[1]]></RUNNING_VMS_USED><SYSTEM_DISK_SIZE><![CDATA[30720]]></SYSTEM_DISK_SIZE><SYSTEM_DISK_SIZE_USED><![CDATA[30720]]></SYSTEM_DISK_SIZE_USED><VMS><![CDATA[1]]></VMS><VMS_USED><![CDATA[1]]></VMS_USED></VM></VM_QUOTA><IMAGE_QUOTA><IMAGE><ID><![CDATA[2054]]></ID><RVMS><![CDATA[-1]]></RVMS><RVMS_USED><![CDATA[1]]></RVMS_USED></IMAGE></IMAGE_QUOTA></QUOTAS>') I have no any network with id The only value
in db
I have no any vnet with id |
got it, I'll report it in new issue |
Bug Report
Version of OpenNebula
Component
Description
I have virtual network with 23, and network reservation for each user from it.
Expected Behavior
onedb fsck checks network leases in reserved network too.
Actual Behavior
onedb fsck break network quotas set it to "0":
How to reproduce
The text was updated successfully, but these errors were encountered: