On 05/16/2018 11:09 AM, Henning Svane wrote:

Hi Robert

Thanks for the explanation

I have now follow your recommendation

But get the following error:

[root@esos-b drbd.d]# drbdadm create-md r1001.res 'r1001.res' not defined in your config (for this host).


...

[root@san-a ~]# drbdadm create-md r1001.res 'r1001.res' not defined in your config (for this host).


The drbdadm create-md command is looking for a resource name, not a filename.


[root@san-a ~]# cat /etc/drbd.d/r1001.res resource r1001 {

  net {


Here in your file, you define the resource name as "r1001", so that's what you should pass to the create-md command:

drbdadm create-md r1001


--
Nelson Hicks
Network Operations
SOCKET
(573) 817-0000 ext. 210
[email protected]

_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to