Symptom
/nxos/tmp might be full because of tftpd.log.
At that time, the following messages will be shown;
=====
%SYSMGR-3-VAR_SYSMGR_FULL: System Manager file storage usage is unexpectedly high at 100%. This may impact system functions.
=====
"show system internal flash" will show /nxos/tmp full;
=====
`show system internal flash`
Mount-on 1K-blocks Used Available Use% Filesystem
/var 51200 452 50748 1 none
/nxos/tmp 20480 20480 0 100 none <<<<<<<<<<<<<<full
/var/volatile/log 51200 10256 40944 21 none
=====
Also, "show system internal dir /nxos/tmp" will show that tftpd.log size is huge (arround 20MB).
=====
# show system internal dir /nxos/tmp
./ 440
../ 60
sdwrap.xxx.0.0 65536
tftpd.log 19431424
=====
Workaround
No workaround.
By deleting /nxos/tmp/tftpd.log with the following command, the space will be released.
=====
# filesys delete /nxos/tmp/tftpd.log
Please Wait.File is being deleted.
Successfully deleted the file.
=====