Guest User

Untitled

a guest
Jul 28th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. DEBU[0000] Called NewMachine()
  2. DEBU[0000] Called Machine.Start()
  3. DEBU[0000] Marking Machine as Started
  4. DEBU[0000] Running handler validate.Cfg
  5. DEBU[0000] Running handler fcinit.StartVMM
  6. INFO[0000] Called startVMM(), setting up a VMM on /home/jayavanth/.firecracker.sock-17659-81
  7. DEBU[0000] VMM started socket path is /home/jayavanth/.firecracker.sock-17659-81
  8. DEBU[0000] Setting up signal handler
  9. DEBU[0000] GET /machine-config HTTP/1.1
  10. Host: localhost
  11. User-Agent: Go-http-client/1.1
  12. Accept: application/json
  13. Accept-Encoding: gzip
  14.  
  15.  
  16. DEBU[0000] HTTP/1.1 200
  17. Content-Length: 96
  18. Connection: keep-alive
  19. Content-Type: application/json
  20. Server: Firecracker API
  21.  
  22. { "vcpu_count": 1, "mem_size_mib": 128, "ht_enabled": false, "cpu_template": "Uninitialized" }
  23. DEBU[0000] returning from startVMM()
  24. DEBU[0000] Running handler fcinit.BootstrapLogging
  25. INFO[0000] VMM logging and metrics disabled.
  26. DEBU[0000] setup logging: success
  27. DEBU[0000] Running handler fcinit.CreateMachine
  28. DEBU[0000] PUT /machine-config HTTP/1.1
  29. Host: localhost
  30. User-Agent: Go-http-client/1.1
  31. Content-Length: 38
  32. Accept: application/json
  33. Content-Type: application/json
  34. Accept-Encoding: gzip
  35.  
  36. {"mem_size_mib":50000,"vcpu_count":8}
  37.  
  38. 2020-07-27T22:20:14.384427840 [anonymous-instance:ERROR:src/api_server/src/lib.rs:225] Missing mandatory fields.
  39. DEBU[0000] HTTP/1.1 400
  40. Content-Length: 50
  41. Connection: keep-alive
  42. Content-Type: application/json
  43. Server: Firecracker API
  44.  
  45. {
  46. "fault_message": "Missing mandatory fields."
  47. }
  48. ERRO[0000] PutMachineConfiguration returned [PUT /machine-config][204] putMachineConfigurationNoContent
  49. WARN[0000] Failed handler "fcinit.CreateMachine": [PUT /machine-config][400] putMachineConfigurationBadRequest &{FaultMessage:Missing mandatory fields.}
  50. FATA[0000] Failed to start machine: [PUT /machine-config][400] putMachineConfigurationBadRequest &{FaultMessage:Missing mandatory fields.}
Advertisement
Add Comment
Please, Sign In to add comment