knfs: test v3 and v4

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-03-14 08:21:47 -07:00
parent b125c95fc1
commit 2e487d8afc
3 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,3 @@ tasks:
- ceph:
- kclient: [client.0]
- knfsd: [client.0]
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]

View File

@ -0,0 +1,5 @@
tasks:
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=3]

View File

@ -0,0 +1,5 @@
tasks:
- nfs:
client.1:
server: client.0
options: [rw,hard,intr,nfsvers=4]