Hi Robert,

Thanks to your email with the sequence of commands, I found the remains of a 
failed installation of LINSTOR in node 1, which at some point collided with the 
installation that I was trying to make it work.
To avoid new problems I reinstalled in all the nodes, PROXMOX and LINSTOR and 
now everything seems to be working as expected.
Thank you again for the help.

And thanks to everyone who took the time to answer my question.

Regards,

Daniel


-----Mensaje original-----
De: drbd-user-boun...@lists.linbit.com 
[mailto:drbd-user-boun...@lists.linbit.com] En nombre de Robert Altnoeder
Enviado el: viernes, 17 de mayo de 2019 5:23
Para: drbd-user@lists.linbit.com
Asunto: Re: [DRBD-user] Error message: Failed to create meta-data for DRBD 
volume

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
_______________________________________________
drbd-user mailing list
drbd-user@lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to