[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
I have the same symptoms on my kernel 3.2 cluster indeed: 
drbdsetup show all
Could not connect to 'drbd' generic netlink family

I'm sorry I didn't notice this in my tests - I never use drbdsetup which
is supposed to be a low-level tool.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
Looks very much like drbdsetup does not fall back to the 8.3 version, even 
though it should according to this commit:

http://git.drbd.org/gitweb.cgi?p=drbd-8.4.git;a=commit;h=b5ef99654f8008a7b6632261f39fc908b4e84210

Anyway, executing /lib/drbd/drbdsetup-83 instead of /sbin/drbdsetup seems to 
work at my end, try it if you need an emergency workaround.
/lib/drbd/drbdsetup-83 show 1
disk {
size0s _is_default; # bytes
... lots of bla bla
}

I'll ask for advice on the DRBD user's ML too but for the moment I'
can't help any further than that.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
As a workaround verified at my end, you may simply symlink the 8.3 tools 
somewhere in the path, so that drbdsetup will find them:
 ln -s /lib/drbd/drbdsetup-83 /sbin
Alternatively, you may revert drbd-utils to the 8.3 bersion which is still 
available from the release repository and freeze it until the problem is 
solved.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
From my (quick) reading of the source code, drbdadmin works because it adds 
/lib/drbd to the path using add_lib_drbd_to_path(), and drbdsetup seems not to.
One reason for this could be that the driver calls drbdsetup with an abolute 
path and the source says in case drbdsetup is called with an absolute or 
relative pathname look for the legacy drbdsetup binary in the same 
location(...).

So I suggest that adding a symlink from /lib/drbd/drbdsetup-83 to /sbin
is an acceptable fix for this regression.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Fwd: Re: [Drbd-dev] drbdsetup legacy utils can't fall back to version 8.3

2014-04-22 Thread Lionel Sausin - Numérigraphe
Linbit's Lars Ellenberg confirmed on the ML that adding /lib/drbd to the 
path won't fix drbdsetup in all cases: drbdsetup-83 has to be in the 
same directory as the drbdsetup, and it also applies to drbdadmin.

On Tue, Apr 22, 2014 at 01:56:16PM +0200, Lionel Sausin wrote:
 (...)
 Is the correct fix to add a symlink from /lib/drbd/drbdsetup-83 to
 /sbin, or should drbdsetup be patched to search in /lib/drbd too?

Correct is whatever works for you.
As long as you know what version you are using, use the matching tools.

Note that using explicit path (anything with a '/' in it)
on drbdadm or drbdsetup causes them to expect the respective legacy
binary at that same path, beneath the current executable.
(on purpose).

So if you want to say /sbin/drbdsetup, and expect that to be able to
execvp drbdsetup-83, then yes, you have to make that accesible under
/sbin/drbdsetup-83, adding it to the PATH will not be good enough.

Also, as a heads up, we are in the process on splitting out the DRBD
userland, providing the grand unified drbd utils, so this will all
change again within the next few weeks/month.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
The proposed package fixes the issue at my end too.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Simon, you shouldn't have to reboot, the utils are compiled with support 
for both 8.3 and 8.4.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Yes it should work without rebooting, it's only the userspace side that 
is changed.
I never met this problem, even on my kernel-3.2 hosts.
Strange.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
Verified to fix the problem on 1 node in each cluster at our end:

First cluster, Ubuntu 12.04 with Raring kernel, all packages up-to-date except 
lxc 0.8.
Uninstalled drbd-8-utils and re-installed from ...-proposed, rebooted.
drbd-overview, drbdadm up|down|disconnect|connect|verify still functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=1
DRBD_KERNEL_VERSION_CODE=0x080402
DRBDADM_VERSION_CODE=0x080403
DRBDADM_VERSION=8.4.3

Second cluster, Ubuntu 12.04 with original kernel, many out-of-date packages 
(can't upgrade now, sorry).
Simply upgraded drbd8-utils from ...-proposed. Can't reboot now, sorry.
drbd-overview, drbdadm up|down|disconnect|connect|verify still functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030d
DRBDADM_VERSION_CODE=0x08030b
DRBDADM_VERSION=8.3.11

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
Sorry, I'm replying to the wrong report.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
There is a package with a proposed fix in comment #17 and #18  and we're 
waiting for affected users to test it.
So please do test it and report  either success or failure here.
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-10-10 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 ***
https://bugs.launchpad.net/bugs/1185756

This is a duplicate bug, you won't get any help here.
The issue is being resolved here : 
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756
There is a proposed fix in comment #17  #18, please test it and report success 
or failure on bug #1185756.
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
@flickerfly (josiah-ritchie) : that's strange as I don't see anything in the 
changelog for the kernel that might fix this. Which version of drbd8-utils are 
you using please ?
Lionel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-02 Thread Numérigraphe
I see your point.
You still have the option to ship the new version as drbd8-utils-lts-raring. 
The 8.3 compatibility would still be a bonus for those who downgrade.
Otherwise, maybe you could push it to precise-backports ? 
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
I just did some more testing on the second cluster and I met no problem
at all.

With your package installed, I did the drbd down/apply-al procedure and 
downgraded to kernel 3.2. After fixing the config syntax, the resources came 
back cleanly without a full-sync. The drbd utils just worked.
At that point I noticed that DRBD 8.3.11 connects normally with the other node 
still using DRBD 8.4.2. That's just great!

I upgraded again to kernel 3.8 and reverted the config files: the utils
worked fine and the resources connected without problem.

So I'd say this is just fine. Thanks again.

Lionel Sausin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
As to the problem I met on the other cluster, kern.log has no trace of a DRBD 
error, so I'm pretty confident it was due to a race condition in my custom 
startup plumbing.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Thanks for your care.
I've had a problem on the cluster with drbd 8.3 when the host where your 
package was installed.
The power was lost and when it was restored, the drbd resources did not 
connect. It may be related to your package or not, I'm unsure.
I reverted to the standard package and brought the resources down and up 
for a quick fix, but that may be worth investigating.
If time permits, I'll try to reproduce that on the other cluster and let 
you know - unless someone else can confirm whether this works or not.
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Le 27/09/2013 09:34, Stefan Bader a écrit :
 So while upgrading the kernel causes no issues, trying to boot back into an 
 old
 kernel will cause a failure to bring up the drbd device. It looked to be
 possible to force it back but then caused a complete re-sync.
The instructions for downgrading from 8.4 to 8.3 are here, maybe it's 
worth adding them to the release notes?
 http://www.drbd.org/users-guide/s-downgrading-drbd84.html
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-27 Thread Numérigraphe
 I think you might have meant to say to 8.3.10.
Yes, sorry I mixed it up.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Great news.
I have 2 Precise clusters, one has the Raring stack and the other has the 
original Precise stack.
I'll give the package a try and let you know.
Please bear with me if that takes a little time.
Lionel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Dear Stefan Bader (smb),
I installed the 64-bits package you posted on 1 node of each cluster and it 
worked mostly as expected indeed.

The first cluster has kernel 3.8.
It had tools 8.4.2 installed from the sources. I uninstalled them (make 
unsintall was a bit buggy in that version but no mater), and replaced with your 
package.
drbdadm --version now shows :
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=1
DRBD_KERNEL_VERSION_CODE=0x080402
DRBDADM_VERSION_CODE=0x080403
DRBDADM_VERSION=8.4.3

The second cluster has kernel 3.2. (backported by your humble servant)
It had tools and module v8.3.13 installed from a custom package backported by 
you humble servant
I upgraded to you package and drbdadm now shows :
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030d
DRBDADM_VERSION_CODE=0x08030a
DRBDADM_VERSION=8.3.10

On the second cluster, 2 out of 6 resources failed to reconnect
gracefully, citing a mismatch in verify-alg. drbdadm --adjust all on the
upgraded node brought it back in order.

In both clusters, the drbd config was left untouched (I refused the packaged 
version of the config file).
The module was not unloaded and primary resources remained in production.

Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Please note that when using kernel 3.2, the tools have actually been DOWNgraded 
from 8.3.11 to 8.3.13 when the drbd8-utils_8.4.3... package was installed.
Lionel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
I plan to upgrade our DRBD 8.3 cluster to 8.4 some time this autumn : should I 
expect difficulties using your package, or will the 8.4 tools automatically 
become available ?
Lionel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-13 Thread Numérigraphe
** Changed in: drbd8 (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-09-12 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 ***
https://bugs.launchpad.net/bugs/1185756

** This bug has been marked a duplicate of bug 1185756
   drbd8-utils not compatible with linux-lts-raring kernel in 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
** Description changed:

+ Request for SRU:
+ [Impact]
+ DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 media, and 
will stop working on sites where the Raring Enablement Stacks is manually 
installed
+ [Test Case]
+ Install the Raring kernel in Precise, install/configure DRBD: you get No 
response from the DRBD driver! Is the module loaded?.
+ [Regression Potential] 
+ The current drbd8-utils must not be upgraded (it's needed for Precise  
Quantal kernels), a new package must be created for the DRBD 8.4 utils.
+ 
  I've just installed linux-generic-lts-raring on 12.04.2 and my drbd device 
stoped working.
  Seems like drbd8-utils is not compatible with DRBD 8.4 in Kernel 3.8.
  I see that we can't upgrade the package since this would break compatibility 
with the older Kernels in Precise.
  
  But since the new Plans for the LTS-Enablement Stack [1] there should be
  a package like drbd8-utils-lts-raring. And the dependancies should be
  resolved automatically with apt.
  
- 
- 
  kind regards
- 
  
  [1] https://wiki.ubuntu.com/Kernel/LTSEnablementStack
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-22-generic 3.8.0-22.33~precise1
  ProcVersionSignature: Ubuntu 3.8.0-22.33~precise1-generic 3.8.11
  Uname: Linux 3.8.0-22-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  Date: Thu May 30 11:53:13 2013
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MarkForUpload: True
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
Would someone from the Bug Control Team please consider this as a
request for SRU?

If this cannot be fixed as an SRU, at least it should be documented in
the Release Notes for 12.04.3 server, and affected users should be
advised to downgrade to the Quantal stack.

Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1204459] [NEW] Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Public bug reported:

Ubuntu 12.04.3 is due in august and, as part of the  LTS Enablement Stack 
program, it will ship with Raring's kernel 3.8
This new kernel includes DRBD v8.4.2, but the DRBD utils shipped in Precise are 
version 8.3.11. They will not work with the new kernel: please check Bug 
#1132302 for the expected symptoms.

Would you please upload a package for DRBD utils v8.4.x for use with the 
backported kernel ?
The tools v8.3 must remain available too, so the new package should named 
something else, maybe drbd8-utils-lts-raring .

If this cannot be done in time for 12.04.3 (or not at all), I suggest it
should be clearly stated in the release notes that DRBD users using the
12.04.3 CD/DVD should revert to the Quantal LTS Enablement Stack. The
Quantal kernel has DRBD 8.3.13 which should work fine with the current
utils.

Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Precice LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
** Description changed:

+ [Impact] DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 
media, and will stop working on sites where the Raring Enablement Stacks is 
manually installed
+ [Test Case] install the Raring kernel in Precise, install/configure DRBD: you 
get No response from the DRBD driver! Is the module loaded?.
+ [Regression Potential] the current drbd8-utils must not be upgraded (it's 
needed for Precise  Quantal kernels), a new package must be created for the 
DRBD 8.4 utils.
+ 
  Ubuntu 12.04.3 is due in august and, as part of the  LTS Enablement Stack 
program, it will ship with Raring's kernel 3.8
  This new kernel includes DRBD v8.4.2, but the DRBD utils shipped in Precise 
are version 8.3.11. They will not work with the new kernel: please check Bug 
#1132302 for the expected symptoms.
  
  Would you please upload a package for DRBD utils v8.4.x for use with the 
backported kernel ?
  The tools v8.3 must remain available too, so the new package should named 
something else, maybe drbd8-utils-lts-raring .
  
  If this cannot be done in time for 12.04.3 (or not at all), I suggest it
  should be clearly stated in the release notes that DRBD users using the
  12.04.3 CD/DVD should revert to the Quantal LTS Enablement Stack. The
  Quantal kernel has DRBD 8.3.13 which should work fine with the current
  utils.
  
  Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Would someone from the Ubuntu Bug Control Team please consider this bug as an 
SRU request for Ubuntu 12.04.3LTS ?
Lionel Sausin.

** Summary changed:

- Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks
+ Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Numérigraphe
Dear Robie Basak,
I made a quick test and it just worked on a fresh install of raring 
with drbd8-tools 2:8.4.3-0ubuntu1~ppa2 from your PPA.
Thanks,
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1132302

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Thanks for your care. I'll give the packages a try.
I guess any 8.4.x version would be OK.
However I don't expect the DRBD module to be upgraded in Raring because they 
are in the mainline kernel now. Linux 3.8 has DRBD 8.4.2, so you might as well 
ship the same drbdadm version.
Lionel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1132302

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Dear Robie Basak,
I made but a quick test, but the tools provided by your PPA's package worked 
fine.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1132302

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1132302] [NEW] drbd8-utils are not compatible with kernel 3.8

2013-02-23 Thread Numérigraphe
Public bug reported:

Ubuntu Raring is going to ship with kernel 3.8, which contains DRBD v8.4.2
Unfortunately, the userland tools in drbd8-utils are still v8.3.13, which is 1 
major version behind: they are not compatible with the kernel module.

From my testing (both in a vmware environment and a live-usb), loading
the module and then using drbdadm to bring up a resource blocks for a
long time and eventually leads to the message No response from the DRBD
driver! Is the module loaded?.

Replacing the packaged tools with a locally compiled v8.4.2 totally
fixes the problem.

Lionel Sausin

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1132302

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 443321] Re: drbd devices not automatically mounted via /etc/fstab even witn _netdev

2013-02-21 Thread Numérigraphe
What you lack is the DRBD feature to auto-promote one node at startup : 
http://www.drbd.org/users-guide-9.0/s-recent-changes-auto-promote.html
This is a new feature in the current beta DRBD.
Ubuntu shouldn't bother at least until DRBD 9.0 hits the mainline kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/443321

Title:
  drbd devices not automatically mounted via /etc/fstab even witn
  _netdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/443321/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
Sorry, I meant OK to use drbdadm 8.3.11 with module 8.3.13 of course.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1103656

Title:
  Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1103656/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
As discussed in Debian[1], it's OK to use drbdadm 8.3.11 with module
3.8.13, and This warning can be silenced if you set the following
environment variable: DRBD_DONT_WARN_ON_VERSION_MISMATCH

The only downside I know of is you won't have access to the newest
command-line options. Reading the change log [2], that would only be the
option --force.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353
[2] http://git.drbd.org/?p=drbd-8.3.git;a=blob;f=ChangeLog;hb=HEAD

So I suggest it's ok to not upgrade.
Lionel Sausin.

** Bug watch added: Debian Bug tracker #659353
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353

** Changed in: drbd8 (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1103656

Title:
  Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1103656/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
By bad, this is fixed in Precise too thanks to the backported kernel.
Lionel.

** Changed in: drbd8 (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
This will be fixed in raring, because kernel 3.8 includes DRBD v8.4.2.
It's still a problem for Precise LTS though.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912254] Re: Please upgrade to 8.3.13 for Precise

2012-10-02 Thread Numérigraphe
Sorry to get back with this again, but a flaw was found that may cause data 
loss and was fixed only in 8.3.13.
http://lists.linbit.com/pipermail/drbd-announce/2012-May/000169.html
Of course, the problem is in the kernel module, not the userspace tools, so I 
guess it's the kernel package that needs upgrading.
Is an SRU possible ?
Lionel.

** Summary changed:

- Please upgrade to 8.3.12 for Precise
+ Please upgrade to 8.3.13 for Precise

** Description changed:

- DRBD 8.3.12 was published recently and makes DRBD more robust in the face of 
a network or storage failure.
- Furthermore, DRBD 8.3.12 will probably be the last 8.3.x revision, because 
8.4 is out.
- I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD packages?
+ DRBD 8.3.13 was published recently and makes DRBD more robust in the face of 
a network or storage failure. It also fixes a risk of data loss in some 
configurations.
+ Furthermore, DRBD 8.3.13 will probably be the last 8.3.x revision, because 
8.4 is out.
+ I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD module ?
  Lionel Sausin.

** Summary changed:

- Please upgrade to 8.3.13 for Precise
+ Please upgrade the drbd module to 8.3.13

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912254] Re: Please upgrade to 8.3.12 for Precise

2012-09-06 Thread Numérigraphe
DRBD was upgraded to 8.3.13 in Quantal, and from your latest comment I gather 
that a SRU is not something we can consider.
So maybe this bug should be marked won't fix ?
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade to 8.3.12 for Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 858644] Re: DRBD Linux Headers Required

2012-01-05 Thread Numérigraphe
Isn't this a duplicate of #483410  ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/858644

Title:
  DRBD Linux Headers Required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/858644/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912254] [NEW] Please upgrade to 8.3.12 for Precise

2012-01-05 Thread Numérigraphe
Public bug reported:

DRBD 8.3.12 was published recently and makes DRBD more robust in the face of a 
network or storage failure.
Furthermore, DRBD 8.3.12 will probably be the last 8.3.x revision, because 8.4 
is out.
I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD packages?
Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade to 8.3.12 for Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 744293] [NEW] Infinite loop in helper LVM script for DRBD 8 in Lucid

2011-03-28 Thread Numérigraphe
Public bug reported:


The script /usr/lib/drbd/snapshot-resync-target-lvm.sh shipped with drbd
v8.3.7 in Lucid fails to read its command line options and falls into an
infinite loop.

This bug is not in present in natty, but I humbly request an SRU to
Lucid.

This script can be called by DRBD to create an LVM snapshot of a
resource before it starts resyncing (thus becoming inconsistent). This
script is present (though commented out) in the default drbd
configuration file /etc/drbd.d/global_common.conf .

This bug can result in drbd silently failing to resync an outdated
resource. Thus, any newer data will be lost if the cluster fails over to
the outdated node.

