Upgrading, and Pool Manager, and Snapshots - Oh My!

aahzinfotech

Cadet
Joined
Jul 13, 2021
Messages
4
We've been using FreeNAS for several years and upgraded to TrueNAS a couple versions ago. Under FreeNAS, I had set up snapshots for a specific folder and it was set-and-forget. We didn't have any problems. We are at version TrueNAS-12.0-U4.

When I went to check out the snapshot history yesterday, I noticed that the only pool with snapshots was the iocage pool. I know I had created another pool previously, but the Pool Manager only shows the following: > pool > iocage and nothing else. I was hoping to get snapshots of > pool > second.folder. Yikes!

A bit of forum searching led me to realize that I need to create a new pool, but am quite unsure how to do that since my attempt to do so shows no available disks. And I'm afraid that to do so I may have to restart from scratch if I am determined to have snapshots.

This being the case, what or how would you recommend I go about getting this set back up?

Version: TrueNAS 12.0 U4
PowerEdge T310 with Intel Xeon CPU X3430
4 * 8GB RAM 1333 MHz DDR3
5 * ATA HGST HUH721010AL with IBM M1015 and 1 * 256GB SSD (boot)
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
Check the output of the following commands from the shell:

# zpool list
# zpool status

Do you still only see a single pool?
 

aahzinfotech

Cadet
Joined
Jul 13, 2021
Messages
4
Hello Kris, thanks for responding. These are the results I'm showing:

# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
freenas-boot 270G 11.8G 258G - - - 4% 1.00x ONLINE -
pool1 45.2T 28.3T 17.0T - - 5% 62% 1.00x ONLINE /mnt

# zpool status
pool: freenas-boot
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0B in 00:01:39 with 0 errors on Fri Jul 9 03:46:39 2021
config:

NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
mfid0p2 ONLINE 0 0 0

errors: No known data errors

pool: pool1
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0B in 08:34:19 with 0 errors on Sun Jul 4 15:34:20 2021
config:

NAME STATE READ WRITE CKSUM
pool1 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gptid/1341d3e9-0274-11ea-8e67-782bcb4ad0e0 ONLINE 0 0 0
gptid/1b038aba-0274-11ea-8e67-782bcb4ad0e0 ONLINE 0 0 0
gptid/1c91ad5e-0274-11ea-8e67-782bcb4ad0e0 ONLINE 0 0 0
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
So you have a 'pool1' on this system, it appears intact. If you check /mnt/pool1 do you see your directories / files? It may just be that you don't have snapshots taking place...
 

aahzinfotech

Cadet
Joined
Jul 13, 2021
Messages
4
Yes, the secondary directory (named PD) and files are there. In fact, I can access the files from other computers. When I attempted, however, to set up a new snapshot, I am not allowed to choose a dataset other than pool1 or pool1/iocage/...

Add Snapshot Task.png


And it is entirely possible I'm not understanding the snapshots since there is one set up for pool1 already. The snapshots just seem to be too small to include the PD directory. Snapshots on some days are using 2.66 MiB and referencing approximately 11.45 TiB. But there should have been several GiB of changes going on.
 

aahzinfotech

Cadet
Joined
Jul 13, 2021
Messages
4
In researching a bit further, I believe that I may have jumped the gun. I did find one or two snapshots that looked correct. This issue can be marked as closed and resolved. It was my misunderstand. Thank you!
 
Top