Guest User

Untitled

a guest
Dec 11th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Have you verified with 'ps' that your nova-compute process is running with the same userid as the owner of /var/lib/nova
  2.  
  3. nova-compute is owned by nova, refer to the output below.
  4. nova 3526 1 0 Dec10 ? 00:08:08 /usr/bin/python /usr/bin/nova-compute --logfile /var/log/nova/compute.log
  5.  
  6. /var/lib/nova is owned by nova, refer to the output below.
  7. drwxr-xr-x. 10 nova nova 4096 Dec 10 08:05 nova
  8.  
  9.  
  10. and /var/lib/nova/instances?
  11. /var/lib/nova/instances/ is owned by nova refer to the out below
  12. drwxr-xr-x. 4 nova nova 4096 Dec 11 01:42 instances
  13.  
  14. Is the directory /var/lib/nova/instances/5182d2ab-642d-45df-a362-48d9bda86371 getting created (that is, is the error specific to the file rather than the directory)?
  15. the actual instance directory itself is NOT being created.
  16.  
  17.  
  18. Are you out of disk
  19. No
  20. Filesystem Size Used Avail Use% Mounted on
  21. /dev/mapper/vg0-rootvol
  22. 35G 3.5G 30G 11% /
  23. tmpfs 1.9G 4.0K 1.9G 1% /dev/shm
  24. /dev/sda1 485M 67M 393M 15% /boot
  25. /dev/mapper/vg0-homevol
  26. 4.0G 137M 3.7G 4% /home
  27. /dev/mapper/vg0-optvol
  28. 9.9G 247M 9.2G 3% /opt
  29. /dev/mapper/vg0-tmpvol
  30. 4.0G 488M 3.3G 13% /tmp
  31. /dev/mapper/vg0-varvol
  32. 7.9G 3.0G 4.6G 40% /var<----This will be a problem later but the image itself is a qcow that is thing provisioned. I don't believe this will precent it from launching
  33. /dev/mapper/vg0-varlogvol
  34. 2.0G 352M 1.6G 19% /var/log
  35. /dev/mapper/vg0-varlogauditvol
  36. 2.0G 125M 1.8G 7% /var/log/audit
  37. /srv/loopback-device/swift_loopback
  38. 1.9G 67M 1.8G 4% /srv/node/swift_loopback
Advertisement
Add Comment
Please, Sign In to add comment