Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.14.0
-
3
-
9223372036854775807
Description
Steps to reproduce:
Check that cache is not configured. Empty list.
- lctl pcc list /mnt/lustre
#
Try to delete any cache
- lctl pcc del /mnt/lustre /mnt/pccro/
- echo $?
0
Try for any word
- lctl pcc del /mnt/lustre abc
- echo $?
0
This is not critical, but it is good to have proper return codes for scripting or control that this is expected.
Attachments
Issue Links
- is related to
-
LU-10499 Readonly Persistent Client Cache support
- Reopened