[DRBD-user] Error message: Failed to create meta-data for DRBD volume

Robert Altnoeder robert.altnoeder at linbit.com
Fri May 17 10:23:03 CEST 2019


On 5/16/19 9:38 PM, Daniel Ulman wrote:
> Any command for drbdadm (adjust, cstate, etc.) say:
>
> 	no resources defined!
>
> If I run it without the '-c /var/lib/linstor.d/vm-100-disk-1.res' option.

I suggest to run the following sequence of commands and let us know the
output of each command:

id
getpcaps $$
sestatus
aa-status
which drbdadm
drbdadm --version
cat /proc/drbd
find / -name "drbdadm*" -exec ls -lZ \{\} \; 2>&-
find / -name "*.res" -exec ls -lZ \{\} \; 2>&-
ls -ldZ /etc
ls -ldZ /etc/drbd.d
ls -lZ /etc/drbd*.conf
ls -lZ /etc/drbd.d/global_common.conf
for file in $(find / -name "*.res"); do echo BEGIN ${file}; cat ${file}
| grep -v "shared-secret"; echo; echo END ${file}; echo; done 2>&-

Cheers,
Robert



More information about the drbd-user mailing list