Jump to content

TrueNAS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wsoteros (talk | contribs) at 19:41, 25 August 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

TrueNAS CORE
Developer(s)iXsystems
Stable release
13.0-U5 / June 6, 2023; 14 months ago (2023-06-06)
Repository
Operating system[[FreeBSD] [Linux]]
Platformx86-64 (v9.2.1.9 was the last release that supported 32-bit.[1])
TypeComputer storage
LicenseBSD license
Websitetruenas.com/truenas-core
TrueNAS SCALE
Developer(s)iXsystems
Stable release
22.12.1 / February 21, 2023; 18 months ago (2023-02-21)
Repository
Operating systemDebian Linux
Platformx86-64
TypeComputer storage
LicenseBSD license
Websitetruenas.com/truenas-scale

TrueNAS is the branding for a range of free and open-source network-attached storage (NAS) operating systems produced by iXsystems, and based on FreeBSD and Linux, using the OpenZFS file system. It is licensed under the terms of the BSD License and runs on commodity x86-64 hardware.

The TrueNAS range includes free public versions (TrueNAS CORE, previously known as FreeNAS), commercial versions (TrueNAS Enterprise), and Linux versions (TrueNAS SCALE). It also offers hardware, from small home systems to large petabyte arrays, based on the above versions.

TrueNAS supports Windows, macOS and Unix clients and various virtualization hosts such as XenServer and VMware using the SMB, AFP, NFS, iSCSI, SSH, rsync and FTP/TFTP protocols. Advanced TrueNAS features include full-disk encryption and a plug-in architecture for third-party software.[2][3][4][5][6][7]

Products

TrueNAS is the brand for iXsystems' open source network attached storage platform. It includes the following:

  • TrueNAS CORE (previously FreeNAS) – a free file server and expandable platform based on FreeBSD.
  • TrueNAS Enterprise – an enterprise file server for commercial use, also based on FreeBSD.
  • TrueNAS SCALE – a free Linux based hyper-converged scale-out version of the TrueNAS platform.
  • TrueNAS hardware – Enterprise Storage Arrays, a network-attached storage (NAS) systems, storage area network (SAN) devices, and High Availability systems, with up to 22 petabytes raw capacity.

User experience

TrueNAS is managed through a comprehensive web interface that is supplemented by a minimal shell console that handles essential administrative functions. The web interface supports storage pool configuration, user management, sharing configuration and system maintenance. As an embedded system appliance, TrueNAS boots from a USB Flash device or SATA DOM. This image is configured using a USB Flash bootable installer. The TrueNAS operating system is fully independent of its storage disks, allowing its configuration database and encryption keys to be backed up and restored to a fresh installation of the Operating System. This separation also allows for TrueNAS system updates to be performed through the web interface.

History

The FreeNAS project was started in October 2005 by Olivier Cochard-Labbé who based it on the m0n0wall embedded firewall and FreeBSD 6.0. Volker Theile joined the project in July 2006 and became the project lead in April 2008. In September 2009, the development team concluded that the project, then at release .7, was due for a complete rewrite in order to accommodate modern features such as a plug-in architecture. Volker Theile decided that the project best be reimplemented using Debian Linux and shifted his development efforts to the interim CoreNAS project and eventually OpenMediaVault where he continues as the project lead. Cochard-Labbé responded to community objections to "The Debian version of FreeNAS" and resumed activity in the project and oversaw its transfer to FreeNAS user iXsystems.[8][9] Developers Daisuke Aoyama and Michael Zoon continued developing FreeNAS 7 as the NAS4Free project. Meanwhile, iXsystems rewrote FreeNAS with a new architecture based on FreeBSD 8.1, releasing FreeNAS 8 Beta in November 2010.[10] The plug-in architecture arrived with FreeNAS 8.2 and FreeNAS versioning was synchronized with FreeBSD for clarity. FreeNAS 8.3 introduced full-disk encryption and FreeBSD 9.1-based FreeNAS 9.1 brought an updated plug-in architecture that is compatible with the TrueOS Warden jail management framework. FreeNAS 9.1 was also the first version of FreeNAS to use the community-supported OpenZFS v5000 with Feature Flags.[11][12] FreeNAS 9.2, based on FreeBSD 9.2 included performance improvements and introduced a REST API for remote system administration.[13] FreeNAS 9.3, based on FreeBSD 9.3 introduced a ZFS-based boot device, an initial Setup Wizard and a high-performance in-kernel iSCSI server.[14] FreeNAS 9.10, based on FreeBSD 10.3-RC3 brought an end to the FreeNAS/FreeBSD synchronized naming and introduced Graphite monitoring support and experimental support for the bhyve hypervisor.[15]

In October 2015, ten years after the original FreeNAS release, FreeNAS 10 ALPHA was released, providing a preview of what would become FreeNAS Corral GA on March 15, 2017.[16] FreeNAS Corral introduced a new graphical user interface, command-line interface, underlying middleware, container management system and virtual machine management system.[17] FreeNAS Corral departs from FreeNAS by providing not only NAS functionality but also hyper-converged functionality thanks to its integrated virtual machine support. However, on April 12, 2017 iXsystems announced that FreeNAS Corral would instead be relegated to being a 'Technology Preview', citing issues such as "general instability, lack of feature parity with 9.10 (Jails, iSCSI, etc), and some users experiencing lower performance than expected"[18] and the departure of the project lead. Instead, the decision was made to revert to the existing 9.10 code and bring Corral features to 9.10.3 and further.

In May 2017, iXsystems announced that FreeNAS 11 would be imminently released, which was based on 9.10 but included features such as an update of the FreeBSD operating system, virtual machine management, updates to jails, and a new beta user interface along the lines of Corral but based on Angular.

In March 2020, iXsystems announced that the 12.0 release will merge the FreeNAS code base with that of their commercial TrueNAS offering. FreeNAS will become TrueNAS CORE while TrueNAS will be renamed TrueNAS Enterprise.[19] This change was made official with the release of TrueNAS 12.0 on October 20, 2020.[20]

In October 2020, iXsystems announced a new product, TrueNAS SCALE would be developed. TrueNAS SCALE would still utilize ZFS, but be based on Debian Linux.[21]

In February 2022, iX announced that TrueNAS SCALE has reached General Availability quality for their 22.02 release.[22]

In May 2022, iX announced that TrueNAS CORE, their FreeBSD Based version of TrueNAS, has reached General Availability and is suitable for large deployments.[23]

Architecture

The 8.0 reimplementation of FreeNAS moved the project from a m0n0BSD/m0n0wall/PHP-based architecture to one based on FreeBSD's NanoBSD embedded build system, the Python programming language, the Django web application framework and the dōjō toolkit (JavaScript library).[24] It also used the lighttpd web server, but this was replaced with nginx in FreeNAS 8.2. The terminated successor to 9.10.2, known as FreeNAS Corral, retained the nginx web server and ZFS-based boot device of FreeNAS but replaces the Django/dōjō web application framework with an original one alongside the team at Montage Studios. FreeNAS 11 implemented a new interface using Angular.

Uses

  • SoHo, SMB and Enterprise file serving
  • Virtualization server storage backing (Windows, Linux, FreeBSD, PCIe pass-through)
  • Media center audio/video serving and streaming to DLNA devices
  • Application Services Apps (Helm Charts), Docker Containers, Kubernetes, App Catalogs, GPU Sharing (TrueNAS SCALE)

Awards

  • VMware — "Ultimate Virtual Appliance Challenge, Consumer"[25]
  • sourceforge.net — Project of the Month, January 2007[26]
  • InfoWorld — Best of open source in storage[27]
  • MES Matters 2022 — Key Vendors Serving the Mid-Market[28]
  • Best In Biz Award — Most Innovative Product Line of the Year[29]
  • Tech Target Storage Magazine Gold Award — Asigra TrueNAS Backup Appliance[30]
  • Gartner Peer Insights Customers' Choice 2023 for TrueNAS Enterprise[31]
  • TrueNAS recognized as a Digital Public Good in 2023[32]

See also

References

  1. ^ "Hardware Requirements".
  2. ^ iXSystems FreeNAS Mini NAS Review - Tom's Hardware
  3. ^ The Arc NAS distribution shootout: FreeNAS vs NAS4Free | Ars Technica
  4. ^ FreeNAS: Flexible, fast storage, and price is right | Network World
  5. ^ FreeNAS — network-attached storage with ZFS [LWN.net]
  6. ^ FreeNAS releases version 11, so let us put the unpleasantness of failed V.10 behind us · The Register
  7. ^ There's inexpensive NAS and then there's FreeNAS | Computerworld
  8. ^ "Project of the Month, January 2007". SourceForge. January 2007. Archived from the original on 2008-03-13. Retrieved 2013-08-23.
  9. ^ "Interview with Olivier Cochard-Labbé, Founder of FreeNAS". BSD Magazine. Retrieved 2013-08-23.
  10. ^ "FreeNAS 8 Beta released". Warner Losh. Retrieved 2013-08-23.
  11. ^ "What's New with FreeNAS". FreeNAS Team. Retrieved 2013-08-23.
  12. ^ "FreeNAS 9.1 Release Notes". FreeNAS Team. Archived from the original on 2014-06-29. Retrieved 2017-03-27.
  13. ^ "FreeNAS 9.2 Release Notes". FreeNAS Team. Archived from the original on 2014-08-29. Retrieved 2017-03-27.
  14. ^ "FreeNAS 9.3 Release Notes". FreeNAS Team. Archived from the original on 2014-12-25. Retrieved 2017-03-27.
  15. ^ "FreeNAS 9.10 Release Notes". FreeNAS Team. Archived from the original on 2016-03-26. Retrieved 2017-03-27.
  16. ^ "FreeNAS 10-ALPHA is now released!". FreeNAS Team. Archived from the original on 2021-01-06. Retrieved 2017-03-27.
  17. ^ "FreeNAS Corral Release Notes". FreeNAS Team. Archived from the original on 2017-03-24. Retrieved 2017-03-28.
  18. ^ "Important announcement regarding FreeNAS Corral". FreeNAS Community. Retrieved 2017-04-19.
  19. ^ "FreeNAS and TrueNAS are Unifying". iXsystems, Inc. - Enterprise Storage & Servers. 2020-03-05. Retrieved 2020-07-16.
  20. ^ "TrueNAS 12.0-RELEASE".
  21. ^ "TrueNAS 12 & TrueNAS SCALE are officially here!". iXsystems, Inc. - Enterprise Storage & Servers. 2020-10-29. Retrieved 2020-10-29.
  22. ^ "TrueNAS SCALE Release Schedule Explained". TrueNAS - Welcome to the Open Storage Era. 2021-10-19. Retrieved 2022-10-13.
  23. ^ "TrueNAS 13.0 Succeeds TrueNAS 12.0". TrueNAS - Welcome to the Open Storage Era. 2022-05-10. Retrieved 2022-10-13.
  24. ^ iXsystems' FreeNAS snapshot - FreeNAS - Open Source Storage Operating System
  25. ^ "FreeNAS is a Network-Attached Storage (NAS) server". VMware, Inc. Archived from the original on 2008-05-05. Retrieved 2008-02-28.
  26. ^ "Project of the Month January 2007". SourceForge, Inc. January 2007. Archived from the original on 2008-03-13. Retrieved 2008-02-28.
  27. ^ "Best of open source in storage - 2007". InfoWorld. Retrieved 2008-02-28.
  28. ^ "MES Matters 2022 Details". CRN. Retrieved 2022-09-05.
  29. ^ "iXsystems Recognized in 11th Annual Best in Biz Awards for Most Innovative Product Line of the Year". iXsystems, Inc. - Enterprise Storage & Servers. 2021-12-02. Retrieved 2022-09-05.
  30. ^ "Asigra TrueNAS® Backup Appliance Named Backup/DR Hardware Product of the Year". iXsystems, Inc. - Enterprise Storage & Servers. 2019-02-20. Retrieved 2022-09-05.
  31. ^ Inc, Gartner. "iXsystems TrueNAS Enterprise Reviews, Ratings & Features 2023 | Gartner Peer Insights". Gartner. Retrieved 2023-08-09. {{cite web}}: |last= has generic name (help)
  32. ^ "TrueNAS - DPGA Details". app.digitalpublicgoods.net. Retrieved 2023-08-09.