Hallo,
wieder einmal ist bei mir das Problem aufgetreten, dass sich meine Container nur beim Systemstart starten lassen, später nicht mehr - diesmal handelt es sich um Container 108. Dieses Problem wird langsam wirklich ärgerlich, da ich jetzt seit gut einem Jahr damit kämpfe. Das Image des Containers liegt hierbei auf einem Thinpool - mir ist aufgefallen, dass nur Container von diesem Problem betroffen sind, die auf ebendiesem Thinpool liegen (106 und 108). Vielleicht habe ich da etwas falsch aufgesetzt?
So sieht mein Setup in Proxmox aus:
Ich würde mich wirklich sehr über Hilfe freuen!
wieder einmal ist bei mir das Problem aufgetreten, dass sich meine Container nur beim Systemstart starten lassen, später nicht mehr - diesmal handelt es sich um Container 108. Dieses Problem wird langsam wirklich ärgerlich, da ich jetzt seit gut einem Jahr damit kämpfe. Das Image des Containers liegt hierbei auf einem Thinpool - mir ist aufgefallen, dass nur Container von diesem Problem betroffen sind, die auf ebendiesem Thinpool liegen (106 und 108). Vielleicht habe ich da etwas falsch aufgesetzt?
Code:
root@server1:/# lxc-start -n 108 -F -l DEBUG -o /tmp/108.log
lxc-start: 108: conf.c: run_buffer: 335 Script exited with status 32
lxc-start: 108: start.c: lxc_init: 861 Failed to run lxc.hook.pre-start for container "108"
lxc-start: 108: start.c: __lxc_start: 1944 Failed to initialize container "108"
lxc-start: 108: tools/lxc_start.c: main: 330 The container failed to start
lxc-start: 108: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
Code:
man:lxc
man:pct
Process: 10977 ExecStart=/usr/bin/lxc-start -n 108 (code=exited, status=1/FAILURE)
Feb 11 19:53:12 server1 systemd[1]: Starting PVE LXC Container: 108...
Feb 11 19:53:13 server1 lxc-start[10977]: lxc-start: 108: lxccontainer.c: wait_on_daemonized_start: 856 No such file or directory - Failed to receive the container state
Feb 11 19:53:13 server1 lxc-start[10977]: lxc-start: 108: tools/lxc_start.c: main: 330 The container failed to start
Feb 11 19:53:13 server1 lxc-start[10977]: lxc-start: 108: tools/lxc_start.c: main: 333 To get more details, run the container in foreground mode
Feb 11 19:53:13 server1 lxc-start[10977]: lxc-start: 108: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
Feb 11 19:53:13 server1 systemd[1]: pve-container@108.service: Control process exited, code=exited, status=1/FAILURE
Feb 11 19:53:13 server1 systemd[1]: pve-container@108.service: Failed with result 'exit-code'.
Feb 11 19:53:13 server1 systemd[1]: Failed to start PVE LXC Container: 108.
So sieht mein Setup in Proxmox aus:
Code:
root@server1:/# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- <223.07g <16.00g
Code:
root@server1:/# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 5 0 wz--n- <223.07g <16.00g
Code:
root@server1:/# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <141.43g 24.25 2.24
root pve -wi-ao---- 55.75g
swap pve -wi-ao---- 7.00g
vm-106-disk-0 pve Vwi-aotz-- 100.00g data 32.72
vm-108-disk-1 pve Vwi-a-tz-- 8.00g data 19.77
Code:
root@server1:/# cat /etc/pve/storage.cfg
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
Code:
root@server1:/# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/pve-root / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=C9E1-EB32 /boot/efi vfat umask=0077 0 1
/dev/mapper/pve-swap none swap sw 0 0
LABEL=storageprox /mnt/data ext4 defaults 0 2
Ich würde mich wirklich sehr über Hilfe freuen!