You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec /usr/local/nebula/bin/nebula-storaged --flagfile=/usr/local/nebula/etc/nebula-storaged.conf --local_ip=10.30.33.42 --v=0 --minloglevel=2 --daemonize=false
E1222 09:36:15.759665 1 FileUtils.cpp:384] Failed to read the directory "/usr/local/nebula/data/storage/nebula" (2): No such file or directory
the configuration is as following:
########## storage ##########
# Root data path, multiple paths should be splitted by comma.
# One path per instance, if --engine_type is `rocksdb'
--data_path=/usr/local/nebula/data/storage
I tried relative path before. Also not working
The text was updated successfully, but these errors were encountered:
ryanqin01
changed the title
k8s
k8s version installation reports: No such file or directory
Dec 22, 2020
The whole log is as following:
kubectl logs -f nebula-storaged-0 -n nebula
++ hostname -i
E1222 09:36:15.759665 1 FileUtils.cpp:384] Failed to read the directory "/usr/local/nebula/data/storage/nebula" (2): No such file or directory
the configuration is as following:
I tried relative path before. Also not working
The text was updated successfully, but these errors were encountered: