26beta, snapshot tasks: can't edit or delete

I’m having a strange issue where it appears that every time I save a new snapshot task, and then edit it (change from hourly to daily), instead of making a change, it actually clones the task and makes changes to the new task.

Then, when I try to delete tasks, that fails too.

[EINVAL] options: Input should be a valid dictionary or instance of PoolSnapshotTaskDeleteOptions

All this is made worse because if you select daily first, then hit custom, I expect the custom to start defaulted to daily, not hourly, so I go.back and edit it. Then end up with 2 copies, neither of which I can delete. So I turn them off and make a third.

Anyone else seeing this, or maybe I just messed something up fixing some previous zfs issues I had via cli, that’s always possible, but I don’t think that’s the case this time.

It’s best to put use Report a Bug on the upper right of the forum and include a debug dump since this is happening on a Beta version. Attach all the documentation you can.

This problem might be a side-effect of fixing the issue described here. At least that fix was implemented in v26.

Yeah I will try that again when I am on a computer. I do a lot from the phone but Jira is completely unusable for me, at least via Android/chrome.

Trying to create a bug report, this time from windows/chrome. I type in some words in the serach and, click create. A box pops ups where I can select “Space” and “work type” but nothing loads, the selection menus have no content.

Same behviour I got on my phone actually, so maybe it’s not a mobile device issue.

Really trying here, but I give up. I want to help but Jira is brutal.

Maybe it’s a chrome issue. Install Brave. Nope.

Maybe it’s a chromium issue, install Zen. Better. Actually tells me I can’t make a ticket becaues i’m not signed in.

Sign in… nope, complete collapse once again.

I give up, maybe someone else will have the same issue and make a bug report. For me the solution is burn it to the ground, and don’t make mistakes on the way back up.

Fresh start:

for id in $(midclt call pool.snapshottask.query | jq '.[].id'); do
midclt call pool.snapshottask.delete $id
done

For some reason the Jira interface works fine for some users and gives others nothing but trouble. You’ll probably get further by clicking the smiley face icon in the top toolbar of the TrueNAS UI, clicking report a bug, and submitting the ticket that way.

I am having the same issue. I was able to file a bug in Jira