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
{{ message }}
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
I need to share a boltdb database amongt 2 processes (on 2 different linux hosts). One will be alive, the other will be a cold standby that is woken up by pacemaker when the first one is detected as dead.
But problem I'm seeing is that when the cold standby starts, it cannot access the bolt db because of a "no locks available" error.
When the original master recovers, it can successfully open the database.
Does anyone know what is going on or what I'm doing wrong or what I can do to achieve my goal of 2 processes (cold standby woken up for failover) accessing the same boltdb file on a shared disk?
Much appreciated.
The text was updated successfully, but these errors were encountered:
kumukum
changed the title
How to use the same shared disk/filesystem with boltdb?
How to use the same shared disk/filesystem with boltdb? Issue "no locks availabile"
May 26, 2017
I need to share a boltdb database amongt 2 processes (on 2 different linux hosts). One will be alive, the other will be a cold standby that is woken up by pacemaker when the first one is detected as dead.
But problem I'm seeing is that when the cold standby starts, it cannot access the bolt db because of a "no locks available" error.
When the original master recovers, it can successfully open the database.
Does anyone know what is going on or what I'm doing wrong or what I can do to achieve my goal of 2 processes (cold standby woken up for failover) accessing the same boltdb file on a shared disk?
Much appreciated.
The text was updated successfully, but these errors were encountered: