[DRBD-user] Does 8.3.x replace 8.0.x?
Lars Ellenberg
lars.ellenberg at linbit.com
Thu Jan 8 10:21:10 CET 2009
On Wed, Jan 07, 2009 at 06:32:31PM -0500, Maurice Volaski wrote:
> In trying to compile 8.0.14 under 2.6.27-gentoo-r7 under x64, I get
>
> /var/tmp/portage/sys-cluster/drbd-kernel-8.0.14/work/drbd-8.0.14/drbd/drbd_receiver.c:
> In function 'drbd_alloc_ee':
> /var/tmp/portage/sys-cluster/drbd-kernel-8.0.14/work/drbd-8.0.14/drbd/drbd_receiver.c:257:
> error: 'struct bio' has no member named 'bi_hw_segments'
>
> Will there be a 8.0.15
yes.
> to address this
this alone is not sufficient enough for a 8.0.15 release, I guess.
diff --git a/drbd/drbd_receiver.c b/drbd/drbd_receiver.c
index d012ede..5bf598c 100644
--- a/drbd/drbd_receiver.c
+++ b/drbd/drbd_receiver.c
@@ -254,7 +254,6 @@ struct Tl_epoch_entry *drbd_alloc_ee(struct drbd_conf *mdev,
DUMPI(bio->bi_vcnt);
DUMPI(bio->bi_size);
DUMPI(bio->bi_phys_segments);
- DUMPI(bio->bi_hw_segments);
goto fail2;
break;
> or has that series been abandoned
> for 8.3.x?
no.
> If upgrading is the only way forward on newer kernels, then is this just
> mostly swapping of versions? That is, existing drbd volumes made with
> 8.0.x will just work?
yes.
--
: Lars Ellenberg
: LINBIT | Your Way to High Availability
: DRBD/HA support and consulting http://www.linbit.com
DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.
__
please don't Cc me, but send to list -- I'm subscribed
More information about the drbd-user
mailing list