You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/11 13:53:01 UTC

[GitHub] [cloudstack] AndreaGHG opened a new issue #3485: Unable to create a System VMs dedicated public ip range.

AndreaGHG opened a new issue #3485: Unable to create a System VMs dedicated public ip range.
URL: https://github.com/apache/cloudstack/issues/3485
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   API
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.11.3
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   Fresh new installation with advanced networking.
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   CentOS 7 for cloudstack manager and VMWare 6.5 as hypervisor
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   When I try to create a system VMs dedicated ip range enabling "System VMs" in the "Set reservation" section, I get this error:
   
   ~~~
   Unable to execute API command createvlaniprange due to invalid value. Invalid parameter domainid value=undefined due to incorrect long value format, or entity does not exist or due to incorrect parameter annotation for the field in api cmd class.
   ~~~
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   "Infrastructure" -> "Zones" -> Select the zone -> "Physical Network" -> Select the network -> Public "Configure" -> IP Ranges
   
   Compile network data
   
   "Set reservation" -> enable "System VMs" -> OK -> Add
   
   This is the log file:
   
   ~~~
   2019-07-11 15:51:08,067 DEBUG [c.c.a.ApiServlet] (qtp504527234-13:ctx-557e34dc) (logid:478ef02c) ===START===  192.168.1.25 -- GET  command=createVlanIpRange&zoneId=6c2b2a7e-4222-44bf-a0ff-856ac61206da&vlan=544&gateway=109.68.152.254&netmask=255.255.248.0&startip=109.68.153.251&endip=109.68.153.255&forsystemvms=true&domainid=undefined&forVirtualNetwork=true&response=json&_=1562853068044
   2019-07-11 15:51:08,084 DEBUG [c.c.c.CapacityManagerImpl] (CapacityChecker:ctx-318c3f39) (logid:6a03a29b) Found 0 VM, not running on host 1
   2019-07-11 15:51:08,099 DEBUG [c.c.c.CapacityManagerImpl] (CapacityChecker:ctx-318c3f39) (logid:6a03a29b) No need to calibrate cpu capacity, host:1 usedCpuCore: 1 reservedCpuCore: 0
   2019-07-11 15:51:08,113 DEBUG [c.c.a.ApiServer] (qtp504527234-13:ctx-557e34dc ctx-60d779c7) (logid:478ef02c) CIDRs from which account 'Acct[e8b9f3a7-9ef9-11e9-a20f-005056bb2889-admin]' is allowed to perform API calls: 0.0.0.0/0,::/0
   2019-07-11 15:51:08,114 DEBUG [c.c.c.CapacityManagerImpl] (CapacityChecker:ctx-318c3f39) (logid:6a03a29b) No need to calibrate cpu capacity, host:1 usedCpu: 500 reservedCpu: 0
   2019-07-11 15:51:08,114 DEBUG [c.c.c.CapacityManagerImpl] (CapacityChecker:ctx-318c3f39) (logid:6a03a29b) No need to calibrate memory capacity, host:1 usedMem: 536870912 reservedMem: 0
   2019-07-11 15:51:08,115 INFO  [o.a.c.f.j.i.AsyncJobManagerImpl] (AsyncJobMgr-Heartbeat-1:ctx-98cb224c) (logid:0ac07354) End cleanup expired async-jobs
   2019-07-11 15:51:08,166 INFO  [c.c.h.v.r.VmwareResource] (DirectAgentCronJob-1:ctx-f6b96aba) (logid:154475a2) Scan hung worker VM to recycle
   2019-07-11 15:51:08,184 DEBUG [c.c.a.d.ParamProcessWorker] (qtp504527234-13:ctx-557e34dc ctx-60d779c7) (logid:478ef02c) Object entity uuid = undefined does not exist in the database.
   2019-07-11 15:51:08,185 INFO  [c.c.a.ApiServer] (qtp504527234-13:ctx-557e34dc ctx-60d779c7) (logid:478ef02c) Unable to execute API command createvlaniprange due to invalid value. Invalid parameter domainid value=undefined due to incorrect long value format, or entity does not exist or due to incorrect parameter annotation for the field in api cmd class.
   2019-07-11 15:51:08,186 DEBUG [c.c.c.CapacityManagerImpl] (CapacityChecker:ctx-318c3f39) (logid:6a03a29b) Found 1 VMs on host 2
   2019-07-11 15:51:08,191 DEBUG [c.c.a.ApiServlet] (qtp504527234-13:ctx-557e34dc ctx-60d779c7) (logid:478ef02c) ===END===  192.168.1.25 -- GET  command=createVlanIpRange&zoneId=6c2b2a7e-4222-44bf-a0ff-856ac61206da&vlan=544&gateway=109.68.152.254&netmask=255.255.248.0&startip=109.68.153.251&endip=109.68.153.255&forsystemvms=true&domainid=undefined&forVirtualNetwork=true&response=json&_=1562853068044
   ~~~
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services