skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.81k stars 513 forks source link

[Storage] Call `sync_file_mounts` when either rsync or storage file_mounts are specified #4317

Open romilbhardwaj opened 1 week ago

romilbhardwaj commented 1 week ago

Closes #4315, a regression recently introduced in #4023. backend.sync_file_mounts syncs both, rsync based file mounts and storage based file mounts, so it should be invoked if either of those are specified.