FreeNAS 9.2.1がリリースされていましたのでアップグレードを行いました
Announcing FreeNAS 9.2.1-RELEASE
http://www.freenas.org/whats-new/2014/02/freenas-announce-announcing-freenas-9-2-1-release.html
189のバグ修正とGUIの改善、性能向上とのことです
Download(Index of /9.2.1/RELEASE)
http://download.freenas.org/9.2.1/RELEASE/
アップグレード方法は前回同様、GUI Upgradeで行いました
Upgrade to FreeNAS 9.2.0
http://www.rootlinks.net/2013/12/28/upgrade-to-freenas-9-2-0/
- Download
- Web GUIにログイン
- 設定情報のバックアップ
- サービスの停止
- アップグレード
- アップグレードファイルの一時保存場所指定
- アップグレードファイルの選択
- アップグレードファイルのSHA256ハッシュ値の指定
- 変更の適用
- 再起動
- サービスの起動
サイトからFreeNAS-9.2.1-RELEASE-x64.GUI_Upgrade.txzをダウンロードします
FreeNASの管理Web GUIにログインします
念の為に現在の設定情報を[システム]-[設定]-[設定のダウンロード]でバックアップします
すべてのサービスを停止します
[システム]-[設定]-[高度な設定]-[ファームウェア更新]からアップグレードを行います
手順としては
ハッシュ値はこのファイルに記載されています
http://download.freenas.org/9.2.1/RELEASE/x64/FreeNAS-9.2.1-RELEASE-x64.GUI_Upgrade.txz.sha256.txt
アップグレード後にシステムが自動的に再起動されます
再起動後にWeb GUIにログインしてサービスを起動します
次にzpoolのアップグレードを行います
- シェルログイン
- zpoolの状態確認
- zpoolのアップグレード
sshかコンソールからFreeNASにログインします
いくつかの機能を有効にするために’zpool upgrade’を実行する必要があります
1 2 3 4 5 6 7 8 9 |
; html-script: false ][root@freenas9] ~# zpool status pool: zfs 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(7) for details. scan: scrub repaired 0 in 0h50m with 0 errors on Sun Jan 5 00:50:59 2014 |
新たに4つの機能が有効になりました
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
; html-script: false ][root@freenas9] ~# zpool upgrade zfs This system supports ZFS pool feature flags. Enabled the following features on 'zfs': enabled_txg hole_birth extensible_dataset bookmarks [root@freenas9] ~# zpool get all zfs NAME PROPERTY VALUE SOURCE zfs size 8.35T - zfs capacity 14% - zfs altroot /mnt local zfs health ONLINE - zfs guid 11769055252918880473 default zfs version - default zfs bootfs - default zfs delegation on default zfs autoreplace off default zfs cachefile /data/zfs/zpool.cache local zfs failmode continue local zfs listsnapshots off default zfs autoexpand on local zfs dedupditto 0 default zfs dedupratio 1.00x - zfs free 7.16T - zfs allocated 1.18T - zfs readonly off - zfs comment - default zfs expandsize 0 - zfs freeing 0 default zfs feature@async_destroy enabled local zfs feature@empty_bpobj active local zfs feature@lz4_compress active local zfs feature@multi_vdev_crash_dump enabled local zfs feature@spacemap_histogram active local zfs feature@enabled_txg active local zfs feature@hole_birth active local zfs feature@extensible_dataset enabled local zfs feature@bookmarks enabled local |