mmapplypolicy -L 6

Use this option to display all of the information from the previous levels, plus files that are not candidate files, and their attributes.

These attributes include:
  • MODIFICATION_TIME
  • USER_ID
  • GROUP_ID
  • FILE_SIZE
  • POOL_NAME
  • ACCESS_TIME
  • KB_ALLOCATED
  • FILESET_NAME
This command:
mmapplypolicy fs1 -P policyfile -I test -L 6
produces the following additional information:
[I] Directories scan: 10 files, 1 directories, 0 other objects, 0 'skipped' files and/or errors.
/fs1/.  [2022-03-04@02:10:43 0 0 8192 system 2022-03-04@02:17:43 8 root] NO RULE APPLIES
/fs1/file1.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE \
  'exclude *.save files' EXCLUDE
/fs1/file2.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-03@21:19:57 16 root] RULE \
  'exclude *.save files' EXCLUDE
/fs1/file.tmp1  [2022-03-04@02:09:31 0 0 0 sp1 2022-03-04@02:09:31 0 root] RULE 'delete' \
  DELETE FROM POOL 'sp1' WEIGHT(INF)
/fs1/file.tmp1  [2022-03-04@02:09:31 0 0 0 sp1 2022-03-04@02:09:31 0 root] RULE 'all' LIST \
  'tmpfiles' WEIGHT(INF)
/fs1/data1      [2022-03-03@21:20:23 0 0 0 sp1 2022-03-04@02:09:31 0 root] NO RULE APPLIES
/fs1/file.tmp0  [2022-03-04@02:09:38 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'delete' \
  DELETE FROM POOL 'sp1' WEIGHT(INF)
/fs1/file.tmp0  [2022-03-04@02:09:38 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'all' LIST \
  'tmpfiles' WEIGHT(INF)
/fs1/file1      [2022-03-03@21:32:41 0 0 16384 sp1 2022-03-03@21:32:41 16 root] RULE 'migration \
  to system pool' MIGRATE FROM POOL 'sp1' TO POOL 'system' WEIGHT(INF)
/fs1/file0      [2022-03-03@21:21:11 0 0 16384 sp1 2022-03-03@21:32:41 16 root] RULE 'migration \
  to system pool' MIGRATE FROM POOL 'sp1' TO POOL 'system' WEIGHT(INF)
where the line:
/fs1/data1      [2022-03-03@21:20:23 0 0 0 sp1 2022-03-04@02:09:31 0 root] NO RULE APPLIES
contains information about the data1 file, which is not a candidate file.