- 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
This commit is contained in:
Coly Li 2011-08-31 08:52:03 +00:00 committed by Git OBS Bridge
parent 7896a30d5d
commit c57983ca56

View File

@ -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