月別アーカイブ: 2021年4月

Gfarm 2.7.18をリリース

みなさま

* Gfarmファイルシステム version 2.7.18
* Gfarm2fs version 1.2.15

を公開致しました。

https://github.com/oss-tsukuba/gfarm/releases/tag/2.7.18
https://github.com/oss-tsukuba/gfarm2fs/releases/tag/1.2.15

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

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

Release note for Gfarm 2.7.18
=============================

[2021.4.23]

New configuration directive
* network_send_timeout – timeout to send data. Default is 0 that
means no timeout

Updated feature
* gfprep – -m option works even when the destination already stores
the file replica [#1111]
* gfsetfacl and gfgetfacl – -R option to recursively change ACLs
[#1107]
* gfmd – improves startup time

Bug fix
* gfarm2fs fails due to race condition to connect gfmd, introduced by
the version 2.7.17
* gfprep – -M option may exit before the limit [#1112]
* gfmd may crash when a parent directory has default ACL [#1108]

Release note for Gfarm2fs 1.2.15
================================

[2021.4.23]

Updated feature
* suppress too much logs of gfs_lremovexattr
* mount.hpci – accept mount options

Bug fix
* unexpected file size after write close when mounting in multithread
mode [#9]
* mount.gfarm2fs – fix proxy update in automount case