tampler opened a new issue #5240:
URL: https://github.com/apache/cloudstack/issues/5240


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main 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, VirtualMachines
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.15.1
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   Basic Zone, single cloudbridge0
   system.vm.use.local.storage -> true
   NFS backed Primary and Secondary storage
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Ubuntu 20.04.2
   cmk 6.1.0
   Hypervisor - KVM
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   I was able to setup a Basic Zone, launch SystemVMs and observe host 
resources.
   
   ![Screenshot from 2021-07-23 
19-04-38](https://user-images.githubusercontent.com/2816743/126810427-989c3349-24ee-47f6-8b08-6312d9261997.png)
   
   SystemVMs look good as well:
   ```
     "count": 2,
     "systemvm": [
       {
         "id": "7ba2c0b0-97bd-40c2-a249-b12a88cdcdbc",
         "state": "Running"
       },
       {
         "id": "1fb9110e-c9c0-42ea-a698-a5382d87bcf6",
         "state": "Running"
       }
     ]
   ```
   
   
   I also added my own ISO template with Ubuntu. However, when I try to create 
an instance, I'm getting the following: 
   ```
   
   
    "jobresult": {
       "errorcode": 533,
       "errortext": "Unable to create a deployment for VM[User|i-2-207-VM]"
     },
   ```
   And I see the following error in log:
   ```
   2021-07-23 18:56:18,148 INFO  [o.a.c.a.c.u.v.StartVMCmd] 
(API-Job-Executor-8:ctx-603edfec job-652 ctx-530e791d) (logid:020769fb) Unable 
to create a deployment for VM[User|i>
   com.cloud.exception.InsufficientServerCapacityException: Unable to create a 
deployment for VM[User|i-2-207-VM]Scope=interface com.cloud.dc.DataCenter; id=1
   ```
   The full log is 
[here](https://github.com/apache/cloudstack/files/6869967/out.log)
   
   Question: Why am I getting this? I see my primary and secondary storage and 
do not understand what the problem is
   
   ##### 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.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   start virtualmachine id=b434cf98-7f39-42bf-bb72-fae81d1872fc
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Guest VM is started
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   Guest VM fails to start
   ~~~
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to