On 07/22/2014 09:47 PM, Colom, Jaime wrote: > # mkfs.ext4 /dev/sda3 > > # drbdadm create-md clusterdb_res
You are creating a filesystem on the backing device. There is literally no reason to do that. Defer that step to after DRBD initialization. DRBD even spells out your options: On 07/22/2014 09:47 PM, Colom, Jaime wrote:> You need to either > > * use external meta data (recommended) > > * shrink that filesystem first > > * zero out the device (destroy the filesystem) You want to pick the latter. Regards, Felix _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
