Re: [Linux-cluster] DLM user API for lock value block

2016-12-06 Thread Jean-Marc Saffroy
On Tue, 6 Dec 2016, David Teigland wrote: > I haven't looked at your test to check if you're actually seeing this bug, > but you'll want this fix in any case: > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/fs/dlm/user.c?id=b96f465035f9fae83c1d8de3e80eecfe6877608c

[Linux-cluster] DLM user API for lock value block

2016-12-06 Thread Jean-Marc Saffroy
Hi, I am trying to use the DLM userland API (libdlm3), and while I was able to do plain lock acquisitions and conversions, I am stuck trying to update and then read the lock value block. Does anyone have working examples of this? I did look at the rhdlmbook doc, but couldn't fine one.