Incorrect display path in Fpolicy notification after file rename
Applies to
- ONTAP 9
- Fpolicy
Issue
- When a file or folder is renamed, FPolicy reports a wrong display path
- The FPolicy notification for
SMB_GET_ATTR
message contains old file name in display path instead of the renamed file name
Example:
- The File
\A.txt
is being renamed to\B.txt
, then the file attributes for\B.txt
are retrieved SMB_GET_ATTR
for\B.txt
showsDisplayPath
as\\XXX\YYY\A.txt
instead of\\XXX\YYY\B.txt
<DisplayPath>\\XXX\YYY\A.txt</DisplayPath>