Hi Erwin, This is the problem here:
> problem opening monitor store in mondata/mon0: No locks available The code is doing lock_fd = ::open(t, O_CREAT|O_RDWR, 0600); ... int r = ::flock(lock_fd, LOCK_EX|LOCK_NB); to make sure no other cmon processes are running on the same mondata directory. I can add an option to skip the locking.. or switch to fnctl-based locking, which should work over NFS at least. The latter is probably best anyway.. sage ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ceph-devel mailing list Ceph-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ceph-devel