Advertisement
Guest User

Untitled

a guest
May 3rd, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.90 KB | None | 0 0
  1. ................
  2. + DRBDADM=drbdadm
  3. + DRBDSETUP=drbdsetup
  4. + check_binary drbdadm
  5. + have_binary drbdadm
  6. + '[' '' = 1 ']'
  7. ++ sed -e 's/ -.*//'
  8. ++ echo drbdadm
  9. + local bin=drbdadm
  10. ++ which drbdadm
  11. + test -x /sbin/drbdadm
  12. + check_binary drbdsetup
  13. + have_binary drbdsetup
  14. + '[' '' = 1 ']'
  15. ++ sed -e 's/ -.*//'
  16. ++ echo drbdsetup
  17. + local bin=drbdsetup
  18. ++ which drbdsetup
  19. + test -x /sbin/drbdsetup
  20. + local VERSION DRBDADM_VERSION_CODE=0
  21. ++ drbdadm --version
  22. + VERSION='DRBDADM_BUILDTAG=GIT-hash:\ e2a8ef4656be026bbae540305fcb998a5991090f\ build\ by\ dag@Build64R6\,\ 2011-11-20\ 10:57:26
  23. DRBDADM_API_VERSION=88
  24. DRBD_KERNEL_VERSION_CODE=0x08030c
  25. DRBDADM_VERSION_CODE=0x08030c
  26. DRBDADM_VERSION=8.3.12'
  27. + eval 'DRBDADM_BUILDTAG=GIT-hash:\' 'e2a8ef4656be026bbae540305fcb998a5991090f\' 'build\' 'by\' 'dag@Build64R6\,\' '2011-11-20\' 10:57:26 DRBDADM_API_VERSION=88 DRBD_KERNEL_VERSION_CODE=0x08030c DRBDADM_VERSION_CODE=0x08030c DRBDADM_VERSION=8.3.12
  28. ++ DRBDADM_BUILDTAG='GIT-hash: e2a8ef4656be026bbae540305fcb998a5991090f build by dag@Build64R6, 2011-11-20 10:57:26'
  29. ++ DRBDADM_API_VERSION=88
  30. ++ DRBD_KERNEL_VERSION_CODE=0x08030c
  31. ++ DRBDADM_VERSION_CODE=0x08030c
  32. ++ DRBDADM_VERSION=8.3.12
  33. + ((  0x08030c >= 0x080302  ))
  34. + DRBDADM_HAS_SH_STATUS=true
  35. + DRBDADM_HAS_MULTI_PEER=true
  36. + check_crm_feature_set
  37. + set --
  38. + local a=0 b=0 c=0
  39. + ((  a > 3  ))
  40. + ((  a == 3 && b > 0  ))
  41. + ((  a == 3 && b == 0 && c > 0  ))
  42. + ocf_log warn 'You may be disappointed: This RA is intended for pacemaker 1.0 or better!'
  43. + '[' 2 -lt 2 ']'
  44. + __OCF_PRIO=warn
  45. + shift
  46. + __OCF_MSG='You may be disappointed: This RA is intended for pacemaker 1.0 or better!'
  47. + case "${__OCF_PRIO}" in
  48. + __OCF_PRIO=WARNING
  49. + '[' WARNING = DEBUG ']'
  50. + ha_log 'WARNING: You may be disappointed: This RA is intended for pacemaker 1.0 or better!'
  51. + '[' none = '' ']'
  52. + tty
  53. + '[' x = x0 -a x = xdebug ']'
  54. + '[' 'drbd[760]' ']'
  55. + echo 'drbd[760]: WARNING: You may be disappointed: This RA is intended for pacemaker 1.0 or better!'
  56. drbd[760]: WARNING: You may be disappointed: This RA is intended for pacemaker 1.0 or better!
  57. + return 0
  58. + meta_expect clone-max -le 2
  59. + local what=clone-max whatvar=OCF_RESKEY_CRM_meta_clone_max op=-le expect=2
  60. + local val=
  61. + [[ -n '' ]]
  62. + ocf_log err 'meta parameter misconfigured, expected clone-max -le 2, but found unset.'
  63. + '[' 2 -lt 2 ']'
  64. + __OCF_PRIO=err
  65. + shift
  66. + __OCF_MSG='meta parameter misconfigured, expected clone-max -le 2, but found unset.'
  67. + case "${__OCF_PRIO}" in
  68. + __OCF_PRIO=ERROR
  69. + '[' ERROR = DEBUG ']'
  70. + ha_log 'ERROR: meta parameter misconfigured, expected clone-max -le 2, but found unset.'
  71. + '[' none = '' ']'
  72. + tty
  73. + '[' x = x0 -a x = xdebug ']'
  74. + '[' 'drbd[760]' ']'
  75. + echo 'drbd[760]: ERROR: meta parameter misconfigured, expected clone-max -le 2, but found unset.'
  76. drbd[760]: ERROR: meta parameter misconfigured, expected clone-max -le 2, but found unset.
  77. + return 0
  78. + exit 6
  79. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement