From a4eb9a67a388ed8f3303b91d141a75d278b08125 Mon Sep 17 00:00:00 2001 From: Matthew Broomfield Date: Fri, 1 May 2015 16:03:38 -0400 Subject: [PATCH] updated gpfs policies to list files instead of delete them --- experimentation/xattr-regex-performance/src/noregex.txt | 2 +- experimentation/xattr-regex-performance/src/regex.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experimentation/xattr-regex-performance/src/noregex.txt b/experimentation/xattr-regex-performance/src/noregex.txt index fbf223a7..a50572e6 100644 --- a/experimentation/xattr-regex-performance/src/noregex.txt +++ b/experimentation/xattr-regex-performance/src/noregex.txt @@ -1,2 +1,2 @@ -RULE 'list_substr1' DELETE WHERE XATTR('user.testattr') +RULE 'list_substr1' LIST 'test-list' WHERE XATTR('user.testattr') diff --git a/experimentation/xattr-regex-performance/src/regex.txt b/experimentation/xattr-regex-performance/src/regex.txt index c0ec4c17..9ab89139 100644 --- a/experimentation/xattr-regex-performance/src/regex.txt +++ b/experimentation/xattr-regex-performance/src/regex.txt @@ -1 +1 @@ -RULE 'list_substr1' DELETE WHERE REGEX(XATTR('user.testattr'),',.*,.*,0+,.*,.*,.*,.*,.*,.*,.*,') +RULE 'list_substr1' LIST 'test-list' WHERE REGEX(XATTR('user.testattr'),',.*,.*,0+,.*,.*,.*,.*,.*,.*,.*,')