作成者別アーカイブ: Osamu Tatebe

Gfarm 2.7.13をリリース

みなさま

* Gfarmファイルシステム version 2.7.13
* Gfarmファイルシステム version 2.6.28

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、および修正が含まれています。
Gfarm 2.7.13 では、ファイルシステムノードを readonly にす
ることが出来るようになりました。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.13
=============================

[2019.3.22]

New configuration directive
* replication_at_write_open – if this directive is enabled, even when
all file replicas of a file are stored at read-only filesystem
nodes, it can be updated by replicating it to a read-write
filesystem node before opening in the write mode. Default is
enable.

Updated feature
* read-only mode – filesystem node can be changed to read only by
gfhost -m -f 1 hostname
* gfdf – -R option to know real disk usage

Bug fix
* gfmd failover does not work, which was introduced by the version
2.7.12
* compilation error with InfiniBand, which was introduced by the
version 2.7.12
* gfquota -d does not work against a writable directory

Release note for Gfarm 2.6.28
=============================

[2019.3.22]

Bug fix
* gfmd failover does not work, which was introduced by the version
2.6.27

Gfarm version 2.7.12 withdrawn

みなさま

一度公開した Gfarm 2.7.12 と Gfarm 2.6.27 ですが、
深刻な不具合が発見されたため、リリースをキャンセル
させていただきました。

メタデータサーバのフェイルオーバが行えません。

*このリリースは利用しないでください*

次のリリースはまもなく行われますので、それまでは
2.7.11 あるいは 2.6.26 をご利用ください。

大変不都合をおかけいたしまして申し訳ありません。

Gfarm 2.7.12をリリース

みなさま

* Gfarmファイルシステム version 2.7.12
* Gfarmファイルシステム version 2.6.27
* Gfarm2fs version 1.2.12

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、および gfdf -a の修正が
含まれています。また、フェイルオーバ、ディザスタリカバリの文書
も追加されました。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.12
=============================

[2019.2.20]

Documentation
* failover and disaster recovery documents

Updated feature
* gfmd – improve replica check process especially using replicainfo
that means file system group based replica location control feature
* gfstatus – -l and -L options to list configuration names
* support 8 Exbibyte file system node

Bug fix
* gfdf – fix output with -a option

Release note for Gfarm 2.6.27
=============================

[2019.2.20]

Documentation
* failover and disaster recovery documents

Updated feature
* gfmd – improve replica check process especially using replicainfo
that means file system group based replica location control feature
* gfstatus – -l and -L options to list configuration names

Bug fix
* gfdf – fix output with -a option

Release note for Gfarm2fs 1.2.12
================================

[2019.2.20]

Updated feature
* gfarm2fs.profile.xxx local extended attribute to show the profile
value when it is enabled, which requires Gfarm 2.7.12 or later

Gfarm 2.7.10 released

みなさま

* Gfarmファイルシステム version 2.7.10
* Gfarmファイルシステム version 2.6.25

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、修正が含まれています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.10
=============================

[2018.2.22]

Updated feature
* gfmd – improve ticket lock performance, which is introduced since
the version 2.7.9

Bug fix
* directory quota may be incorrect when moving a file during the
replica check
* slave gfmd may crash when it is stopped during busy metadata updates
* gfmd crashes when it is stopped at early boot stage

Release note for Gfarm 2.6.25
=============================

[2018.2.22]

Updated feature
* gfdf – -i option to print number of inodes
* gfmd – improve ticket lock performance, which is introduced since
the version 2.6.24

Bug fix
* slave gfmd may crash when it is stopped during busy metadata updates
* gfmd crashes when it is stopped at early boot stage

Gfarm 2.7.9をリリース

みなさま

* Gfarmファイルシステム version 2.7.9
* Gfarmファイルシステム version 2.6.24

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、修正が含まれています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.9
============================

[2018.1.16]

Updated feature
* gfmd – improve response time during replica check when enabling
replica info. By default, use a ticket lock for FIFO thread
scheduling instead of a stock mutex lock.

Bug fix
* replica check does not honor directory quota
* fix deadlock or segfault when reading files using InfiniBand RDMA if
reconnection happens

Release note for Gfarm 2.6.24
=============================

[2018.1.16]

Updated feature
* gfmd – improve response time during replica check when enabling
replica info. By default, use a ticket lock for FIFO thread
scheduling instead of a stock mutex lock.

Gfarm 2.7.8をリリース

みなさま

* Gfarmファイルシステム version 2.7.8
* Gfarmファイルシステム version 2.6.23

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、修正が含まれています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.8
============================

[2017.12.03]

Updated feature
* show the number of ongoing replications by SIGUSR2

Bug fix
* spool_check_level disable makes gfsd unstable, which has been
introduced since the version 2.7.6
* fix data race when switching gfsd or gfmd connections, that may make
segfault
* fix data race about gfsd status

Release note for Gfarm 2.6.23
=============================

[2017.12.03]

New configuration directive
* metadb_server_remover_queue_length – queue length for remove
requests to make it a low priority not to prevent from replication
requests

Updated feature
* show the number of ongoing replications by SIGUSR2

Bug fix
* spool_check_level disable makes gfsd unstable, which has been
introduced since the version 2.6.22
* fix data race when switching gfsd or gfmd connections, that may make
segfault
* fix data race about gfsd status

