forked from ceph/ceph-qa-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature http://tracker.newdream.net/issues/3621 Signed-off-by: David Zafman <[email protected]>
- Loading branch information
David Zafman
committed
Jan 3, 2013
1 parent
eee795c
commit aaa03bb
Showing
7 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
roles: | ||
- [mon.a, mon.c, osd.0, osd.1, osd.2] | ||
- [mon.b, mds.a, osd.3, osd.4, osd.5] | ||
- [client.0] | ||
- [client.1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../clusters/extra-client.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tasks: | ||
- ceph: | ||
- kclient: [client.0] | ||
- knfsd: [client.0] | ||
- nfs: | ||
client.1: | ||
server: client.0 | ||
options: [rw,hard,intr,nfsvers=3] | ||
- workunit: | ||
clients: | ||
client.1: | ||
- suites/blogbench.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tasks: | ||
- ceph: | ||
- kclient: [client.0] | ||
- knfsd: [client.0] | ||
- nfs: | ||
client.1: | ||
server: client.0 | ||
options: [rw,hard,intr,nfsvers=3] | ||
- workunit: | ||
clients: | ||
client.1: | ||
- suites/dbench-short.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tasks: | ||
- ceph: | ||
- kclient: [client.0] | ||
- knfsd: [client.0] | ||
- nfs: | ||
client.1: | ||
server: client.0 | ||
options: [rw,hard,intr,nfsvers=3] | ||
- workunit: | ||
clients: | ||
client.1: | ||
- suites/ffsb.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tasks: | ||
- ceph: | ||
- kclient: [client.0] | ||
- knfsd: [client.0] | ||
- nfs: | ||
client.1: | ||
server: client.0 | ||
options: [rw,hard,intr,nfsvers=3] | ||
- workunit: | ||
clients: | ||
client.1: | ||
- suites/iozone.sh |