[drbd-mc] DRBD UI device issues ...

Gareth Bult gareth at bult.co.uk
Fri Nov 6 20:26:53 CET 2009


Hi,

root at nas1:~# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
md_d0 : active raid1 sda5[0]
      104864192 blocks [2/1] [U_]
      
unused devices: <none>

Thanks, I'll try ...

----- Original Message -----
From: "Rasto Levrinc" <rasto.levrinc at linbit.com>
To: drbd-mc at lists.linbit.com
Sent: Friday, 6 November, 2009 7:08:13 PM
Subject: Re: [drbd-mc] DRBD UI device issues ...

On Fri, November 6, 2009 6:47 pm, Gareth Bult wrote:
> Hi,

>
>
> Can anyone tell me how I can get it to recognise;
>
>
>
> /dev/md_d0
>
>
>
> (which apparently is the new / standard naming convention for MD devices)
>

can you tell me what cat /proc/mdstat says on your system?
For now you can try to change this line:

 if (/^(md\d+)\s+:\s+(.+)/) {

in /usr/local/bin/drbd-gui-helper on all nodes to something like:

 if (/^(md_d\d+)\s+:\s+(.+)/) {

then you have to start the DMC with --keep-helper option, so the
drbd-gui-helper doesn't get overwritten.

Rasto


-- 
: Dipl-Ing Rastislav Levrinc
: DRBD-MC http://www.drbd.org/mc/management-console/
: DRBD/HA support and consulting http://www.linbit.com/
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.


_______________________________________________
drbd-mc mailing list
drbd-mc at lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-mc

-- 
Gareth Bult (Gareth at Bult.co.uk)


More information about the drbd-mc mailing list