LINBIT / linstor-client

Python client for LINSTOR
https://docs.linbit.com/docs/linstor-guide/
GNU General Public License v3.0
22 stars 10 forks source link

An unknown error occurred while setting controller config prop... #3

Closed acidrop closed 6 years ago

acidrop commented 6 years ago

Hello,

When setting controller drbd-options, I'm getting the following error.. Is this a bug or something wrong with the value? Seems to happen with other options as well.

linstor controller drbd-options --rcvbuf-size 2485760 ERROR: An unknown error occurred while setting controller config prop with key 'rcvbuf-size' in namespace 'DrbdOptions/Net' with value '2485760'.

linstor 0.6.1; GIT-hash: 695dda395fb9f25a4655f3d672059685f7fc7b39 linstor-satellite 0.6.4-1 linstor-controller 0.6.4-1

Thanks, Yannis

rp- commented 6 years ago

Looks like a bug, because this works on my system. Could you paste the controller log, there should probably even a error-report for that.

acidrop commented 6 years ago

Hi Rene,

Please find the controller log below..

http://paste.debian.net/1043056

Thanks Yannis

rp- commented 6 years ago

Ok this is a bug, but there is a simple workaround for now. Just remove your Controller node type from your setup. You don't need to have it registered in your linstor setup, it is more for documentation purpose. linstor node delete <controller-name>

acidrop commented 6 years ago

Yup, works now...

many thanks Y