* [Cluster-devel] cluster WHATS_NEW
@ 2007-02-22 16:39 teigland
0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2007-02-22 16:39 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: teigland at sourceware.org 2007-02-22 16:39:25
Modified files:
. : WHATS_NEW
Log message:
begin listing changes since 1.03
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/WHATS_NEW.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.14&r2=1.1.2.15
--- cluster/Attic/WHATS_NEW 2006/08/16 16:14:11 1.1.2.14
+++ cluster/Attic/WHATS_NEW 2007/02/22 16:39:24 1.1.2.15
@@ -1,3 +1,35 @@
+Version 1.04.00 -
+================================
+ cman
+ * Add cman/cluster_id field to CCS to allow users to override the
+ cluster ID generated from the name. bz#219588
+ cman-kernel
+ * Fix global id creation in SM to avoid duplicates. bz#206193 bz#217626
+ * Check for NULL in process_startdone_barrier_new(). bz#206212
+ * Fix proc reads. bz#213723
+ * Fix race that could panic if cman_kill_node() is called when we are
+ shutting down. bz#223098
+ * Tell SM when the quorum device comes or goes.
+ * Always queue kill messages that need ACKs, so we don't block apps
+ like qdiskd. bz#223462
+ * Merge qdisk fixes from RHEL4 branch.
+ dlm-kernel
+ * Don't create lkids of 0. bz#199673
+ * Add a spinlock around the ls_nodes_gone list. bz#206463
+ gfs-kernel
+ * Was passing fl_pid instead of fl_owner causing F_GETLK problems. bz#206339
+ * F_UNLCK was returning -ENOENT when it didn't find plocks. bz#206590
+ * Include sd_freeze_count in counters output.
+ * Add SELinux xattr support.
+ * Change the default drop_count from 50,000 to 200,000. bz#218795
+ * Update the drop_count for mounted fs's. bz#218795
+ * Fix gfs knows of directories which it chooses not to display. bz#190756
+ * Don't panic if we try to unlock a plock that's already being unlocked.
+ bz#220219
+ fence
+ * fence_tool - add timeout option for leave.
+ * fenced - add manual override. bz#223060
+
Version 1.03.00 - 16 August 2006
================================
ccsd
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] cluster WHATS_NEW
@ 2006-08-16 16:14 lhh
0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-08-16 16:14 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: lhh at sourceware.org 2006-08-16 16:14:11
Modified files:
. : WHATS_NEW
Log message:
Add rgmanager information to WHAT_NEW, clean up formatting
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/WHATS_NEW.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.13&r2=1.1.2.14
--- cluster/Attic/WHATS_NEW 2006/08/16 15:29:54 1.1.2.13
+++ cluster/Attic/WHATS_NEW 2006/08/16 16:14:11 1.1.2.14
@@ -1,44 +1,65 @@
Version 1.03.00 - 16 August 2006
================================
- dlm-kernel: Don't try to unlock a lock if there's no LKB. bz#188525
- cman-kernel: Don't try to delete AUTODELETE barriers in timer context as
- we can't get the semaphore that protects the structures. bz#177577
- cman-kernel: If quit_threads gets set via an incoming message, don't try
- to carry on. bz#164535
- gfs_fsck: fix to repair damaged and corrupt resource groups and resource
- group index entries that previously caused gfs_fsck to abort. bz#179069
- gfs-kernel: allow cman nodeid to be used with CDPN. bz#198381
- cman-kernel: Don't try to print local node stuff is 'us' is NULL. bz#189605
- dlm-kernel: We need to allocated space for 5 ints, rather than 4 when
- sending a query reply. bz#173811
- cman-kernel: Clear comms sequence number for a node when it leaves the
- cluster. Otherwise we ignore messages when it tries to join again and
- causes cluster mayhem. bz#187777
- fenced: If there are no devices defined within a node's method, that method
- should be considered failed. bz#190661
- gfs-kernel: When releasing a glock with GL_NOCACHE flag set, care was not
- taken to ensure that only one holder for the glock remained. This was
- corrupting the glock and preventing further access to the glock. FLOCKS use
- this GL_NOCACHE flag. bz#191222
- ccsd: Fix inifinite loop causing hangs in other daemons. bz#194361
- gfs_fsck: improve logging. bz#156009
- cman-kernel: If we get a Master-HELLO and we are not the master for this
- transition then kick off a new one to resolve the ambiguity. bz#194491
- gnbd: Make gnbd work with device mapper multipath
- gnbd: Fix gnbd_monitor so that it will correctly restart multiple
- devices per server.
- dlm-kernel: add printk's for the error conditions so we have some idea
- what happened before a gfs panic.
- cman: Allow zero votes.
- gfs-kernel: F_GETLK was broken, always used to return zero conflicts
- for local plocks. Also bogus pid was being returned for local locks.
- Added a new pid field to gfs posix lock to store and return actual pid.
- bz#198303
- rgmanager: nfsclient.sh status checks wrong. bz#200449
- dlm-kernel: Kernel Oops when passing LKF_CANCEL to dlm_ls_unlock_wait.
- bz#201325
- ccsd: don't grab random config from network, require initial cluster.conf
- gulm: bz#183507
+ ccsd
+ * don't grab random config from network, require initial cluster.conf
+ * Fix inifinite loop causing hangs in other daemons. bz#194361
+ cman
+ * Allow zero votes.
+ cman-kernel
+ * Don't try to delete AUTODELETE barriers in timer context as we can't
+ get the semaphore that protects the structures. bz#177577
+ * If quit_threads gets set via an incoming message, don't try to carry on.
+ bz#164535
+ * Don't try to print local node stuff is 'us' is NULL. bz#189605
+ * Clear comms sequence number for a node when it leaves the cluster.
+ Otherwise we ignore messages when it tries to join again and causes
+ cluster mayhem. bz#187777
+ * If we get a Master-HELLO and we are not the master for this transition
+ then kick off a new one to resolve the ambiguity. bz#194491
+ dlm-kernel
+ * Don't try to unlock a lock if there's no LKB. bz#188525
+ * We need to allocated space for 5 ints, rather than 4 when sending a
+ query reply. bz#173811
+ * add printk's for the error conditions so we have some idea what
+ happened before a gfs panic.
+ * Kernel Oops when passing LKF_CANCEL to dlm_ls_unlock_wait. bz#201325
+ fenced
+ * If there are no devices defined within a node's method, that method
+ should be considered failed. bz#190661
+ gfs_fsck
+ * improve logging. bz#156009
+ * fix to repair damaged and corrupt resource groups and resource group
+ index entries that previously caused gfs_fsck to abort. bz#179069
+ gfs-kernel
+ * allow cman nodeid to be used with CDPN. bz#198381
+ * When releasing a glock with GL_NOCACHE flag set, care was not taken to
+ ensure that only one holder for the glock remained. This was corrupting
+ the glock and preventing further access to the glock. FLOCKS use this
+ GL_NOCACHE flag. bz#191222
+ * F_GETLK was broken, always used to return zero conflicts for local
+ plocks. Also bogus pid was being returned for local locks. Added a new
+ pid field to gfs posix lock to store and return actual pid. bz#198303
+ gnbd
+ * Make gnbd work with device mapper multipath
+ * Fix gnbd_monitor so that it will correctly restart multiple devices per
+ server.
+ gulm
+ * Retry if initial connections attempts fail. bz#183507
+ rgmanager
+ * Work around for bz#193128
+ * Enable self-watchdog support (adds a second clurgmgrd process),
+ bz#193247
+ * Apply patch to fix bz#193128 from Navid Sheikhol-Eslami
+ * Allow failover if owner dies while stopping a service. bz#193255
+ * Fix various clustat related usability & performance problems.
+ bz#185952, bz#175010, bz#182454, bz#190234, bz#190408, bz#192999
+ * Port clumanager's 'lock' operation to rgmanager bz#175010
+ * Various internal performance improvements for large numbers of
+ services.
+ * Implement crude NFS lock reclaim broadcast / reclaim notifications.
+ * Mark services with autostart=0 as 'disabled' instead of 'stopped'.
+ * Add patch from Josef Whiter to implement no-failback option for a given
+ FO domain. bz#189841
Version 1.02.00 - 10 April 2006
===============================
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] cluster WHATS_NEW
@ 2006-08-16 15:29 teigland
0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2006-08-16 15:29 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: teigland at sourceware.org 2006-08-16 15:29:54
Modified files:
. : WHATS_NEW
Log message:
list changes since last release
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/WHATS_NEW.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.12&r2=1.1.2.13
--- cluster/Attic/WHATS_NEW 2006/04/10 21:03:50 1.1.2.12
+++ cluster/Attic/WHATS_NEW 2006/08/16 15:29:54 1.1.2.13
@@ -1,3 +1,45 @@
+Version 1.03.00 - 16 August 2006
+================================
+ dlm-kernel: Don't try to unlock a lock if there's no LKB. bz#188525
+ cman-kernel: Don't try to delete AUTODELETE barriers in timer context as
+ we can't get the semaphore that protects the structures. bz#177577
+ cman-kernel: If quit_threads gets set via an incoming message, don't try
+ to carry on. bz#164535
+ gfs_fsck: fix to repair damaged and corrupt resource groups and resource
+ group index entries that previously caused gfs_fsck to abort. bz#179069
+ gfs-kernel: allow cman nodeid to be used with CDPN. bz#198381
+ cman-kernel: Don't try to print local node stuff is 'us' is NULL. bz#189605
+ dlm-kernel: We need to allocated space for 5 ints, rather than 4 when
+ sending a query reply. bz#173811
+ cman-kernel: Clear comms sequence number for a node when it leaves the
+ cluster. Otherwise we ignore messages when it tries to join again and
+ causes cluster mayhem. bz#187777
+ fenced: If there are no devices defined within a node's method, that method
+ should be considered failed. bz#190661
+ gfs-kernel: When releasing a glock with GL_NOCACHE flag set, care was not
+ taken to ensure that only one holder for the glock remained. This was
+ corrupting the glock and preventing further access to the glock. FLOCKS use
+ this GL_NOCACHE flag. bz#191222
+ ccsd: Fix inifinite loop causing hangs in other daemons. bz#194361
+ gfs_fsck: improve logging. bz#156009
+ cman-kernel: If we get a Master-HELLO and we are not the master for this
+ transition then kick off a new one to resolve the ambiguity. bz#194491
+ gnbd: Make gnbd work with device mapper multipath
+ gnbd: Fix gnbd_monitor so that it will correctly restart multiple
+ devices per server.
+ dlm-kernel: add printk's for the error conditions so we have some idea
+ what happened before a gfs panic.
+ cman: Allow zero votes.
+ gfs-kernel: F_GETLK was broken, always used to return zero conflicts
+ for local plocks. Also bogus pid was being returned for local locks.
+ Added a new pid field to gfs posix lock to store and return actual pid.
+ bz#198303
+ rgmanager: nfsclient.sh status checks wrong. bz#200449
+ dlm-kernel: Kernel Oops when passing LKF_CANCEL to dlm_ls_unlock_wait.
+ bz#201325
+ ccsd: don't grab random config from network, require initial cluster.conf
+ gulm: bz#183507
+
Version 1.02.00 - 10 April 2006
===============================
dlm-kernel: Allow DLM to start if the node gets a different nodeid.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-22 16:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22 16:39 [Cluster-devel] cluster WHATS_NEW teigland
-- strict thread matches above, loose matches on Subject: below --
2006-08-16 16:14 lhh
2006-08-16 15:29 teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).