Software-update: FreeNAS 9.2.0

FreeNAS logo (75 pix)De final release van FreeNAS versie 9.2 is uitgekomen. Met dit pakket kan een in het netwerk opgenomen computer als 'network attached storage' worden ingezet, dus puur en alleen voor het opslaan van data. Met behulp van van plugins kan er extra functionaliteit worden toegevoegd. Het geheel is gebaseerd op FreeBSD en voorzien van een overzichtelijke webinterface. Meer informatie over de mogelijkheden van FreeNAS kan op deze pagina worden gevonden. FreeNAS 9.2 is gebaseerd op FreeBSD 9.2 en bevat verder de volgende veranderingen en verbeteringen:

The following features were added in 9.2.0:
  • Version 9.2-RELEASE of FreeBSD with performance improvements, bug fixes, and updated software packages. For a complete list see here.
  • USB 3.0 support is disabled by default as it currently is not compatible with some hardware, including Haswell (Lynx point) chipsets. To enable USB 3.0 support, create a Tunable named xhci_load, set its value to YES, and reboot the system.
  • The Kernel UMA allocator is now the default for ZFS. This results in higher ZFS performance.
  • ZFS will now alert the administrator for pools that are not 4K-aligned.
  • By default, FreeNAS will treat all disks as 4K sector (“Advanced Format”) disks. This is a future-proof setting that allows AF disks to later be used as replacement drives for older, legacy 512 byte sector drives without compromising performance. The administrator can optionally disable this 4K-by-default behavior by setting vfs.zfs.vdev.larger_ashift_minimal to 0 in both sysctl and loader tunables.
  • Avahi (multicast DNS, aka Bonjour) registration of all services, include the web service, means you no longer need to have a head on the box to know its IP address, even for initial configuration, if the system your browser is running on supports mDNS (e.g. a Mac or mDNS-enabled Windows/Unix box). The default address will be freenas.local (or freenas-n.local, where n is the # of freenas.local instances already on the local network). This can be changed by changing the hostname in the FreeNAS system or network configuration screens.
  • The built-in admin user account is no longer used and the Admin Account removed. The first time the FreeNAS graphical interface is accessed, a pop-up menu will prompt for the root password. Subsequent logins to the graphical interface will require this password.
  • FreeNAS no longer sends daily emails when email reporting is enabled unless actual errors or issues of concern have arisen. Simply saying “all is well!” each and every day was causing email fatigue and obscuring actual errors. Those wishing for daily “all is well!” reports can simply add a cron job that does this.
  • The plugin system now offers in-place updates for plugins, also segregating installed plugins from available plugins to make the UI less cluttered.
  • A complete REST API has been created for FreeNAS, allowing a FreeNAS instance to be controlled remotely. See examples/api in the FreeNAS source repository for some examples of this in action. Complete API docs are available in docs/api.
  • The “Permit Sudo” field has been added to the add and edit screens for Users and Groups. A column in View Groups and View Users now indicates whether or not “Permit Sudo” has been set.
  • HTTP and HTTPS access to the FreeNAS graphical interface are no longer mutually exclusive. The fields “WebGUI HTTP Port” and “WebGUI HTTPS Port” have been added to System Settings -> General.
  • An “Edit” button has been added to the “Hostname” field of System Information to make the hostname easier to change.
  • The results from the latest ZFS scrub now appear in Volume Status.
  • Netatalk has been updated to version 3.1.0. See here for a list of changes in this release. There are also a number of changes made to AFP sharing as a result:
  • The Add Apple (AFP) Share menu has been simplified and a “Default umask” option has been added.
  • The “Server Name” field has also been removed from AFP; in Netatalk 3, this value is automatically derived from the system hostname.
  • “Enable home directories” and “Home directories” options added to AFP.
  • The AIO options have been removed from CIFS.
  • Fourteen TLS-related fields have been added to the Advanced Mode of FTP.
  • An “IPv4 Address” column has been added to the View Jails screen.
  • A shell button has been added to Jails, making it easy to access the command line of the selected jail.
  • A “Create directory” checkbox has been added to the Add Storage function of a jail so that the user does not have to first access the jail’s shell to make sure that the directory already exists. A “Read-Only” checkbox has also been added to this screen.
  • A jails templating system has been added, allowing the quick deployment of new jails from existing templates and the ability to create custom templates. Linux jail support has also been added and installation templates are included for Debian-7.1.0, Gentoo-20130820, Ubuntu-13.04, Centos-6.4, Fedora-19, and Suse-12.3.
  • A link to the online FreeBSD manual pages has been added to Help.
  • Added bxe(4) driver for Broadcom NetXtreme II Ethernet 10Gb PCIe adapter.
  • Added padlock(4) driver which provides cryptographic hardware acceleration for VIA C3, C7 and Eden processors.
  • Improved performance of encrypted ZFS volumes.
  • The iSCSI options have been updated to ensure the GUI constraints match the
  • daemon constraints. In particular the GUI limited the number of sessions and the number of connections to a low value that may need to be increased if there are large numbers of targets or clients or both.

FreeNAS screenshot (620 pix)

Versienummer 9.2.0
Releasestatus Final
Besturingssystemen BSD
Website iXsystems, Inc.
Download http://web.freenas.org/download-releases.html
Bestandsgrootte 163,00MB
Licentietype GPL

Door Bart van Klaveren

Downloads en Best Buy Guide

31-12-2013 • 18:08

12

Submitter: technois

Bron: iXsystems, Inc.

Reacties (12)

12
12
6
1
0
6
Wijzig sortering
To enable USB 3.0 support, create a Tunable named xhci_load, set its value to YES, and reboot the system.
WTF is een a Tunable named xhci_load ????
Daar heb ik nog nooit van gehoord.... :?
A jails templating system has been added, allowing the quick deployment of new jails from existing templates and the ability to create custom templates. Linux jail support has also been added and installation templates are included for ...
WTF: Jail Templates? Jail support?
Waar hebben ze het hier over...?

Kan iemand dat mij vertellen - please?
Dank bij voorbaat... _/-\o_

[Reactie gewijzigd door HoeZoWie op 24 juli 2024 08:57]

Van http://doc.freenas.org/index.php/Tunables :
When a FreeBSD-based system boots, loader.conf is read to determine if any parameters should be passed to the kernel or if any additional kernel modules (such as drivers) should be loaded...
... If you need a driver that is not automatically loaded, create a tunable.

Dus kort samengevat is een tunable een driver of setting die bij booten ingeladen wordt.

Van http://doc.freenas.org/index.php/Jails :
Essentially, a FreeBSD jail provides a very light-weight, operating system-level virtualization. Consider it as an independent FreeBSD operating system running on the same hardware, without all of the overhead usually associated with virtualization. This means that any software and configurations within a jail are isolated from both the FreeNAS® operating system and any other jails running on that system.

Een jail is dus een soort sandbox waarin bvb. plugins kunnen draaien.
Ik heb vele keren het geprobeerd te installeren en configureren, tot op heden gaan enkel succes. :(
Ik heb vele keren het geprobeerd te installeren en configureren, tot op heden gaan enkel succes. :(
Heb het bij mij nu wel draaien. Ben zelf ook enkele keren opnieuw begonnen. Geen idee of het aan mij ligt.

Heb het wel ook nog eens virtueel draaien op een esxi machine. Misschien dat dit ook nog eens problemen geeft. En dan vooral met de disks. Vergroten van een disk wordt niet meegenomen in freenas ...
Hier een oplossing die draait op VMWare ESXi4 en 5: (FreeNAS 8 en 9):
http://itanalyses.blogspo...rtual-freenas-831-on.html
helaas werkt deze oplossing nog wel om vmware tools te installeren maar vmxnet 3 niet meer...
Meestal ( bij mij iig) problemen met de onboard netwerk kaarten..
niet gevonden :(
Ik heb er eigenlijk nog weinig of geen problemen mee gehad.

De eerste installatie was op een AMD A8-5600K CPU met Gigabyte GA-F2A85XM-D3H bordje (om te testen), zowel met onboard LAN als met dual Intel Gigabit kaartjes in LACP.
Hiermee ging write aan ongeveer 50 tot 70 MB/s (afhankelijk van de schijf).

De permanente installatie (voorlopig nog op 9.1.1) draait op een Supermicro X9SCM-F met Intel Xeon E3-1230v2, dual onboard Intel NICs in LACP en 16GB Kingston ECC valueram. Hiermee trek je in write een gigabit vol.

Op het moment dat ik de Xeon v2 koos, was de v3 al uit maar was er nog geen info beschikbaar over compatibiliteit, dus eieren voor mijn geld gekozen en de "oudere" CPU dan maar genomen.
Je kan redelijk wat info over comaptible hardware terugvinden, maar je kijkt dit zeker best na voor je zelf een FreeNAS bouwt.
Dat nieuwe jails spul klinkt wel interessant! Ik heb nu NAS4Free, maar daar kan je alleen FreeBSD jails draaien tot nu toe.
Ik denk dat FreeNAS gemiddeld wel wat hogere systeemvereisten heeft als NAS4free (als je een gigabit LAN wil voltrekken), dus zie wel dat je hardware dan mee kan.
Huh?
FreeNAS 9.1 = 306,00 MB
FreeNAS 9.2 = 163,00 MB
hebben ze wat gemist of overgeslagen? Scheelt 45%
De hardware requirements van FreeNAS zijn me een beetje te gortig. Daarom gebruik ik OpenMediaVault: http://www.openmediavault.org/
Op een i3-3220T en 4GB RAM haal ik een write van 105Mb/s.

Op dit item kan niet meer gereageerd worden.