[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
Return-Path: <tatebe@xxxxxxxxxxxxxxxx>
X-Original-To: gfarm-announce@xxxxxxxxxxx
Delivered-To: gfarm-announce@xxxxxxxxxxx
X-Received: from ml.hpcc.jp (ml.hpcc.jp [163.220.2.141])
by aml.hpcc.jp (Postfix) with ESMTP id F2A3D4265C
for <gfarm-announce@xxxxxxxxxxx>; Fri, 5 Aug 2011 23:59:26 +0900 (JST)
X-Received: from mo.po.2iij.net (mo311.po.2iij.net [210.128.50.113])
by ml.hpcc.jp (Postfix) with ESMTP id 016E12412D
for <gfarm-announce@xxxxxxxxxxx>; Fri, 5 Aug 2011 23:58:03 +0900 (JST)
X-Received: by mo.po.2iij.net (po-mo311) id p75ExQ8d008196; Fri, 5 Aug 2011 23:59:26 +0900
Delivered-To: gfarm-announce@xxxxxxxxxx
X-Received: by m.po.2iij.net (po-m310b) id p75ExPQp011294; Fri, 5 Aug 2011 23:59:25 +0900
X-Received: by mdi.po.2iij.net (po-mdi311) id p75ExPAc010603; Fri, 5 Aug 2011 23:59:25 +0900
Authentication-Results: mx.po.2iij.net; spf=none smtp.mailfrom=tatebe@xxxxxxxxxxxxxxxx; dkim=none;
dkim-adsp=none header.From=tatebe@xxxxxxxxxxxxxxxx
X-Received: from serv1.hpcs.cs.tsukuba.ac.jp (serv1.hpcs.cs.tsukuba.ac.jp [130.158.78.1]) by mx.po.2iij.net (po-mi303)
id p75ExOpd015679; Fri, 5 Aug 2011 23:59:24 +0900
X-Received: from localhost (FL1-119-240-81-151.iba.mesh.ad.jp [119.240.81.151])
by serv1.hpcs.cs.tsukuba.ac.jp (Postfix) with ESMTPSA id 42F9E7C0D6B;
Fri, 5 Aug 2011 23:59:24 +0900 (JST)
Date: Fri, 05 Aug 2011 23:59:22 +0900 (JST)
Message-Id: <20110805.235922.457281462.tatebe@xxxxxxxxxxxxxxxx>
To: gfarm-announce@xxxxxxxxxx, gfarm-announce@xxxxxxxxxxxxxxxxxxxxx
Subject: Gfarm version 2.5.0 released
From: Osamu Tatebe <tatebe@xxxxxxxxxxxxxxxx>
X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi all,
We are pleased to announce the release of the Gfarm file system
version 2.5.0
http://sourceforge.net/projects/gfarm/
This release supports master-slave synchronous and asynchronous
replicated metadata servers for immediate failover of a metadata
server and disaster recovery. Synchronous replication ensures to
transfer metadata updates to slave servers, which enables immediate
metadata server failover without any loss of metadata updates.
Asynchronous replication does not ensure it, but it is used for
disaster recovery to set up slave metadata servers in distant
locations.
To enable replicated metadata servers, execute config-gfarm-update
with the -r option.
% config-gfarm-update -r
When enabling the replicated metadata servers, metadata updates will
be written to a journal file. The journal directory can be specified
by the -j option. We recommend to use a device having a NVRAM cache
to append small data efficiently. For details of the configuration,
see user's manual in html
http://datafarm.apgrid.org/software/gfarm_v2/html/en/user/index.html
This release also includes many updates and some bug fixes. We
strongly recommend to upgrade to this version.
Release note for Gfarm 2.5.0
============================
[2011.8.5]
New Feature
* synchronous and asynchronous metadata replication support
New command
* gfmdhost - manages replicated metadata servers
* gfjournal - displays metadata journal data
New configuration directive
* metadb_server_list to specify replicated metadata servers
* metadb_replication to enable the replicated metadata feature
* synchronous_replication_timeout to speciy the timeout for
synchronous metadata replication
* synchronous_journaling to disable to flush the journal data in each
metadata transaction
* metadb_journal_dir and metadb_journal_max_size to specify the
journal directory and the maximum file size, respectively
* network_receive_timeout to specify the timeout of packet reception.
This timeout is for failover of reading a file replica against the
gfsd failure
* client_file_bufsize to specify the file buffer size in Gfarm client
library. Default is 1048568 bytes. It should be less than 1048568
not for deterioration of remote access performance for version 2.5.0
or earlier.
* log_auth_verbose to display verbose authentication log in GSI.
Documentation
* metadata replication tutorial
* manual page - gfmdhost(1)
* install document for debian
Updated feature
* failover during reading files against the gfsd failure
* config-gfarm, config-gfarm-update - -r option to support replicated
metadata servers, and -j option to specify a journal directory
* upgrading to a master gfmd by sinding SIGUSR1 signal to a slave gfmd
* initialize GSI environment by sending SIGHUP signal to a gfmd
* Globus debian package support
Bug fix
* GSI authorization fails when CA or CRL expires [sf.net trac #235]
---
Osamu Tatebe
Department of Computer Science, University of Tsukuba
1-1-1 Tennodai, Tsukuba, Ibaraki 3058577 Japan