Skip to content

Commit

Permalink
updated gpfs policies to list files instead of delete them
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Broomfield committed May 1, 2015
1 parent 282376b commit a4eb9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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')

2 changes: 1 addition & 1 deletion 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+,.*,.*,.*,.*,.*,.*,.*,')

0 comments on commit a4eb9a6

Please sign in to comment.