Wei Zhou
Wei Zhou
> @weizhouapache Thanks for your suggestion. > > I agree that this situation should include VMs and VRs but the `vpc.max.networks` setting should still exist if the user wants to...
overall code lgtm @hsato03 could you add a integration test for it ? the component test `test_vpc_vms_deployment.py` contains the tests on 'vpc.max.networks' but it looks not run in simulator CI...
I notice @saffronjam used a regular user to deploy the CKS cluster, would it be related to the issue ?
/run-e2e -c 4.18
/run-e2e -c 4.19
@samapraku I tried to reproduce the issue with latest main branch but failed. both api/ui work for me. ``` (localcloud) 🐱 > list networkofferings tags=test zoneid=7c9769a1-ba70-4f3a-a976-5a6ae7d946bb state=Enabled filter=id,name,tags { "count":...
> if (isTagged) { > sc.addAnd("tags", SearchCriteria.Op.NNULL); > } else { > sc.addAnd("tags", SearchCriteria.Op.NULL); > } > } @samapraku this is fine. You may not notice the difference between `NNULL`...
@samapraku can you test with 4.18.0.0 ? I am closing this issue. If you still face same issue, please reopen the issue (could be related to #6781)
assigned to myself. currently, the cpu shares of vm = cpu cores * cpu speed (speed can regarded as the cpu weight factor) As @correajl mentioned, According to [libvirt documentation](https://github.com/apache/cloudstack/issues/libvirt.org/formatdomain.html)...