Open prjemian opened 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
try--except
needs that same attention now.
Thanks @strempfer for reporting this.
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-L24needs that same attention now.
Thanks @strempfer for reporting this.