*** masahito has joined #openstack-blazar | 01:07 | |
*** openstackgerrit has joined #openstack-blazar | 03:09 | |
openstackgerrit | Merged openstack/python-blazarclient master: Fix lease creation when start date is not provided https://review.openstack.org/586631 | 03:09 |
---|---|---|
*** tetsuro has joined #openstack-blazar | 04:18 | |
neha_a | Priteau: Hi, If I want to extend the end date of lesae created then I will update the end-date using blazar-update api, right? | 04:24 |
masahito | neha_a: do you want to expand end_date of existing leases? if so, you're right. | 04:28 |
neha_a | masahito: yes | 04:30 |
neha_a | masahito: If I create a lease-1 and lesae-2 with full memory_mb reservation, with different start date and end date, and then If I update lease-1 end-date which will clashes with start-date and end-date of lease-2, but still it updates lease-1 sucessfully | 04:33 |
masahito | neha_a: That sounds strange. The current implementation doesn't support memory overcommitment. | 04:39 |
neha_a | masahito: Can you please refer: http://paste.openstack.org/show/727594/ | 04:39 |
neha_a | masahito: IMO it should not allow me to update lease-1 as its already reserved by lesae-2 | 04:40 |
masahito | How many computehost do you have? | 04:40 |
neha_a | masahito: one comptehost | 04:41 |
masahito | Right. The request should be denied. | 04:41 |
neha_a | masahito: yes | 04:42 |
masahito | umm... Looks I hit same issue. | 04:49 |
masahito | I'll dig into the issue later. | 04:50 |
neha_a | masahito: Also tried to update memory_mb greater than the available capacity for any lease. It is updating successfully. | 05:09 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Set username to initialize PhysicalHostMonitorPlugin https://review.openstack.org/589705 | 05:19 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Catch any exception happening in call_monitor_plugin() https://review.openstack.org/589706 | 05:19 |
*** masahito has quit IRC | 06:03 | |
*** nicolasbock has joined #openstack-blazar | 06:03 | |
*** masahito has joined #openstack-blazar | 07:31 | |
*** tetsuro_ has joined #openstack-blazar | 08:06 | |
*** tetsuro has quit IRC | 08:07 | |
*** tetsuro_ has quit IRC | 08:41 | |
*** priteau has quit IRC | 09:45 | |
*** priteau has joined #openstack-blazar | 09:45 | |
neha_a | priteau: Hi, can you help me to understand how to update the disk_gb of the lease? | 09:54 |
neha_a | priteau: i mean local_gb | 09:57 |
neha_a | priteau: I got it.. | 10:01 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Check number of replaced host in update_reservation https://review.openstack.org/589824 | 10:04 |
masahito | neha_a: hi, I push the fix to the issue you hit. I think this issue has happened since Queens release. I will backport it to stable/queens once the patch is merged. | 10:06 |
masahito | Blazar internally pulls computehost info, e.g. local_disk, from Nova API. The admin can't update it manually. | 10:08 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Set username to initialize PhysicalHostMonitorPlugin https://review.openstack.org/589705 | 10:11 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Catch any exception happening in call_monitor_plugin() https://review.openstack.org/589706 | 10:11 |
neha_a | masahito: yes | 10:13 |
neha_a | masahito: If I apply this patch now and then If I check, then it will not allow me update lease-1 for the scenario discussed in morning, right? | 10:14 |
masahito | I hope so. I can reproduce the same issue and the issue is fixed by https://review.openstack.org/589824. | 10:16 |
*** tonyb has quit IRC | 10:16 | |
neha_a | masahito: thanks | 10:16 |
neha_a | masahito: will check and let you know | 10:17 |
masahito | neha_a: This patch is still under the review. So please care to apply the patch into a production if you're testing for production. | 10:18 |
neha_a | masahito: yes | 10:19 |
*** tonyb has joined #openstack-blazar | 10:23 | |
*** masahito has quit IRC | 10:37 | |
openstackgerrit | Pierre Riteau proposed openstack/blazar-tempest-plugin master: Test when a lease starts at the same time another ends https://review.openstack.org/589840 | 11:00 |
*** masahito has joined #openstack-blazar | 11:29 | |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Add some release notes for Rocky release https://review.openstack.org/589866 | 12:14 |
neha_a | masahito: Hi, Applied patch:https://review.openstack.org/589824 and then tested its working now..thanks | 12:31 |
masahito | neha_a: Good to hear! I asked other core team to review the patch. I hope the fix goes in Rocky. | 12:33 |
masahito | s/core team/ core members/ | 12:33 |
neha_a | masahito: ok | 12:54 |
neha_a | masahito: I have reported one bug: https://bugs.launchpad.net/blazar/+bug/1786014 | 12:56 |
openstack | Launchpad bug 1786014 in Blazar "Lease update api wrongly succeeds " [Undecided,New] | 12:56 |
masahito | ah, I've reported a bug, too. https://bugs.launchpad.net/blazar/+bug/1786007 | 12:57 |
openstack | Launchpad bug 1786007 in Blazar "Instance reservation update wrongly succeeds" [High,In progress] - Assigned to Masahito Muroi (muroi-masahito) | 12:57 |
masahito | Your case is also fixed the patch? | 12:57 |
masahito | Anyway, thanks to report it! | 12:58 |
neha_a | masahito: Hi, I have tested scenarios mentioned in bug, after applying your patch | 13:00 |
neha_a | masahito: it gives: {"error_name": 500, "error_message": "Not enough hosts available", "error_code": 500} | 13:00 |
neha_a | msahito: internal server error | 13:00 |
masahito | The lease status goes ERROR, doesn't it? | 13:01 |
masahito | The 500 response code is wrong number, so please ignore the number itself. But in reality nothing is updated internally. | 13:04 |
openstackgerrit | Pierre Riteau proposed openstack/python-blazarclient master: Fix exception message when there are leases with the same name https://review.openstack.org/589883 | 13:04 |
masahito | I noticed the status handling error in the update lease API. | 13:04 |
neha_a | masahito: yes, nothing is updated internally | 13:05 |
masahito | I reported the bug https://bugs.launchpad.net/blazar/+bug/1786031 . There is a workaround so I can't sure the bug is fixed in RC1 or first official release. But we should fix the bug early Stein cycle. | 13:06 |
openstack | Launchpad bug 1786031 in Blazar "Any type of bad update lease request causes lease ERROR status" [Medium,New] | 13:06 |
neha_a | masahito: ok | 13:07 |
openstackgerrit | Masahito Muroi proposed openstack/blazar master: Add some release notes for Rocky release https://review.openstack.org/589866 | 13:15 |
*** masahito has quit IRC | 13:20 | |
*** masahito has joined #openstack-blazar | 13:21 | |
openstackgerrit | Pierre Riteau proposed openstack/blazar-tempest-plugin master: Test when a lease starts at the same time another ends https://review.openstack.org/589840 | 13:22 |
*** masahito has quit IRC | 13:25 | |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Allow leases to transition to ERROR status if start_lease fails https://review.openstack.org/589898 | 13:35 |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Prevent conflicting events from running concurrently https://review.openstack.org/589899 | 13:35 |
*** masahito has joined #openstack-blazar | 13:43 | |
*** masahito has quit IRC | 13:47 | |
*** masahito has joined #openstack-blazar | 14:16 | |
*** masahito has quit IRC | 14:17 | |
openstackgerrit | Pierre Riteau proposed openstack/blazar-tempest-plugin master: Test when a lease starts at the same time another ends https://review.openstack.org/589840 | 14:45 |
*** priteau has quit IRC | 14:53 | |
*** priteau has joined #openstack-blazar | 15:04 | |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Continue running on_end() when instance deletion fails https://review.openstack.org/589969 | 16:35 |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Set username when initializing PhysicalHostMonitorPlugin https://review.openstack.org/589705 | 16:50 |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Catch any exception raised in call_monitor_plugin() https://review.openstack.org/589706 | 17:07 |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Catch any exception raised in call_monitor_plugin() https://review.openstack.org/589706 | 17:08 |
openstackgerrit | Pierre Riteau proposed openstack/blazar master: Add some release notes for Rocky release https://review.openstack.org/589866 | 17:40 |
*** priteau has quit IRC | 21:20 | |
*** nicolasbock has quit IRC | 22:06 | |
*** priteau has joined #openstack-blazar | 22:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!