tonyespy / edgex-core-snap

This repository contains a prototype of EdgeX Foundry as a snap, and now should be considered **deprecated**, please see the official EdgeX Foundry main github project:
https://github.com/edgexfoundry/edgex-go
Apache License 2.0
5 stars 3 forks source link

Mongodb driver issues on startup #5

Closed anonymouse64 closed 5 years ago

anonymouse64 commented 6 years ago

For example, when running on a dragonboard 410c with the cali release these messages show up :

2018-04-10T13:25:47.180+0000 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2018-04-10T13:25:47.180+0000 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem

Possibly related is a message like this :

2018-04-10T13:25:47.827+0000 W FTDC     [initandlisten] Error getting directory iterator '/sys/block': Permission denied

We should look into this and figure out if these are from the snap system or from edgex itself.