Skip to content

A Fork of the TrueCharts Catalog for use in TrueNas Scale

Notifications You must be signed in to change notification settings

WillKirkmanM/truecharts

Repository files navigation

Truecharts

This repository contains the Helm charts for the TrueCharts project, it is important to note that the upcoming release of Truenas Scale Electric Eel, K8S and therefore Truecharts have been removed in favour of native docker / docker-compose files.

How to fix?

Dataset is busy

Find the process ID that is using the dataset in /proc/mounts

grep "DATASET NAME" | /proc/*/mounts

Kill the process using

sudo kill "PROCESS ID"