Containers Creation Problems

Antonino89

Member
Jul 13, 2017
76
1
6
36
Hi guys,


i 've 3 servers in a cluster with a shared storage.

While i'm trying to create a container i get this error:

Task viewer: CT 103 - Create

OutputStatus

Stop
WARNING: ext4 signature detected on /dev/lvm11/vm-103-disk-1 at offset 1080. Wipe it? [y/n]: [n]
Aborted wiping of ext4.
Logical volume "vm-103-disk-1" created.
1 existing signature left on the device.
mke2fs 1.43.4 (31-Jan-2017)
Discarding device blocks: 4096/2621440 done
Creating filesystem with 2621440 4k blocks and 655360 inodes
Filesystem UUID: 087563a4-a97c-4de4-9ed6-2dc00cd26acd
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Allocating group tables: 0/80 done
Writing inode tables: 0/80 done
Creating journal (16384 blocks): done
Multiple mount protection is enabled with update interval 5 seconds.
Writing superblocks and filesystem accounting information: 0/80
Warning, had trouble writing out superblocks.
TASK ERROR: command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /dev/lvm11/vm-103-disk-1' failed: exit code 154.

Any suggestions?

Thanks
 
The following seems to be the problem:

WARNING: ext4 signature detected on /dev/lvm11/vm-103-disk-1 at offset 1080. Wipe it? [y/n]: [n]
Aborted wiping of ext4.
Logical volume "vm-103-disk-1" created.
1 existing signature left on the device.

Did /dev/lvm11/vm-103-disk-1 already exist when the it was attempted to create the container? If so, delete the lvm first.