threefoldtecharchive / 0-templates

0-robot templates
Apache License 2.0
1 stars 1 forks source link

'This name is not allowed' error on zdb backend #230

Closed chrisvdg closed 5 years ago

chrisvdg commented 5 years ago

Setting the zdb backend fails as seen on the below screenshot

image

Provided dataRepo for the zrobot_config is zdb://man-dc01.gig.tech:9900/MAN-DC01-F0805-ARC02/ac1f6b457c78 in which the namespace ac1f6b457c78 is the machine id of the host the robot is running on.

Using redis-cli creating this namespace works just fine image

My guess is that the issue may be coming from the zdb client

0xIslamTaha commented 5 years ago

image so MAN-DC01-F0805-ARC02/ac1f6b457c78 this is invalid name

chrisvdg commented 5 years ago

Yep, provided a namespace into my script parameters while the script adds the namespace itself!