Advertisement
Guest User

Untitled

a guest
Sep 19th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. + dirname /sbin/mkcephfs
  2. + [ /sbin = . ]
  3. + BINDIR=/usr/bin
  4. + LIBDIR=/usr/lib/ceph
  5. + ETCDIR=/etc/ceph
  6. + . /usr/lib/ceph/ceph_common.sh
  7. + CCONF=/usr/bin/cconf
  8. + default_conf=/etc/ceph/ceph.conf
  9. + conf=/etc/ceph/ceph.conf
  10. + hostname
  11. + cut -d . -f 1
  12. + hostname=bluna
  13. + allhosts=0
  14. + clobber=
  15. + mkbtrfs=0
  16. + numosd=
  17. + usecrushmapsrc=
  18. + usecrushmap=
  19. + verbose=0
  20. + adminkeyring=
  21. + conf=
  22. + [ 6 -ge 1 ]
  23. + [ -z /etc/ceph/ceph.conf ]
  24. + shift
  25. + conf=/etc/ceph/ceph.conf
  26. + shift
  27. + [ 4 -ge 1 ]
  28. + [ -z /etc/ceph/key ]
  29. + shift
  30. + adminkeyring=/etc/ceph/key
  31.  
  32. + shift
  33. + [ 2 -ge 1 ]
  34. + allhosts=1
  35. + shift
  36. + [ 1 -ge 1 ]
  37. + verbose=1
  38. + shift
  39. + [ 0 -ge 1 ]
  40. + [ -z /etc/ceph/ceph.conf ]
  41. + [ 1 -eq 0 ]
  42. + [ -z /etc/ceph/key ]
  43. + verify_conf
  44. + [ -x /etc/ceph/fetch_config ]
  45. + [ ! -e /etc/ceph/ceph.conf ]
  46. + get_name_list
  47. + orig=
  48. + [ -z ]
  49. + /usr/bin/cconf -c /etc/ceph/ceph.conf -l mon
  50. + egrep -v ^mon$
  51. + /usr/bin/cconf -c /etc/ceph/ceph.conf -l mds
  52. + egrep -v ^mds$
  53. + /usr/bin/cconf -c /etc/ceph/ceph.conf -l osd
  54. + egrep -v ^osd$
  55. + what=mon.0
  56. mds.0
  57. osd.1
  58. + return
  59. + true
  60. + /usr/bin/cconf -c /etc/ceph/ceph.conf -l mon
  61. + egrep -v ^mon$
  62. + sort
  63. + mons=mon.0
  64. + args=
  65. + type=mon
  66. + echo mon.0
  67. + cut -c 4-
  68. + sed s/\.//
  69. + id=0
  70. + get_conf addr mon addr
  71. + var=addr
  72. + def=
  73. + key=mon addr
  74. + shift
  75. + shift
  76. + shift
  77. + [ 1 -eq 1 ]
  78. + echo /usr/bin/cconf -c /etc/ceph/ceph.conf -i 0 -t mon "mon addr" ""
  79. /usr/bin/cconf -c /etc/ceph/ceph.conf -i 0 -t mon "mon addr" ""
  80. + /usr/bin/cconf -c /etc/ceph/ceph.conf -i 0 -t mon mon addr
  81. + eval addr="192.168.42.53:6789"
  82. + addr=192.168.42.53:6789
  83. + args= --add 0 192.168.42.53:6789
  84. + monmap=/tmp/monmap.1771
  85. + echo /usr/bin/monmaptool --create --clobber --add 0 192.168.42.53:6789 --print /tmp/monmap.1771
  86. /usr/bin/monmaptool --create --clobber --add 0 192.168.42.53:6789 --print /tmp/monmap.1771
  87. + /usr/bin/monmaptool --create --clobber --add 0 192.168.42.53:6789 --print /tmp/monmap.1771
  88. /usr/bin/monmaptool: monmap file /tmp/monmap.1771
  89. /usr/bin/monmaptool: generated fsid b2956495-38f7-c24a-0fc3-385739c1ce98
  90. epoch 1
  91. fsid b2956495-38f7-c24a-0fc3-385739c1ce98
  92. last_changed 2011-09-19 18:44:45.726001
  93. created 2011-09-19 18:44:45.726001
  94. 0: 192.168.42.53:6789/0 mon.0
  95. /usr/bin/monmaptool: writing epoch 1 to /tmp/monmap.1771 (1 monitors)
  96. + osdmap=/tmp/osdmap.1771
  97. + [ -z ]
  98. + /usr/bin/cconf -c /etc/ceph/ceph.conf -l osd
  99. + egrep -v ^osd$
  100. + cut -c 4-
  101. + + tail -1
  102. sort -n
  103. + maxosd=.1
  104. /sbin/mkcephfs: 1: arithmetic expression: expecting primary: ".1 + 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement