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

Rasto Levrinc rasto.levrinc at linbit.com
Fri Nov 6 20:08:13 CET 2009


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.




More information about the drbd-mc mailing list