From c57983ca563e13469fc27e5b19926d4f5e719fcc Mon Sep 17 00:00:00 2001 From: Coly Li Date: Wed, 31 Aug 2011 08:52:03 +0000 Subject: [PATCH] - mkfs.ocfs2 enables file system features indexed-dirs, discontig-bg, refcount & extended-slotmap by default. - ocfs2console is no longer built by default. - ocfs2-tools: fsck.ocfs2 and *ctl built dynamically by default - debugfs: Add -T to logdump - mounted.ocfs2: Show cluster and global heartbeat - mount.ocfs2: Validate mount path before mount - mount.ocfs2: Add support for o2cb global heartbeat - tools: Detect differing cluster name and heartbeat modes - mkfs.ocfs2: Add -U option to allow custom UUIDs - mkfs.ocfs2: Add --global-heartbeat option - libo2cb: Validate cluster name and cluster flags in classic_begin_group_join() - o2cb: Add man page - o2cb: Add ops start-heartbeat and stop-heartbeat - o2cb: Add ops register-cluster and unregister-cluster - o2cb: Add ops list-clusters, list-cluster, list-nodes and list-heartbeats - o2cb: Add ops add-heartbeat, remove-heartbeat and heartbeat-mode - o2cb: Add ops add-node and remove-node - o2cb: Add ops add-cluster and remove-cluster - o2cb: Add a new cluster configuration tool - libo2cb: Adds support for global heartbeat - libo2cb: Extend libo2cb api to learn ip address/port/local of a registered node - o2cb_scandisk: Scan heartbeat devices - debugfs.ocfs2: Journal logdump prints full inode and extent blocks - debugfs.ocfs2: Improve block detection - ocfs2-tools: Set hash seed when convert ocfs2 to support indexed-dirs - ocfs2-tools: o2hbmonitor moved to /usr/sbin OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=31 --- ocfs2-tools.changes | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ocfs2-tools.changes b/ocfs2-tools.changes index 0b2666d..b3ffbd1 100644 --- a/ocfs2-tools.changes +++ b/ocfs2-tools.changes @@ -12,6 +12,33 @@ Mon Aug 29 05:16:05 UTC 2011 - tserong@suse.com Fri Apr 15 12:46:03 UTC 2011 - i@coly.li - update ocfs2-tools to 1.8.0 + - mkfs.ocfs2 enables file system features indexed-dirs, discontig-bg, + refcount & extended-slotmap by default. + - ocfs2console is no longer built by default. + - ocfs2-tools: fsck.ocfs2 and *ctl built dynamically by default + - debugfs: Add -T to logdump + - mounted.ocfs2: Show cluster and global heartbeat + - mount.ocfs2: Validate mount path before mount + - mount.ocfs2: Add support for o2cb global heartbeat + - tools: Detect differing cluster name and heartbeat modes + - mkfs.ocfs2: Add -U option to allow custom UUIDs + - mkfs.ocfs2: Add --global-heartbeat option + - libo2cb: Validate cluster name and cluster flags in classic_begin_group_join() + - o2cb: Add man page + - o2cb: Add ops start-heartbeat and stop-heartbeat + - o2cb: Add ops register-cluster and unregister-cluster + - o2cb: Add ops list-clusters, list-cluster, list-nodes and list-heartbeats + - o2cb: Add ops add-heartbeat, remove-heartbeat and heartbeat-mode + - o2cb: Add ops add-node and remove-node + - o2cb: Add ops add-cluster and remove-cluster + - o2cb: Add a new cluster configuration tool + - libo2cb: Adds support for global heartbeat + - libo2cb: Extend libo2cb api to learn ip address/port/local of a registered node + - o2cb_scandisk: Scan heartbeat devices + - debugfs.ocfs2: Journal logdump prints full inode and extent blocks + - debugfs.ocfs2: Improve block detection + - ocfs2-tools: Set hash seed when convert ocfs2 to support indexed-dirs + - ocfs2-tools: o2hbmonitor moved to /usr/sbin ------------------------------------------------------------------- Thu Dec 2 08:09:49 UTC 2010 - i@coly.li