This is a known problem upstream and it was fixed in later versions of
DRBD. The following patch was committed upstream to address this bug :
http://git.drbd.org/?p=drbd-8.3.git;a=commitdiff;h=1fd3ad953663615e946167191e1d9885af81450a

Steps to reproduce:
On a cluster composed of node A and node B:
 - on both nodes, uncomment the line before-resync-target 
/usr/lib/drbd/snapshot-resync-target-lvm.sh -p 15 -- -c 16k;
 - on both nodes, configure a drbd resource called test
 - make the initial synchronization
 - on B, do drbdadm disconnect test
 - nn A, make test primary and write to it
 - on B, do drbdadm connect test
 = the script will kick in and fall in an endless loop - top will show it 
using 100% CPU.

lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04

apt-cache policy drbd8-utils
drbd8-utils:
  Installé : 2:8.3.7-1ubuntu2.1
  Candidat : 2:8.3.7-1ubuntu2.1
 Table de version :
 *** 2:8.3.7-1ubuntu2.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2:8.3.7-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages

Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/744293

Title:
  Infinite loop in helper LVM script for DRBD 8 in Lucid

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 715686] [NEW] tgtd should be respawned by init job

2011-02-09 Thread Numérigraphe
Public bug reported:

Binary package hint: tgt

Th init job currently packaged for natty does not let tgtd be respawned 
whenever it fails or is killed.
I humbly suggest you add a respawn stanza to /etc/init/tgt.conf
Lionel Sausin

** Affects: tgt (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: tgt
  
- Th init job currently packaged for natty does not let tgtd respawn whenever 
it fails or is killed.
+ Th init job currently packaged for natty does not let tgtd be respawned 
whenever it fails or is killed.
  I humbly suggest you add a respawn stanza to /etc/init/tgt.conf
  Lionel Sausin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in ubuntu.
https://bugs.launchpad.net/bugs/715686

Title:
  tgtd should be respawned by init job

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 282876] Re: drbd doesn't start on boot

2011-01-14 Thread Numérigraphe
For your information, a similar bug was introduced in the Lucid cycle and then 
fixed again in Maverick.
In Lucid thhe default-start and default-sop are empty.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.
https://bugs.launchpad.net/bugs/282876

Title:
  drbd doesn't start on boot

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 282876] Re: drbd doesn't start on boot

2011-01-14 Thread Numérigraphe
Dear SRU team, please would you care to push the fix to Lucid? Being an
LTS, I think it's worth it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.
https://bugs.launchpad.net/bugs/282876

Title:
  drbd doesn't start on boot

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs