csm-aut / csm

This repository contains Cisco Software Manager (CSM Server) source code
Apache License 2.0
11 stars 7 forks source link

Disk write error, false alarm. #60

Closed smjurcak closed 7 years ago

smjurcak commented 7 years ago

I encountered an error where CSM does not wait long enough between deleting a file and remaking the file, and therefore fails to create the file.

session.log error report on the failed job: RP/0/RSP0/CPU0:vkg2#rmdir disk0:rw_test

%Error Removing dir rw_test (Directory doesnot exist) RP/0/RSP0/CPU0:vkg2#mkdir disk0:rw_test

Create directory filename [rw_test]?

%Error Creating Directory disk0:/rw_test (File exists) RP/0/RSP0/CPU0:vkg2#

show install active summary: RP/0/RSP0/CPU0:RP2#show install active summary Mon Apr 3 12:29:35.954 PST Default Profile: SDRs: Owner Active Packages: disk0:asr9k-9000v-nV-px-6.1.2 disk0:asr9k-k9sec-px-6.1.2 disk0:asr9k-mcast-px-6.1.2 disk0:asr9k-mgbl-px-6.1.2 disk0:asr9k-mini-px-6.1.2 disk0:asr9k-mpls-px-6.1.2

smjurcak commented 7 years ago

Opened in wrong place