Reduce nonsence value for capacity.skipcounting.hours#3961
Reduce nonsence value for capacity.skipcounting.hours#3961andrijapanicsb wants to merge 1 commit intomasterfrom
Conversation
|
@andrijapanicsb is is better to remove this configuration from database and add new config via Configkey ? |
|
@weizhouapache if it doesn't exists in config key form, I guess that's OK? How about #3960 |
@andrijapanicsb I think these are different. |
|
sorry @weizhouapache my bad (read something wrong...) - so whatever works for you - if the config key-based addition of this one is not there, yes please (don't expect me to know how to add config key :) - so feel free to edit my PR please? |
|
@weizhouapache I was expecting a PR from @nvazquez to rename this setting to xxx..seconds (not hours) - that's what I was mentioning (linked to wrong PR)... so we can put everything in a single PR? |
|
👎 no config key should be added in this way |
|
Closed due to not being able to accomplish the full goal - as discussed in #3942 |
When doing rapid host maintenance one after the other, and when previously stopping a huge number of VMs on a single host (i.e. all VMs on that host are stopped) - no new VMs can be started on this empty host since those VMs' capacities are reserved for 3600sec - so when doing maintenance of another host, VMs can't be migrated to this empty host.
Not sure who and why has this setting default value to such high value (1h) (doesn't make sense)
Not to mention the name of the setting is wrong, should be "capacity.skipcounting.second"
Another PR to rename this setting is most welcome @nvazquez @DaanHoogland @weizhouapache