Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #661 from bergwolf/nfs-volume-test-memory-size
Browse files Browse the repository at this point in the history
ci: increase memory size of the nfs server
  • Loading branch information
gao-feng authored Sep 4, 2017
2 parents f2200c8 + 8c1a0e2 commit f0c8bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hyper::test::service() {

hyper::test::nfs_volume() {
echo "create nfs volume server"
server=$(sudo hyperctl run -d hyperhq/nfs-server-tester | sed -ne "s/POD id is \(.*\)/\1/p")
server=$(sudo hyperctl run --memory 256 -d hyperhq/nfs-server-tester | sed -ne "s/POD id is \(.*\)/\1/p")
ip=$(sudo hyperctl exec $server ip addr |sed -ne "s|.* \(.*\)/24.*|\1|p")
sleep 10 # nfs-server-tester takes a bit long to init in hykins
echo "create nfs volume client"
Expand Down

0 comments on commit f0c8bb2

Please sign in to comment.