BCDA-APS / pvWebMonitor

post EPICS PVs to read-only web page
https://bcda-aps.github.io/pvWebMonitor/
2 stars 1 forks source link

try SCP, then NFS for file copy #48

Open prjemian opened 1 year ago

prjemian commented 1 year ago

Ran into a problem with NFS file transfers (at APS) where the target was reported to be out of space (although it had >500G of free space).

Bypassed this with try--except clause using one technique, then another. This code: https://github.com/BCDA-APS/pvWebMonitor/blob/7d1104714f4a24f954191e4e5f0c419c316e10af/src/pvWebMonitor/utils.py#L19-L24

needs that same attention now.

Thanks @strempfer for reporting this.

prjemian commented 1 year ago
  1. need to identify why the NFS file transfers were failing
  2. this code should identify which method succeeded and try that first on the next copy