mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
19 lines
446 B
YAML
19 lines
446 B
YAML
|
tasks:
|
||
|
- ceph:
|
||
|
- kclient: [client.0]
|
||
|
- knfsd: [client.0]
|
||
|
- nfs:
|
||
|
client.1:
|
||
|
server: client.0
|
||
|
options: [rw,hard,intr,nfsvers=3]
|
||
|
- workunit:
|
||
|
clients:
|
||
|
client.1:
|
||
|
- misc/chmod.sh
|
||
|
- misc/i_complete_vs_rename.sh
|
||
|
- misc/trivial_sync.sh
|
||
|
#- misc/multiple_rsync.sh
|
||
|
#- misc/xattrs.sh
|
||
|
# Once we can run multiple_rsync.sh and xattrs.sh we can change to this
|
||
|
# - misc
|