diff options
author | Brian Foster <bfoster@redhat.com> | 2013-09-16 14:18:53 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-09-17 11:22:01 -0700 |
commit | a5b74203589f1c06d86d50fb56940571bfc13e20 (patch) | |
tree | 3e61d536d2f44667b6d2ea0acc8da1a5c5d8ae25 /tests/basic/file-snapshot.t | |
parent | ac2317aee9013aa0235318f8a4c808b3598d03b9 (diff) |
qemu-block: support readdirp
Support the readdirp fop in qemu-block to ensure that image files
are handled correctly when readdirp is enabled. E.g., without
readdirp support, incorrect stat data for formatted files can be
reported back (and cached) via the client.
BUG: 986775
Change-Id: Ibc4bd0b42548953ebe30832f3d853bb68095f0ac
Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-on: http://review.gluster.org/5946
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/basic/file-snapshot.t')
-rwxr-xr-x | tests/basic/file-snapshot.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/file-snapshot.t b/tests/basic/file-snapshot.t index 93726f4b85d..36908192bac 100755 --- a/tests/basic/file-snapshot.t +++ b/tests/basic/file-snapshot.t @@ -27,6 +27,7 @@ TEST touch $M0/big-file; TEST setfattr -n trusted.glusterfs.block-format -v qcow2:10GB $M0/big-file; +TEST ls -al $M0 # test readdirplus TEST [ `stat -c '%s' $M0/big-file` = 10737418240 ] echo 'ABCDEFGHIJ' > $M0/data-file1 |