Guest User

Untitled

a guest
Oct 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ]$ git log fio-template.json
  2. commit f2bb32e6799774bba78014d9cdc3790cefcd5015 (origin/fio_memory_limits, fio_memory_limits)
  3. Author: Elvir Kuric <elvirkuric@gmail.com>
  4. Date: Thu Apr 12 14:56:44 2018 +0200
  5.  
  6. removed memory limits in fio-template
  7.  
  8. Signed-off-by: Elvir Kuric <elvirkuric@gmail.com>
  9.  
  10. commit f4754d1ec4a7c5003d4f5db73405276f899e8f8d
  11. Author: Elvir Kuric <ekuric@users.noreply.github.com>
  12. Date: Wed Jun 21 10:20:30 2017 +0200
  13.  
  14. fio test template (#148)
  15.  
  16. Signed-off-by: Elvir Kuric <elvirkuric@gmail.com>
  17. [elvir@emakina fio]$ git show f2bb32e6799774bba78014d9cdc3790cefcd5015
  18. commit f2bb32e6799774bba78014d9cdc3790cefcd5015 (origin/fio_memory_limits, fio_memory_limits)
  19. Author: Elvir Kuric <elvirkuric@gmail.com>
  20. Date: Thu Apr 12 14:56:44 2018 +0200
  21.  
  22. removed memory limits in fio-template
  23.  
  24. Signed-off-by: Elvir Kuric <elvirkuric@gmail.com>
  25.  
  26. diff --git a/openshift_scalability/content/fio/fio-template.json b/openshift_scalability/content/fio/fio-template.json
  27. index f148345..873f7a3 100644
  28. --- a/openshift_scalability/content/fio/fio-template.json
  29. +++ b/openshift_scalability/content/fio/fio-template.json
  30. @@ -59,16 +59,6 @@
  31. "targetPort": 8765
  32. }
  33. ],
  34. - "resources": {
  35. - "limits": {
  36. - "cpu": "800m",
  37. - "memory": "20Mi"
  38. - },
  39. - "requests": {
  40. - "cpu": "10m",
  41. - "memory": "10Mi"
  42. - }
  43. - },
  44. "volumeMounts": [
  45. {
  46. "name": "${VOL_MOUNT_NAME}",
Add Comment
Please, Sign In to add comment