Hi, Cepher!
I need help to use teuthology, the Ceph intergration test framework.
there are three nodes like below
1. paddles, pulpito server / OS: Ubuntu 14.04, IP: 11.0.0.100, user: teuth
2. target server / OS: Ubuntu 14.04, IP: 11.0.0.10, user: ubuntu
3. teuthology server / OS: Ubuntu 14.04, IP: 11.0.0.1, user: teuthology
And, following https://github.com/ceph/teuthology/blob/master/docs/LAB_SETUP.rst,
I deployed teuthology environment in these nodes. (editing configure file appropriately)
The problem occurs when I tried to add target node to paddles lock server with edited create_nodes.py
The edited create_nodes.py add only one node of which name is "target0.example.com".
When I executed the creat_nodes.py code(python create_nodes.py), the process wait for someting infinitely
What can I do for going to next step?
help me please..
This is log message the process print out.
2015-04-17 22:08:20,492.492 INFO:create_nodes.py:Creating target0.gluesys.com
2015-04-17 22:08:20,512.512 INFO:teuthology.orchestra.connection:{'username': 'ubuntu', 'hostname': 'target0.example.com', 'timeout': 30}
And this is problematic part of the "strace" dump for the process.(strace python create_nodes.py)
...omitted...
open("/home/teuthology/src/teuthology_master/teuthology/provision.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=8320, ...}) = 0
open("/home/teuthology/src/teuthology_master/teuthology/provision.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=8391, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb35d52f000
read(5, "\3\363\r\n\327\273+Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\330\0\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0664, st_size=8391, ...}) = 0
read(5, "|\0\0j\5\0d\10\0|\6\0\203\0\2\203\1\0\1t\3\0S|\4\0j\f\0d\t\0"..., 4096) = 4096
read(5, "usR\5\0\0\0t\t\0\0\0getLoggerRg\0\0\0R.\0\0\0R"..., 4096) = 199
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7fb35d52f000, 4096) = 0
close(4) = 0
close(3) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=396, ...}) = 0
write(2, "2015-04-17 03:06:25,649.649 INFO"..., 782015-04-17 03:06:25,649.649 INFO:create_nodes.py:Creating target0.example.com
) = 78
open("/home/teuthology/.ssh/known_hosts", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=444, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=444, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb35d52f000
read(3, "|1|nbkibeXwSj/5+ExknLQbdVchuoQ=|"..., 8192) = 444
read(3, "", 4096) = 0
read(3, "", 8192) = 0
close(3) = 0
munmap(0x7fb35d52f000, 4096) = 0
stat("/home/teuthology/.ssh/config", {st_mode=S_IFREG|0644, st_size=195, ...}) = 0
open("/home/teuthology/.ssh/config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=195, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=195, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb35d52f000
read(3, "Host target0\n Hostname 11"..., 8192) = 195
read(3, "", 4096) = 0
read(3, "", 8192) = 0
close(3) = 0
munmap(0x7fb35d52f000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=396, ...}) = 0
write(2, "2015-04-17 03:06:25,650.650 INFO"..., 1382015-04-17 03:06:25,650.650 INFO:teuthology.orchestra.connection:{'username': 'ubuntu', 'hostname': 'target0.example.com', 'timeout': 30}
) = 138
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb35d52f000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7fb35d52f000, 4096) = 0
open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb35d52f000
read(3, "# The \"order\" line is only used "..., 4096) = 92
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7fb35d52f000, 4096) = 0
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com