Hemanth Bollamreddi
Hemanth Bollamreddi
Hey ! From the man page > flock() does not lock files over NFS. Use [fcntl](https://linux.die.net/man/2/fcntl)(2) instead: that does work over NFS, given a sufficiently recent version of Linux and...
Hi @dmitryk-dk ! My setup was pretty similar to yours, but I see a few differences: * I use [CSI](https://gitlab.com/rocketduck/csi-plugin-nfs) for NFS mounts (as vm is run by nomad) *...
By `but the prev data is being shown correctly.` I meant that vm was able to read from NFS mount after flock is removed. As you mentioned `That can be...
Hey ! I sadly nuked my prev setup :( and am rebuilding it atm. Will post here once I can run the test.
I just had my aha moment. As I am using an orchestrator to manage vm, I think something funny might be happening if a node crashes and come back online...
Hey ! I am sorry, the setup is nuked and am no longer using podman 😞
Nice one @trinsic Let's try to fix them one at a time. I was able to successfully build the `Dockerfile` on multiple architectures using docker buildx. (I will test them...
It seems that you are building on the RPi. You can use docker buildx to build on a *nix laptop. It *probably* uses some qemu magic under the hood to...
Here are the multi-arch builds until we have official ones. ``` blmhemu/snotes-syncing-server-js:latest blmhemu/snotes-api-gateway:latest blmhemu/snotes-auth:latest ``` Try them out and let me know if they work !
Hey ! I have requested the maintainers to integrate the build script, (but there has not been any progress ?). For, updates, you can build the images using docker buildx....