Wei Zhou
Wei Zhou
@blueorangutan package
@slavkap can you start a discussion on dev/user mailing list ? this changes the current behaviour. IMHO, if no objections, we could merge it in 4.21(next major release), but not...
thanks @MartinEmrich can you share the results of mysql queries ? ``` select * from guest_os_hypervisor where guest_os_id in (select id from guest_os where display_name like 'Ubuntu 20.04 LTS') and...
hmm, I had the same issue https://github.com/apache/cloudstack/pull/8530#issuecomment-2164723505 @vishesh92 is looking into it
> @weizhouapache , the only known workaround is wait for 3600 seconds? Or is there something else we can do? restarting cloudstack-agent did not help (apparently). I remember I have...
> We had a similar issue in our one of our smoke tests. I created this PR https://github.com/apache/cloudstack/pull/8502 to fix it. > > @weizhouapache do you think it could be...
@btzq the `# of CPU cores` does not take the overprovisioning factor into consideration.
> @weizhouapache i see, is this expected? > > And if it doesnt take overprovisioning into account, does this mean the global settings will not work as intended for clusters...
> @weizhouapache Does this mean that: > > * (cluster.cpu.allocated.capacity.notificationthreshold) > * (cluster.cpu.allocated.capacity.disablethreshold) > > Only triggers if the 'CPU' Field (Not # of CPU Cores) exceed the threshold? >...
> @weizhouapache I went through this explanation: > > #6743 > > In this case, would it make sense for us to set 1.0Ghz all CPU? This would mean all...