-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Reserve memory for host #6809
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
base: 4.19
Are you sure you want to change the base?
Reserve memory for host #6809
Conversation
fe87621
to
123b056
Compare
@blueorangutan package |
@soreana a 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. |
Packaging result: ✖️ el7 ✖️ el8 ✖️ debian ✖️ suse15. SL-JID 4364 |
@blueorangutan package |
@soreana a 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. |
Packaging result: ✖️ el7 ✖️ el8 ✖️ debian ✖️ suse15. SL-JID 4369 |
123b056
to
b7d8d5c
Compare
@blueorangutan package |
@soreana a 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. |
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 4370 |
@blueorangutan test |
@rohityadavcloud a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Trillian test result (tid-5082)
|
@DaanHoogland Can I also have this one on 4.18, please ? :) |
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
Outdated
Show resolved
Hide resolved
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
Outdated
Show resolved
Hide resolved
marked for 4.18 @soreana |
b7d8d5c
to
0ecab00
Compare
Found UI changes, kicking a new UI QA build |
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
0ecab00
to
c41c4a2
Compare
Found UI changes, kicking a new UI QA build |
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
By default cloudstack reserves 1Gb of RAM in hosts using _dom0_memory field. Add a global setting "host.reserved.mem.mb" which can used to either increase or decrese the amount of memory which can be reserved
22ddc9e
to
71da43b
Compare
@blueorangutan package |
@benj-n 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. |
Packaging result [SF]: ✖️ el7 ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 10252 |
@benj-n an error was caught by checkstyle. You'll need to fix that to build. |
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 11984 |
@@ -124,6 +131,8 @@ | |||
import com.cloud.utils.nio.Task; | |||
import com.cloud.utils.time.InaccurateClock; | |||
import org.apache.commons.lang3.StringUtils; | |||
import org.apache.logging.log4j.ThreadContext; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import org.apache.logging.log4j.ThreadContext; |
@benj-n are you still working on this? |
moving forward, due to inactivity |
@Pearl1594 I no longer have access to Leaseweb's CloudStack repository. Maybe @phsm can help us on this. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Description
This pr is a follow up to the #4259 quoted the following from the pr:
Types of changes
Feature/Enhancement Scale
How Has This Been Tested?
Please refer to the original pr at #4259