Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Starting setup-storage 1.3
  2. Using config file: /var/lib/fai/config/disk_config/STORAGENODE_SOFT_ALONE
  3. Executing: parted -s /dev/sda unit TiB print
  4. Executing: parted -s /dev/sda unit B print free
  5. Executing: parted -s /dev/sda unit chs print free
  6. Finding all volume groups
  7. Executing: mdadm --examine --scan --verbose -c partitions
  8. Executing: vgchange -a n
  9. Executing: parted -s /dev/sda mklabel msdos
  10. Executing: parted -s /dev/sda mkpart primary "ext3" 32256B 98703359B
  11. Executing: parted -s /dev/sda mkpart primary "linux-swap" 98703360B 2187924479B
  12. Executing: parted -s /dev/sda mkpart primary "ext3" 2187924480B 73402398719B
  13. Executing: mkfs.ext3 -m 1 /dev/sda1
  14. Command had non-zero exit code
  15. Error in task partition. Traceback: task_error task_partition task task_install task task_action task main
  16. FATAL ERROR. Installation stopped.
  17. bash: no job control in this shell
  18. root@storagenode046:/# mkfs.ext3 -m 1 /dev/sda1
  19. mke2fs 1.41.11 (14-Mar-2010)
  20. /dev/sda1 is apparently in use by the system; will not make a filesystem here!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement