Ubuntu Pastebin

Paste from rr at Thu, 1 Jun 2017 22:02:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
2017-06-01 21:56:22,635 - cc_disk_setup.py[DEBUG]: setting up filesystems: [{'device': '/dev/xvdj', 'filesystem': 'ext4'}]
2017-06-01 21:56:22,635 - cc_disk_setup.py[DEBUG]: Creating new filesystem.
2017-06-01 21:56:22,635 - cc_disk_setup.py[DEBUG]: Checking /dev/xvdj against default devices
2017-06-01 21:56:22,636 - cc_disk_setup.py[DEBUG]: Identifying device to create None filesytem on
2017-06-01 21:56:22,636 - util.py[DEBUG]: Running command ['/bin/lsblk', '--pairs', '--output', 'NAME,TYPE,FSTYPE,LABEL', '/dev/xvdj'] with allowed return codes [0] (shell=False, capture=True)
2017-06-01 21:56:22,639 - util.py[DEBUG]: Creating fs for /dev/xvdj took 0.003 seconds
2017-06-01 21:56:22,639 - util.py[WARNING]: Failed during filesystem operation
Failed during disk check for /dev/xvdj
Unexpected error while running command.
Command: ['/bin/lsblk', '--pairs', '--output', 'NAME,TYPE,FSTYPE,LABEL', '/dev/xvdj']
Exit code: 32
Reason: -
Stdout: -
Stderr: lsblk: /dev/xvdj: not a block device
Download as text