Matt
Matt
Hi @ssadedin and @luuloi , some further detail on the environment underlying 'bpipe' here. bpipe is running in a virtual machine which is an NFS client. Bpipe is polling for...
The immediate problem in this case was that on the machine running bpipe, /proc/sys/fs/inotify/max_user_instances had value 128, which is not sufficient in this use case. That limit has now been...
To make inotify work properly in this use case, there would have to be some sort of integration between Lustre change logs, NFS leases, and the NFS client's inotify watches,...
I think that my change in #440 would also address this use case.
I would also like to generate links to related URLs/resources solely from the part of the Swagger specification that describes the URL currently being accessed. I think the OP here...
Just to be clear, I am not using Swagger to document an existing API - I'm using it to actually implement the API. I have Python WSGI middleware and applications...