Lxc container not start after resize

z3b

New Member
Jan 17, 2018
1
0
1
45
Hello
Lxc not start after resized the container.

Code:
root@ns317xxx:~# lxc-start -n 102 -F -l DEBUG -o lxc-102.log

Code:
mount: wrong fs type, bad option, bad superblock on /dev/loop10,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
command 'mount -o 'usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0' /dev/loop10 /var/lib/lxc/102/rootfs//' failed: exit code 32
lxc-start: conf.c: run_buffer: 405 Script exited with status 32.
lxc-start: start.c: lxc_init: 450 Failed to run lxc.hook.pre-start for container "102".
lxc-start: start.c: __lxc_start: 1321 Failed to initialize container "102".
lxc-start: tools/lxc_start.c: main: 366 The container failed to start.
lxc-start: tools/lxc_start.c: main: 370 Additional information can be obtained by setting the --logfile and --logpriority options.

Can someone help me ?
 
Hello
Lxc not start after resized the container.

Code:
root@ns317xxx:~# lxc-start -n 102 -F -l DEBUG -o lxc-102.log

Code:
mount: wrong fs type, bad option, bad superblock on /dev/loop10,

The container's virtual disk('s filesystem) is corrupt. You cat attempt to repair it by running fsck, e.g.

Code:
losetup /dev/loop10 /var/lib/vz/images/102/vm-102-disk-1.raw
fsck.ext4 /dev/loop10