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
{"name":"S3","time":1658382950138,"**error":"IO error: lock /usr/src/app/lib/../localMetadata/rootDB/LOCK: Resource temporarily unavailable"**,"stack":"OpenError: IO error: lock /usr/src/app/lib/../localMetadata/rootDB/LOCK: Resource temporarily unavailable\n at /usr/src/app/node_modules/levelup/lib/levelup.js:119:23\n at /usr/src/app/node_modules/abstract-leveldown/abstract-leveldown.js:38:14\n at /usr/src/app/node_modules/levelup/node_modules/deferred-leveldown/deferred-leveldown.js:31:21\n at /usr/src/app/node_modules/encoding-down/node_modules/abstract-leveldown/abstract-leveldown.js:38:14\n at /usr/src/app/node_modules/abstract-leveldown/abstract-leveldown.js:38:14","level":"fatal","message":"caught error","hostname":"zenko-85b78565d-r24pk","pid":106}
Im receiving the same error aswell, when trying to run multiple replicas.
Have you had any luck finding out the cause?
Thanks in advance.
EDIT: I suspect that it is likely because my storage provisioner for my cluster is just local-path, and that it cannot handle sharing between multiple pods/containers. I haven't had time to test out with using one that can support RWX, but will see if I can test it out later.
UPDATE: tested out with a storage class supporting RWX, but it yielded the same error.
I need to have multiple instances of zenko cloudserver running.
To have this I tried changing yaml file to have replicas: 2 as mentioned below:
But getting error at start up of second pod
{"name":"S3","time":1658382950138,"**error":"IO error: lock /usr/src/app/lib/../localMetadata/rootDB/LOCK: Resource temporarily unavailable"**,"stack":"OpenError: IO error: lock /usr/src/app/lib/../localMetadata/rootDB/LOCK: Resource temporarily unavailable\n at /usr/src/app/node_modules/levelup/lib/levelup.js:119:23\n at /usr/src/app/node_modules/abstract-leveldown/abstract-leveldown.js:38:14\n at /usr/src/app/node_modules/levelup/node_modules/deferred-leveldown/deferred-leveldown.js:31:21\n at /usr/src/app/node_modules/encoding-down/node_modules/abstract-leveldown/abstract-leveldown.js:38:14\n at /usr/src/app/node_modules/abstract-leveldown/abstract-leveldown.js:38:14","level":"fatal","message":"caught error","hostname":"zenko-85b78565d-r24pk","pid":106}
yaml file section for volume mounts:
Please help me to have multiple instances for cloudserver running.
The text was updated successfully, but these errors were encountered: