Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Cannot create antlets after upgrade

hey there! I have an Antsle One with an NVME drive and 2 500 gig disks (/dev/sda, /dev/sdb).

I've re-installed the latest EdgeLinux 2 iso, ran through the install process and manually created my zfs pool, since there was no option to automatically do it. The system is installed on the NVME and the 500 gig ssd's are meant for the ZFS pool.

I created the pool with

zfs pool create antlets mirror /dev/sda /dev/sdb

When I download an antlet template, I'm caught with this error:

CTZFS-1: Error when trying to zfs create. cannot create 'antlets/_templates/Ubuntu-18.04.kvm': parent does not exist

Any ideas?

Hi Stetson Blake:

Let's see if there is templates zfs defined:

zfs list | grep templates

If one does not exist, you can create new one:

zfs create antlets/_templates