Error: cannot initialize blob db: shared drive path is not a directory: u’/opt/shared_echis’

Hi am getting the following error after i moved pillows process to separate VM.

I 've seen pillows process log and i see the following error for:

tail -f pillows-commcarehq.django.log

db = _get_fs_db(settings)
File "/home/cchq/www/echis/releases/2019-05-09_15.44/corehq/blobs/init.py", line 34, in _get_fs_db
raise Error("cannot initialize blob db: %s" % reason)
Error: cannot initialize blob db: shared drive path is not a directory: u'/opt/shared_echis'
INFO 2019-05-10 14:46:22,828 login 14008 139660282840896 AXES: BEGIN LOG
ERROR 2019-05-10 14:46:23,137 conn 13939 139814770173760 <BrokerConnection node_id=1 host=172.19.3.41:9092 [IPv4 ('172.19.3.41', 9092)]>: socket disconnected
ERROR 2019-05-10 14:46:23,239 conn 13939 139814770173760 <BrokerConnection node_id=1 host=172.19.3.41:9092 [IPv4 ('172.19.3.41', 9092)]>: socket disconnected
ERROR 2019-05-10 14:46:

The directory /opt/shared_echis is not created during deploy-stack process.

Hi Demis,

Sounds like issues with the shared drive being mounted. Can you see if the firefighting documentation for NFS helps address what you are seeing?

-Clayton