Re: [PR] server: fix npe during start vr edge case [cloudstack]

2025-03-17 Thread via GitHub
rohityadavcloud merged PR #10366: URL: https://github.com/apache/cloudstack/pull/10366 -- 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 npe during start vr edge case [cloudstack]

2025-02-13 Thread via GitHub
blueorangutan commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2657628803 [SF] Trillian test result (tid-12387) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 50754 seconds Marvin logs: https://github.co

Re: [PR] server: fix npe during start vr edge case [cloudstack]

2025-02-12 Thread via GitHub
blueorangutan commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2655516151 @shwstppr a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] server: fix npe during start vr edge case [cloudstack]

2025-02-12 Thread via GitHub
shwstppr commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2655514706 @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 comm

Re: [PR] server: fix npe during start vr edge case [cloudstack]

2025-02-11 Thread via GitHub
blueorangutan commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2650079972 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12407 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] server: fix npe during start vr edge case [cloudstack]

2025-02-10 Thread via GitHub
blueorangutan commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2649991679 @shwstppr 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 npe during start vr edge case [cloudstack]

2025-02-10 Thread via GitHub
shwstppr commented on PR #10366: URL: https://github.com/apache/cloudstack/pull/10366#issuecomment-2649990051 @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 c

[PR] server: fix npe during start vr edge case [cloudstack]

2025-02-10 Thread via GitHub
shwstppr opened a new pull request, #10366: URL: https://github.com/apache/cloudstack/pull/10366 ### Description DeploymentPlanner.addPod takes long value while VmInstanceVO.getPodIdToDeployIn returns a Long value which can be null when the VM is never started. Error see whi