Installed new SATA SSD and moved Frigate. Error: startup for container '103' failed

Rob8

New Member
Dec 14, 2022
2
0
1
The Netherlands
My promox 8.1.3 was running nicely with my Frigate installed.
I purchased a new SATA SSD 2Tb (for bigger storage) and moved Frigate on to the disk. After several days of running fine, I updated my system and containers. Now I am not able to start the Frigate container. It was set up with docker-compose.

When I start the container, I'm getting the following Error: startup for container '103' failed

I think my newly partitioned SSD is not setup correctly.
/dev/sda/ Type: SSD. Usage: paritions size: 2.05TB. GPT: Yes. S.M.A.R.T: passed. Mounted: No Wearout: 0%
/dev/sda1/ Type: partion Usage: ext4. size: 2.05TB. GPT: Yes. Mounted: Yes Wearout: N/A

Other docker containers are running fine on my system (on the nwme0n1).

```
root@pve:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / xfs defaults 0 1
UUID=1253-42B0 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
```

```
root@pve:~# mount | grep ext4
/dev/sda1 on /mnt/pve/satassd type ext4 (rw,relatime)
```

```
root@pve:~# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 ext4 1.0 600993f1-6946-472a-b5f5-3b37dd2875e3 1.7T 3% /mnt/pve/satassd
nvme0n1
├─nvme0n1p1
├─nvme0n1p2 vfat FAT32 1253-42B0 1021.6M 0% /boot/efi
└─nvme0n1p3 LVM2_m LVM2 o1Zmf2-tR4Y-XBI6-VRlX-MMUp-mVo8-bhlcvK
├─pve-swap swap 1 e86b5a73-623b-4c62-9657-1e7b7f1fb9c8 [SWAP]
├─pve-root xfs 8109dcf0-8a79-462a-bf6b-cbb9979d2965 88.5G 8% /
├─pve-data_tmeta
│ └─pve-data-tpool
│ ├─pve-data
│ ├─pve-vm--100--disk--0
│ │
│ ├─pve-vm--100--disk--1
│ │
│ ├─pve-vm--101--disk--0
│ │ ext4 1.0 cf8cdaec-0f5f-400e-b1e5-8fa518441f73
│ └─pve-vm--102--disk--0
│ ext4 1.0 722d5c12-fd0f-4032-a2fd-286658d74fe2
└─pve-data_tdata
└─pve-data-tpool
├─pve-data
├─pve-vm--100--disk--0

├─pve-vm--100--disk--1

├─pve-vm--101--disk--0
│ ext4 1.0 cf8cdaec-0f5f-400e-b1e5-8fa518441f73
└─pve-vm--102--disk--0
ext4 1.0 722d5c12-fd0f-4032-a2fd-286658d74fe2
```

```
root@pve:~# fdisk -l
Disk /dev/sda: 1.86 TiB, 2048408248320 bytes, 4000797360 sectors
Disk model: SPCC Solid State
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 31A532C6-03AD-45BD-84AB-093680521EEC

Device Start End Sectors Size Type
/dev/sda1 2048 4000797326 4000795279 1.9T Linux filesystem


Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: FPE220M8SSD512G
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 408996FB-2CAE-4155-AABB-F6FA0073A474

Device Start End Sectors Size Type
/dev/nvme0n1p1 34 2047 2014 1007K BIOS boot
/dev/nvme0n1p2 2048 2099199 2097152 1G EFI System
/dev/nvme0n1p3 2099200 1000215182 998115983 475.9G Linux LVM


Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/pve-vm--100--disk--0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes


Disk /dev/mapper/pve-vm--100--disk--1: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
Disklabel type: gpt
Disk identifier: 041B1211-E708-0A12-1655-A53A9C4FDCC8

Device Start End Sectors Size Type
/dev/mapper/pve-vm--100--disk--1-part1 2048 67583 65536 32M EFI System
/dev/mapper/pve-vm--100--disk--1-part2 67584 116735 49152 24M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part3 116736 641023 524288 256M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part4 641024 690175 49152 24M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part5 690176 1214463 524288 256M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part6 1214464 1230847 16384 8M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part7 1230848 1427455 196608 96M Linux filesystem
/dev/mapper/pve-vm--100--disk--1-part8 1427456 67108830 65681375 31.3G Linux filesystem


Disk /dev/mapper/pve-vm--101--disk--0: 20 GiB, 21474836480 bytes, 41943040 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes


Disk /dev/mapper/pve-vm--102--disk--0: 12 GiB, 12884901888 bytes, 25165824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
```

```
root@pve:~# nano /etc/fstab

# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / xfs defaults 0 1
UUID=1253-42B0 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
```

```
root@pve:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl

lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir

dir: satassd
path /mnt/pve/satassd
content backup,vztmpl,images,rootdir,iso,snippets
is_mountpoint 1
nodes pve
```

```
root@pve:~# pct config 103
arch: amd64
cores: 4
features: nesting=1
hostname: frigate
memory: 2048000
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=22:81:13:9A:8E:D6,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: satassd:103/vm-103-disk-0.raw,size=64G
swap: 512
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file 0, 0
lxc.mount.entry: /dev/bus/usb/002/ dev/bus/usb/002/ none bind,optional,create=dir 0, 0
lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file
lxc.cap.drop:
```

Hopefully, someone can help out!
Thanks for your support! Robert
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!