Hi,
I have an AWS deployment that seems to be failing at service startup with this error:
3290 ? Ss 0:00 runsvdir -P /etc/service log: -server: fatal: unable to open supervise/lock: file does not exist?runsv couchbase-server: fatal: unable to open supervise/lock: file does not exist?runsv couchbase-server: fatal: unable to open supervise/lock: file does not exist?runsv couchbase-server: fatal: unable to open supervise/lock: file does not exist?runsv couchbase-server: fatal: unable to open supervise/lock: file does not exist?
(This is from ps axww on the container)
What could be going wrong here? I have my data volume mounted on /opt/couchbase/var … but this will blow away the files in var/lib that are part of the base image. This confuses me as well.
Thanks for any help.
–Toby