I have 4 printers connected to single RPI. Previously gcode files were saved to /pi/home/gcode_files and all 4 printers were able to see same gcode file. Therefore I only have to do single upload of a file for all printers to be able to see it and print it. Now each printer has its own gcodes directory, and I have to do 4 separate uploads, and I can't do them in parallel. I tried changing path in [virtual_sdcard] section.
RPI has a local IP of 192.168.4.132, and printers are on different ports 7125, 7126, 7127 and 7128. If I upload a gcode file to 192.168.4.132 it ends up in gcodes directory of a printer connected to 7125 port. I tried changing [virtual_sdcard] path on 7126, 7127 and 7128 printers to point to the 7125 gcodes directory, but without any success.