Hello,
Ran into a problem with my Proxmox VE. My LXC container, which is my go-to NAS, just won’t boot up after a reboot. Here’s the error it’s throwing at me:
Upon inspection, I noticed that the storage is completely utilized, which may have led to potential corruption, although this is not certain. To address this issue, I am open to deleting and recreating the container if necessary; however, preserving the data is importance.
Here’s the container config:
Any tips on how to get this sorted without saying bye to my data would be super appreciated.
Ran into a problem with my Proxmox VE. My LXC container, which is my go-to NAS, just won’t boot up after a reboot. Here’s the error it’s throwing at me:
Code:
run_buffer: 322 Script exited with status 32
lxc_init: 844 Failed to run lxc.hook.pre-start for container "100"
__lxc_start: 2027 Failed to initialize container "100"
TASK ERROR: startup for container '100' failed
Upon inspection, I noticed that the storage is completely utilized, which may have led to potential corruption, although this is not certain. To address this issue, I am open to deleting and recreating the container if necessary; however, preserving the data is importance.
Here’s the container config:
Code:
root@pve0:~# cat /etc/pve/lxc/100.conf
arch: amd64
cores: 1
features: nesting=1
hostname: deb-nas-hdd
lock: mounted
memory: 2048
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:70:DA:A0,ip=dhcp,type=veth
onboot: 1
ostype: debian
parent: vzdump
rootfs: local-hdd:vm-100-disk-0,size=928G
startup: order=1
swap: 2048
unprivileged: 1
[vzdump]
#vzdump backup snapshot
arch: amd64
cores: 1
features: nesting=1
hostname: deb-nas-hdd
memory: 2048
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:70:DA:A0,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-hdd:vm-100-disk-0,size=928G
snapstate: delete
snaptime: 1708236029
startup: order=1
swap: 2048
unprivileged: 1
Any tips on how to get this sorted without saying bye to my data would be super appreciated.
Last edited: