Hallo mir ist heute erst aufgefallen dass wenn ich einen externen Storage wähle meine LXCs nicht starten können.
Wenn ich den Proxmox Host neustarte klappt es aber wenn ich den Container stoppe und es dann wieder versuche geht es nicht.
Der Storage ist aber sonst nutzbar. Backups zb lassen sich ohne Probleme dort erstellen.
Wenn ich den Proxmox Host neustarte klappt es aber wenn ich den Container stoppe und es dann wieder versuche geht es nicht.
Code:
root@pve:~# pct start 105 --debug
run_buffer: 571 Script exited with status 255
lxc_init: 845 Failed to run lxc.hook.pre-start for container "105"
__lxc_start: 2034 Failed to initialize container "105"
0 hostid 100000 range 65536
INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "105", config section "lxc"
DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 105 lxc pre-start produced output: mount: /var/lib/lxc/.pve-staged-mounts/rootfs: can't read superblock on /dev/loop3.
dmesg(1) may have more information after failed mount system call.
DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 105 lxc pre-start produced output: command 'mount /dev/loop3 /var/lib/lxc/.pve-staged-mounts/rootfs' failed: exit code 32
ERROR utils - ../src/lxc/utils.c:run_buffer:571 - Script exited with status 255
ERROR start - ../src/lxc/start.c:lxc_init:845 - Failed to run lxc.hook.pre-start for container "105"
ERROR start - ../src/lxc/start.c:__lxc_start:2034 - Failed to initialize container "105"
INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "105", config section "lxc"
startup for container '105' failed
Der Storage ist aber sonst nutzbar. Backups zb lassen sich ohne Probleme dort erstellen.