Advertisement
Guest User

Untitled

a guest
Mar 19th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. 2012-03-19 11:51:27,341 INFO nova.compute.disk [8e33aebf-ad9d-43b8-ab31-24de2917e8d1 None None] Failed to disable fs check: Unexpected error while running command.
  2. Command: sudo tune2fs -c 0 -i 0 /dev/mapper/nbd15p1
  3. Exit code: 1
  4. Stdout: 'tune2fs 1.41.14 (22-Dec-2010)\n'
  5. Stderr: "tune2fs: Bad magic number in super-block while trying to open /dev/mapper/nbd15p1\nCouldn't find valid filesystem superblock.\n"
  6. 2012-03-19 11:51:35,121 WARNING nova.virt.libvirt_conn [8e33aebf-ad9d-43b8-ab31-24de2917e8d1 None None] instance instance-00000012: ignoring error injecting data into image 14 (
  7. --
  8. Failed to mount filesystem: Unexpected error while running command.
  9. Command: sudo mount /dev/mapper/nbd15p1 /tmp/tmpS7HtW8
  10. Exit code: 32
  11. Stdout: ''
  12. Stderr: 'mount: you must specify the filesystem type\n'
  13. --
  14. Failed to mount filesystem: Unexpected error while running command.
  15. Command: sudo guestmount --rw -a /var/lib/nova/instances/instance-00000012/disk -m /dev/sda1 /tmp/tmpS7HtW8
  16. Exit code: 1
  17. Stdout: ''
  18. Stderr: "libguestfs: error: mount_options: /dev/vda1 on /: mount: you must specify the filesystem type\nguestmount: '/dev/sda1' could not be mounted. Did you mean one of these?\n\t/dev/sda1 (unknown)\n\t/dev/sda2 (ext4)\n")
  19. 2012-03-19 11:51:36,614 INFO nova.virt.libvirt_conn [-] Instance instance-00000012 spawned successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement