Ich habe mit Proxmox VE 6.0-4 das Problem, das mein Container 106 nur während einem Reboot startet (da startet er automatisch). Nach einem Shutdown kann ich ihn nicht mehr erneut starten. Der Container liegt in einem LVM-Thin Storage, Template ist der Nextcloud-Turnkey Template, und ich habe auch nicht viel verändert:
# pct start 106
Ich habe versucht, den Container im Foreground-Mode zu starten:
#lxc-start -n 106 -F -l DEBUG -o /tmp/106.log:
(das logfile habe ich in den nächsten Post kopiert, ob der 10000 Zeichen-Begrenzung)
journalctl -xe:
Ich habe das Gefühl, dass es mit meinem Storage ein Problem gibt, kann aber nicht erkennen, wo genau es liegt.
# vgs:
# lvs:
# /etc/pve/storage.cfg:
# pct start 106
Code:
Job for pve-container@106.service failed because the control process exited with error code.
See "systemctl status pve-container@106.service" and "journalctl -xe" for details.
TASK ERROR: command 'systemctl start pve-container@106' failed: exit code 1
Ich habe versucht, den Container im Foreground-Mode zu starten:
#lxc-start -n 106 -F -l DEBUG -o /tmp/106.log:
Code:
lxc-start: 106: conf.c: run_buffer: 335 Script exited with status 32
lxc-start: 106: start.c: lxc_init: 861 Failed to run lxc.hook.pre-start for container "106"
lxc-start: 106: start.c: __lxc_start: 1944 Failed to initialize container "106"
lxc-start: 106: tools/lxc_start.c: main: 330 The container failed to start
lxc-start: 106: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
journalctl -xe:
Code:
A start job for unit pve-container@106.service has begun execution.
--
-- The job identifier is 1085051.
Apr 06 01:30:20 server1 lxc-start[3771]: lxc-start: 106: lxccontainer.c: wait_on_daemonized_start: 856 No such file or directory - Failed to receive the container state
Apr 06 01:30:20 server1 lxc-start[3771]: lxc-start: 106: tools/lxc_start.c: main: 330 The container failed to start
Apr 06 01:30:20 server1 lxc-start[3771]: lxc-start: 106: tools/lxc_start.c: main: 333 To get more details, run the container in foreground mode
Apr 06 01:30:20 server1 lxc-start[3771]: lxc-start: 106: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
Apr 06 01:30:20 server1 systemd[1]: pve-container@106.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit pve-container@106.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Apr 06 01:30:20 server1 systemd[1]: pve-container@106.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit pve-container@106.service has entered the 'failed' state with result 'exit-code'.
Apr 06 01:30:20 server1 systemd[1]: Failed to start PVE LXC Container: 106.
-- Subject: A start job for unit pve-container@106.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pve-container@106.service has finished with a failure.
--
-- The job identifier is 1085051 and the job result is failed.
Apr 06 01:30:20 server1 pvedaemon[3769]: command 'systemctl start pve-container@106' failed: exit code 1
Apr 06 01:30:20 server1 pvedaemon[3250]: <root@pam> end task UPID:server1:00000EB9:0008D4DB:5E8A6A0A:vzstart:106:root@pam: command 'systemctl start pve-container@106' failed: exit code 1
Apr 06 01:30:20 server1 pvestatd[3169]: unable to get PID for CT 106 (not running?)
Apr 06 01:31:00 server1 systemd[1]: Starting Proxmox VE replication runner...
-- Subject: A start job for unit pvesr.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
Ich habe das Gefühl, dass es mit meinem Storage ein Problem gibt, kann aber nicht erkennen, wo genau es liegt.
# vgs:
Code:
VG #PV #LV #SN Attr VSize VFree
pve 1 4 0 wz--n- <223.07g <16.00g
# lvs:
Code:
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <141.43g 3.67 1.30
root pve -wi-ao---- 55.75g
swap pve -wi-ao---- 7.00g
vm-106-disk-0 pve Vwi-a-tz-- 100.00g data 5.20
# /etc/pve/storage.cfg:
Code:
dir: local
path /var/lib/vz
content vztmpl,iso,snippets,images,rootdir
maxfiles 0
shared 0
dir: BigData
path /mnt/data
content images,rootdir,vztmpl,iso,backup
maxfiles 3
shared 0
lvmthin: Thinpool
thinpool data
vgname pve
content images,rootdir
Last edited: