#Sonarr Failing to deploy. Trying to start before disk created?

24 messages · Page 1 of 1 (latest)

vagrant plume
#

I have an issue trying to deploy Sonarr with default setings on pve8.4.0.

Trying to put the VHD on an SMB Share which is taken from a TrueNas VM with ZFS Volume on the same host. Other VMs are running fine off of it.

Default Settings

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sonarr.sh)"

()

TASK ERROR: volume 'VHDs:502/vm-502-disk-0.raw' does not exist

#

Tried starting manually after this part, and get:

()
run_buffer: 571 Script exited with status 255
lxc_init: 845 Failed to run lxc.hook.pre-start for container "502"
__lxc_start: 2034 Failed to initialize container "502"
TASK ERROR: startup for container '502' failed

The script itself just sits there tryign to start the container

vagrant plume
vocal fossil
#

"Other VMs are running fine off of it. "

#

what does this mean?

vagrant plume
#

I've self created an LXC (ubuntu) and VM (also ubuntu) with their primary storage on the same VHD volume

#

These run fine

#

done full sudo apt update, and rebooted the server also. no difference

#

For science, I just created one against the local-zfs volume, and that has created fine

#

(or at least, is creating)

#

Moving Storage once built to the correct volume, also works correctly

lethal steeple
#

What is vhds for an storage Type?

vagrant plume
#

VHDs is just the name. Im a windows guy at heart 🙂

lethal steeple
#

And answer to question?

#

Storage Type, not the naming ^^

vagrant plume
#

Ahhh

#

sorry 🙂

#

SMB/CIFS

lethal steeple
#

Looks at this, maybe it Help, its an similar issue with dir

vagrant plume
#

No change. Ill keep an eye on the thread though

lethal steeple
#

What are the Outputs?

vagrant plume
#

root@mck-proxmox:~# pvesm status
Name Type Status Total Used Available %
Media cifs active 512000000 196536064 315463936 38.39%
Movies cifs active 512000000 196536064 315463936 38.39%
TV cifs active 512000000 196536064 315463936 38.39%
VHDs cifs active 307200000 52917632 254282368 17.23%
local dir active 215386240 5576192 209810048 2.59%
local-zfs zfspool active 217996492 8186320 209810172 3.76%
root@mck-proxmox:~#