Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-10 Thread via GitHub
rohityadavcloud merged PR #9169: URL: https://github.com/apache/cloudstack/pull/9169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-06 Thread via GitHub
blueorangutan commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2153271730 [SF] Trillian test result (tid-10369) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 47752 seconds Marvin logs: https://github.co

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-05 Thread via GitHub
blueorangutan commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2151465274 @vishesh92 a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To resp

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-05 Thread via GitHub
vishesh92 commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2151463158 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
blueorangutan commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147426428 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9775 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
blueorangutan commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147288693 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
vishesh92 commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147284531 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
codecov[bot] commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147253027 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9169?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
blueorangutan commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147240304 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
vishesh92 commented on PR #9169: URL: https://github.com/apache/cloudstack/pull/9169#issuecomment-2147236927 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[PR] server: fix resource reservation leakage [cloudstack]

2024-06-04 Thread via GitHub
vishesh92 opened a new pull request, #9169: URL: https://github.com/apache/cloudstack/pull/9169 ### Description Some entries are left over in `resource_reservation` table if there is a breach in resource limits or if the management server crashes. This PR fixes that and also ad