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

_______________________________________________
drbd-user mailing list
drbd-user@lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to