This is my first round of testing LXC in PVE 4. Had to stop kind of early on...
- Installed PVE 4 on ZFS RAID10 (4 disks)
- Updated to latest packages + reboot
- Downloaded Debian 8 LXC template
- Trying to create CT on local storage
The RAW disks get created under /var/lib/vz, but the container creation process stops with Error: unexpected status.
Apart from the solving the above problem, probably a more graceful way of handling errors during the container creation process would benefit users.
- Installed PVE 4 on ZFS RAID10 (4 disks)
- Updated to latest packages + reboot
- Downloaded Debian 8 LXC template
- Trying to create CT on local storage
Code:
Formatting '/var/lib/vz/images/100/vm-100-disk-2.raw', fmt=raw size=10737418240
Discarding device blocks: 4096/2621440 done
Creating filesystem with 2621440 4k blocks and 655360 inodes
Filesystem UUID: 13b2c657-77b9-43d6-b1a9-6f4ca55f47dd
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
mke2fs 1.42.12 (29-Aug-2014)
Creating journal (32768 blocks): done
Multiple mount protection is enabled with update interval 5 seconds.
Writing superblocks and filesystem accounting information: 0/80
[COLOR=#ff0000]Warning, had trouble writing out superblocks.TASK ERROR: command 'mkfs.ext4 -O mmp /var/lib/vz/images/100/vm-100-disk-2.raw' failed: exit code 144[/COLOR]
The RAW disks get created under /var/lib/vz, but the container creation process stops with Error: unexpected status.
Apart from the solving the above problem, probably a more graceful way of handling errors during the container creation process would benefit users.
Last edited: