Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-5339 tests: Un-duplicate test_24 and skip if MDS is 2.5.2 or older
[fs/lustre-release.git]
/
lustre
/
tests
/
acl
/
2561_zfs.test
1
LU-2561 newly created file is same size as directory
2
3
$ mkdir -p 2561
4
$ cd 2561
5
$ getfacl --access . | setfacl -d -M- .
6
$ touch f1
7
$ ls -s f1
8
> 1 f1
9
$ cd ..
10
$ rm -rf 2561
11