Gfarm 2.7.7をリリース

みなさま

* Gfarmファイルシステム version 2.7.7
* Gfarmファイルシステム version 2.6.22

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、特にファイル複製,ファイル削除,ファ
イル更新が激しく行われている時の反応時間の改善を行っています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.7
============================

[2017.11.26]

New configuration directive
* metadb_server_remove_scan_log_interval – interval to log statistical
information about removed file scan
* metadb_server_remove_scan_interval_factor – interval between removed
file scans

Documentation
* manual pages – gfsrepcheck(1)

Updated feature
* gfmd – improve response time even under too many gfmd-initiated
replications, file removals and updates
* gfdf – -i option to print number of inodes
* gfrepcheck – status command to obtain the current status

Release note for Gfarm 2.6.22
=============================

[2017.11.26]

New configuration directive
* metadb_server_remove_scan_log_interval – interval to log statistical
information about removed file scan
* metadb_server_remove_scan_interval_factor – interval between removed
file scans
* spool_check_parallel, spool_check_parallel_max,
spool_check_parallel_per_capacity, spool_check_parallel_step –
specifies the number of parallelism and granularity of spool check

Documentation
* manual pages – gfsrepcheck(1)

Updated feature
* gfsd – parallel spool check for faster spool check processing
* gfmd – improve response time even under too many gfmd-initiated
replications, file removals and updates
* gfrepcheck – status command to obtain the current status

Gfarmシンポジウム2017

日程

平成29年12月22日(金)

会場

筑波大学東京キャンパス文京校舎122講義室
〒112-0012 東京都文京区大塚3-29-1

共催

特定非営利活動法人つくばOSS技術支援センター

参加費

無料
(懇親会費:3,000円)

参加登録

Gfarmシンポジウム2017は終了しました。多数のご参加ありがとうございました。

お問合せ

つくばOSS技術支援センター事務局
Email: office@oss-tsukuba.org

プログラム

13:00∼13:30 受付
13:30∼13:50 Gfarmファイルシステムの概要と最新機能
建部 修見(筑波大学)
13:50∼14:20 大規模言語資源を活用した自然言語処理
井之上 直也、山口 健史(東北大学)
14:20∼14:30 休憩
14:30∼14:55 HPCI共用ストレージ東拠点の機材更新に伴うデータ移行について
中 誠一郎(東京大学)
14:55∼15:20 HPCI共用ストレージにおける階層型ストレージの導入構想
原田 浩(理化学研究所)
15:20∼15:35 Gfarmを加速するDDN GfarmScaler
橋爪 信明(DDN)
15:35∼16:05 ひまわりデータ解析を支えるPwrake/Gfarm
村田 健史(NICT)
16:05∼16:20 休憩
16:20∼17:30 パネル討論「ファイルシステムのこれから」
モデレータ:建部 修見(筑波大学)
パネリスト:住元 真司(富士通)、井原 修一(DDN)、曽田 哲之(SRA)、石橋 拓也(創夢)、守分 淑子(数理技研)
17:30 閉会
18:00∼20:00 懇親会(会場別)

Gfarm 2.7.5をリリース

みなさま

* Gfarmファイルシステム version 2.7.5
* Gfarmファイルシステム version 2.6.20

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースはいくつかの有用な更新、修正が含まれています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.5
============================

[2017.8.9]

New configuration directive
* max_directory_depth – maximum directory depth. Default is 100.

Release note for Gfarm 2.6.20
=============================

[2017.8.9]

New configuration directive
* max_directory_depth – maximum directory depth. Default is 100.

Gfarm 2.7.4をリリース

みなさま

* Gfarmファイルシステム version 2.7.4
* Gfarmファイルシステム version 2.6.19
* Gfarm2fs version 1.2.11

を公開致しました。

http://sourceforge.net/projects/gfarm/

このリリースは CentOS 7.3 のサポートの他、いくつかの有用な更新、修正が
含まれています。

このバージョンに更新していただくことをお勧めします。

Release note for Gfarm 2.7.4
============================

[2017.7.14]

New configuration directive
* directory_quota_check_start_delay – delay to start directory quota
check to aggregate multiple checks

Updated feature
* gfrm – do not try to remove symlinks with the -h option
* gfmd – more log in peer_set_host
* postgresql backend – accept IPv6 connection, which is required in
CentOS 7.3.1611

Bug fix
* gfmd – invalid replica cannot be moved to lost+found, which is
introduced by the version 2.7.0
* recursive option does not return error properly
* compilation error on FreeBSD-10.2/amd64
* gfsd – invalid file remains when fhclose fails
* gfmd does not recover from the warning of abandon invalid journal
* gfmd – gfmd may fail to restart when using the none backend

Release note for Gfarm 2.6.19
=============================

[2017.7.14]

Updated feature
* gfrm – do not try to remove symlinks with the -h option
* gfmd – more log in peer_set_host
* postgresql backend – accept IPv6 connection, which is required in
CentOS 7.3.1611

Bug fix
* recursive option does not return error properly
* compilation error on FreeBSD-10.2/amd64
* gfsd – invalid file remains when fhclose fails
* gfmd does not recover from the warning of abandon invalid journal

Release note for Gfarm2fs 1.2.11
================================

[2017.7.14]

Updated feature
* umount.gfarm2fs – support CentOS7