Skip to content

Commit

Permalink
qa: add rsync tasks
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
  • Loading branch information
John Spray authored and sidharthanup committed Dec 9, 2020
1 parent a884ebf commit 666e31c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions qa/suites/fs/multiclient/tasks/rsync_kernel_untar_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
overrides:
ceph:
conf:
client:
fuse_default_permissions: 0

tasks:
- rsync:
waittime: 10
mountpoint: 0
data_dir: client.1
- workunit:
clients:
client.1:
- kernel_untar_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
overrides:
ceph:
conf:
client:
fuse_default_permissions: 0

tasks:
- rsync:
waittime: 10
mountpoint: 0
data_dir: client.0
- workunit:
clients:
client.0:
- kernel_untar_build.sh
16 changes: 16 additions & 0 deletions qa/suites/fs/multiclient/tasks/rsync_kernel_untar_build_snaps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
overrides:
ceph:
conf:
client:
fuse_default_permissions: 0

tasks:
- rsync:
waittime: 10
mountpoint: 0
snapenable: True
data_dir: client.1
- workunit:
clients:
client.1:
- kernel_untar_build.sh

0 comments on commit 666e31c

Please sign in to comment.