I have a working DRBD system, with DRBD 9.0 where a block device 
(/dev/sda5) is being replicated between two storage servers.
Now, I've added a second block device (/dev/sdb1) to each of these
storage servers.  In my r0.res, I have, amongst other configurations:

        on storage1 {
                disk /dev/sda5;
                address   192.168.0.2:7789;
        }

        on storage2 {
                disk /dev/sda5;
                address   192.168.0.3:7789;
        }


To add this second block device, should I change the above to this:

        on storage1 {
                disk /dev/sda5;
                disk /dev/sdb1;
                address   192.168.0.2:7789;
        }

        on storage2 {
                disk /dev/sda5;
                disk /dev/sdb1;
                address   192.168.0.3:7789;
        }


Or should I create a new resource file for just /dev/sdb1?

Thanks,
Bryan
_______________________________________________
Star us on GITHUB: https://github.com/LINBIT
drbd-user mailing list
drbd-user@lists.linbit.com
https://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to