Jail Wizard Only 12.3-RELEASE selectable in TrueNAS-12.0-U8.1

Shinbar

Cadet
Joined
Aug 3, 2017
Messages
1
Running TrueNAS-12.0-U8.1 and trying to create a new Jail, however when using the Jail Wizard I can only see 12.3-RELEASE available, no other releases are shown.
Since TrueNAS-12.0-U8.1 is based on 12.2-RELEASE I would expect to see an 12.2-RELEASE option?

Running iocage list -r shows the following:
Bases fetched
11.2-RELEASE
11.3-RELEASE
12.2-RELEASE

An iocage fetch shows:
[0] 12.3-RELEASE
[1] 13.0-RELEASE

Type the number of the desired RELEASE
Press [Enter] to fetch the default selection: (12.2-RELEASE)

On this server I have other existing jails running 12.2-RELEASE at various patches, these were all created before upgrading to this version of TrueNAS-12-U8.1, its just not allowing me to create a new jail with a 12.2-RELEASE. Am I missing something obvious here?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Only the 12 (major version) is important... you can't run newer major versions of jail than the host.

Minor versions of higher levels are fine as are older versions.
 

Jon Krueger

Dabbler
Joined
Jun 21, 2021
Messages
11
That's good to know, as the docs say otherwise:

"Jails can run FreeBSD versions up to the same version as the host FreeNAS® system. Newer releases are not shown."
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
They just missed saying "major", even though they probably mean that by what they said.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
iocage fetch -r 12.3-RELEASE (optional... also can leave out the -r version part to get a list of available options)

iocage upgrade -r 12.3-RELEASE jailname

Don't do that for plugin jails.
 
Top