Gday,
I’m having a similar problem to this post: https://groups.google.com/d/topic/event-store/XXgGJ8GBjgE/discussion however I’m not sure how y’all feel about necroposting, so made a new post.
I’m running ES 3.4.0 in clustered docker containers, based off ubuntu 14.04.4:
ES VERSION: 3.4.0.0 (release-ha-v3.4.0/58dcb0af4d4d267469021cb2aa7334c20a9ac8bd, Thu, 17 Dec 2015 10:31:33 +0200)
OS: Linux (Unix 4.2.2.2)
RUNTIME: 3.12.1 (tarball) (64-bit)
GC: 2 GENERATIONS
LOGS: /var/log/eventstore
–db option is the default (/var/lib/eventstore); I installed eventstore-oss=3.4.0, so the user exists, the path exists, the path is owned by the user, and the container is running as the user. Is looks as though the path is event being written correctly:
core@core-01 ~ $ docker exec 4d0f20f8ff71 whoami
eventstore
core@core-01 ~ $ docker exec 4d0f20f8ff71 ls -la /var/lib/eventstore
total 604
drwxr-xr-x. 1 eventstore eventstore 4096 Mar 13 08:53 .
drwxr-xr-x. 1 root root 4096 Mar 12 07:35 …
-rw-r–r--. 1 eventstore eventstore 8 Mar 13 09:11 chaser.chk
-rw-r–r--. 1 eventstore eventstore 268435712 Mar 13 09:11 chunk-000000.000000
-rw-r–r--. 1 eventstore eventstore 8 Mar 13 08:54 epoch.chk
drwxr-xr-x. 2 eventstore eventstore 4096 Mar 13 08:53 index
-rw-r–r--. 1 eventstore eventstore 8 Mar 13 08:53 truncate.chk
-rw-r–r--. 1 eventstore eventstore 8 Mar 13 09:11 writer.chk
I am still, however, periodically (every 30s) getting the error:
Error while reading drive info for path /var/lib/eventstore. Message: The drive name does not exist
Parameter name: driveName.
Is this maybe normal behaviour for System.IO.DriveInfo under linux, or in docker? Is there a way to get more debug info on why this is coming up?
Cheers,
Brenton.