Going through the kick start i have the DB running as a docker extension and have logged in.
https://docs.nebula-graph.io/3.5.0/2.quick-start/1.quick-start-workflow/
CREATE SPACE bverse(partition_num=10, replica_factor=1, vid_type=fixed_string(30));
gives the error. tried reducing partitions, no luck
digging around i found something about setting up hosts
ADD HOSTS 192.168.10.100:9779, 192.168.10.101:9779, 192.168.10.102:9779;
which runs OK...
but CREATE SPACE still fails.
Is there a getting started that actually works? this isn't very reassuring.
Sorry to put you in this situation.
For the fresh installation, if we go with NebulaGraph Docker-compose or Docker extension, they should get ready just after the cluster is up, the underlying
ADD HOSTSwill be taken care of already.ADD HOSTSrefers to activate storaged hostsSHOW HOSTSwill show the status of activated HOSTS, In case they are offline, we should look into their logs(failed to boot, network issue in communication etc..)I hope you ended up getting the cluster up.
If not, please kindly share the storaged/metad log so I can help.