Using #django and #longhorn rwx volumes: when I run collect static and put static on an rwx volume it tries to write some 900 files in short succession and this kills the rwx volumes.
Also when creating folders via migrations the same happens. I get I/O errors.
I solved that with an RWX Django storage Class that allows for retries. One retry is enough and it works.

So am I doing it wrong?

PS: you could argue that static files should belong in an emptyDir. The underlying issue gives me headaches though

#kubernetes