Heavybullets8/heavy_script

No PVCs shown

mjforan opened this issue · 8 comments

After going through the menu or running heavyscript pvc --mount it shows an empty list. I am on TrueNAS-SCALE-22.12.2 and the most recent version of heavyscript. I have several apps running with PVCs so there should be something displayed.

Are you seeing any errors? Scroll up and see if you are getting ZFS errors or something.

There are no errors in the terminal running heavyscript. Using journalctl shows a bunch of errors about "failed to rotate log" but that doesn't sound relevant.
image

which zfs
sudo which zfs

Do those show you have access to the ZFS binary?

yes, /sbin/zfs

k3s kubectl get pvc -A

returns?

"No resources found"

You likely do not have any PVC's then. Trucharts applications by default use PVC's as shown here:
image

Okay, thank you. Sorry for the stupid question. I didn't realize the official TrueNAS apps no longer use PVCs.