* [DRBD-announce] drbd-8.3.7rc2.tar.gz
@ 2010-01-07 12:50 Philipp Reisner
2010-01-08 22:56 ` [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz Ante Karamatić
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Reisner @ 2010-01-07 12:50 UTC (permalink / raw)
To: drbd-announce; +Cc: drbd-user
Good start into 2010!
The second release candidate of 8.3.7 is intended to be the least RC.
Please help testing, especially if the update procedure for RPMs
works for you.
8.3.7rc2 (api:86/proto:86-91)
--------
* Lots of fixes to the new RPM packaging
* Lots of fixes to the autoconfig stuff
* Following the rename of CONFIG_LBD to CONFIG_LBDAF
* Silenced an assert. Could trigger after changing write ordering (Bugz 261)
* Fixed a race condition between detach and ongoing IO. Very hard to
trigger, caused an OOPS in make_request/drbd_make_request. (Bugz 262)
* Fixed a regression in the resync handshake code introduced before 8.3.3.
That bug causes DRBD to block during the initial handshake when a partial
resync is not possible but a full resync is necessary. Happens very rarely.
(Bugz 260)
* Corrected a null test in the authentication code, found by conccinelle,
thanks to upstream integration. The chance to trigger that was probably 10^-9
* crm-fence-peer.sh is now also usable if DRBD is managed from the xen block
helper script
* Fixes to the init script's dependencies
* Backported cleanups that where contributed to the in kernel DRBD
* Allow online resizing of disconnected devices, new option to drbdsetup
drbdsetup /dev/drbdX resize --assume-peer-has-space
* Allow multiple after options in the syncer section for stacked setups
* Correctly process relative paths in include statements in drbd.conf
* New option (-t) for drbdadm to test syntax of config snippets
* Following Linux upstream changes 2.6.32 (SHASH and in_flight issues)
* New /etc/drbd.conf example that suggests the use of /etc/drbd.d/xxx.res
http://git.drbd.org/?p=drbd-8.3.git;a=tag;h=drbd-8.3.7rc2
http://oss.linbit.com/drbd/8.3/drbd-8.3.7rc2.tar.gz
-Phil
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz
2010-01-07 12:50 [DRBD-announce] drbd-8.3.7rc2.tar.gz Philipp Reisner
@ 2010-01-08 22:56 ` Ante Karamatić
0 siblings, 0 replies; 2+ messages in thread
From: Ante Karamatić @ 2010-01-08 22:56 UTC (permalink / raw)
To: drbd-user, drbd-dev
On 07.01.2010 13:50, Philipp Reisner wrote:
> The second release candidate of 8.3.7 is intended to be the least RC.
Am I missing something in the build process? By default, when
configured, prefix is /usr/local. Yet, files get installed even in
/sbin/. Example:
./configure --prefix=/tmp/DRBD
make
make install
and the problem:
make[1]: Entering directory `/tmp/drbd-8.3.7rc2/user'
install -d //sbin/
in user/Makefile.in, there's:
install -d $(DESTDIR)/sbin/
while DESTDIR is defined as:
DESTDIR ?= /
So, prefix is ignored and DESTDIR can be overridden by:
DESTDIR=/tmp/DRBD make install
that creates /tmp/DRBD with arch dependent files and /tmp/DRBD/tmp/DRBD
with arch independent files.
Take care
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-08 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 12:50 [DRBD-announce] drbd-8.3.7rc2.tar.gz Philipp Reisner
2010-01-08 22:56 ` [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz Ante Karamatić
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.