Version: TrueNAS 12.0-U2
I am trying to delete some old snapshots but I'm having issues with a couple of them due to dependent clones.
I followed this guide but I am stuck in trying to find the dependent clones.
Here are my pools and datasets:
This is the location of some of the snapshots I'm trying to delete:
When trying to delete said snapshot, I get the following error:
I tried to find the dependent clones but I get this error:
I am trying to delete some old snapshots but I'm having issues with a couple of them due to dependent clones.
I followed this guide but I am stuck in trying to find the dependent clones.
Here are my pools and datasets:
Code:
root@Nasgul:/data/zfs # zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT VMs-Plugins-Jails 928G 101G 827G - - 11% 10% 1.00x ONLINE /mnt Volume1 10.9T 1.90T 8.98T - - 4% 17% 1.00x ONLINE /mnt Volume2 27T 22.1T 4.90T - - 4% 81% 1.00x ONLINE /mnt freenas-boot 59G 6.74G 52.3G - - 1% 11% 1.00x ONLINE -
This is the location of some of the snapshots I'm trying to delete:
Code:
root@Nasgul:/data/zfs # zfs list -t snapshot | grep VMs-Plugins-Jails | tail VMs-Plugins-Jails/iocage/jails/tautulli@ioc_update_12.1-RELEASE-p11_2020-12-27_12-02-36 60K - 96K - VMs-Plugins-Jails/iocage/jails/tautulli/root@ioc_update_12.1-RELEASE-p11_2020-12-27_12-02-36 1.18G - 3.00G - VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@radarr 1.79M - 998M - VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@jackett 680K - 998M - VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@sonarr 696K - 998M - VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@qbittorrent 1.85M - 998M - VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@plex-plexpass 1.86M - 998M - VMs-Plugins-Jails/iocage/releases/11.3-RELEASE/root@lidarr 664K - 1.04G - VMs-Plugins-Jails/iocage/releases/11.3-RELEASE/root@organizr 664K - 1.04G - VMs-Plugins-Jails/iocage/releases/11.3-RELEASE/root@tautulli
When trying to delete said snapshot, I get the following error:
Code:
root@Nasgul:/data/zfs # zfs destroy -rR "VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@jackett" cannot unmount '/mnt/VMs-Plugins-Jails/iocage/jails/jackett/root': unmount failed cannot destroy snapshot VMs-Plugins-Jails/iocage/releases/11.2-RELEASE/root@jackett: snapshot is cloned
I tried to find the dependent clones but I get this error:
Code:
root@Nasgul:/data/zfs # zdb -d VMs-Plugins-Jails | grep "%" zdb: can't open 'VMs-Plugins-Jails': No such file or directory
Last edited: