Jetpack CRM is hard-coded to using wp-content/jpcrm-storage as it’s storage path, and throws PHP warnings when that path is unwritable. https://github.com/Automattic/jetpack/issues/47440
I’ve added a symlink in SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. from wp-content/jpcrm-storage to wp-content/blogs.dir/jpcrm-storage.
Can someone please create the wp-content/blogs.dir/jpcrm-storage directory in the NFS mount, with matching permissions/ownership to the other uploads paths.
While you’re there, can you please also run chmod 0755 */files/wpcf7_uploads? Several paths have 0733 which is just plain unexpected..