Re: ceph-deploy issues rhel6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Derek,

Are you sure the package is installed on the target?  (Did you ceph-deploy 
install <hostname>)  It is probably caused by /var/lib/ceph/mon not 
existing?

sage



On Tue, 18 Jun 2013, Derek Yarnell wrote:
> 
> > If you are still having problems with ceph-deploy, please forward the ceph.log file to me, I can start trying to figure out what's gone wrong. 
> 
> Hi,
> 
> Nothing seems fishy from the log, I am going to try now the git version.
> 
> -bash-4.1$ cat ceph.log
> 2013-06-12 13:21:17,937 ceph_deploy.new DEBUG Creating new cluster named
> ceph
> 2013-06-12 13:21:17,938 ceph_deploy.new DEBUG Resolving host
> cbcbobj00.umiacs.umd.edu
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Monitor cbcbobj00 at
> 192.168.7.235
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Monitor initial members
> are ['cbcbobj00']
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Monitor addrs are
> ['192.168.7.235']
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Creating a random mon key...
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Writing initial config to
> ceph.conf...
> 2013-06-12 13:21:17,939 ceph_deploy.new DEBUG Writing monitor keyring to
> ceph.conf...
> 2013-06-12 13:22:03,340 ceph_deploy.mon DEBUG Deploying mon, cluster
> ceph hosts cbcbobj00.umiacs.umd.edu
> 2013-06-12 13:22:03,340 ceph_deploy.mon DEBUG Deploying mon to
> cbcbobj00.umiacs.umd.edu
> 2013-06-12 13:22:03,759 ceph_deploy.mon DEBUG Distro
> RedHatEnterpriseServer codename Santiago, will use sysvinit
> 2013-06-12 22:07:15,120 ceph_deploy.new DEBUG Creating new cluster named
> ceph
> 2013-06-12 22:07:15,121 ceph_deploy.new DEBUG Resolving host
> cbcbobj00.umiacs.umd.edu
> 2013-06-12 22:07:15,123 ceph_deploy.new DEBUG Monitor cbcbobj00 at
> 192.168.7.235
> 2013-06-12 22:07:15,123 ceph_deploy.new DEBUG Monitor initial members
> are ['cbcbobj00']
> 2013-06-12 22:07:15,123 ceph_deploy.new DEBUG Monitor addrs are
> ['192.168.7.235']
> 2013-06-12 22:07:15,123 ceph_deploy.new DEBUG Creating a random mon key...
> 2013-06-12 22:07:15,123 ceph_deploy.new DEBUG Writing initial config to
> ceph.conf...
> 2013-06-12 22:07:15,124 ceph_deploy.new DEBUG Writing monitor keyring to
> ceph.conf...
> 2013-06-12 22:07:36,754 ceph_deploy.mon DEBUG Deploying mon, cluster
> ceph hosts cbcbobj00.umiacs.umd.edu
> 2013-06-12 22:07:36,754 ceph_deploy.mon DEBUG Deploying mon to
> cbcbobj00.umiacs.umd.edu
> 2013-06-12 22:07:37,173 ceph_deploy.mon DEBUG Distro
> RedHatEnterpriseServer codename Santiago, will use sysvinit
> 2013-06-13 16:48:43,406 ceph_deploy.mon DEBUG Removing mon from
> cbcbobj00.umiacs.umd.edu
> 2013-06-13 16:49:42,137 ceph_deploy.mon DEBUG Deploying mon, cluster
> ceph hosts cbcbobj00.umiacs.umd.edu
> 2013-06-13 16:49:42,137 ceph_deploy.mon DEBUG Deploying mon to
> cbcbobj00.umiacs.umd.edu
> 2013-06-13 16:49:42,564 ceph_deploy.mon DEBUG Distro
> RedHatEnterpriseServer codename Santiago, will use sysvinit
> 
> Thanks,
> derek
> 
> 
> > 
> > On Jun 12, 2013, at 7:09 PM, Derek Yarnell <derek@xxxxxxxxxxxxxx> wrote:
> > 
> >> Hi,
> >>
> >> I am trying to run ceph-deploy on a very basic 1 node configuration.
> >> But this is causing an exception that is confusing me,
> >>
> >> ceph-deploy mon create cbcbobj00.umiacs.umd.edu
> >> ceph-mon: mon.noname-a 192.168.7.235:6789/0 is local, renaming to
> >> mon.cbcbobj00
> >> ceph-mon: set fsid to a602d0c8-5c6e-442c-bad4-5d9801924a60
> >> ceph-mon: created monfs at /var/lib/ceph/mon/ceph-cbcbobj00 for
> >> mon.cbcbobj00
> >> Traceback (most recent call last):
> >>  File "/usr/bin/ceph-deploy", line 21, in <module>
> >>    main()
> >>  File "/usr/lib/python2.6/site-packages/ceph_deploy/cli.py", line 112,
> >> in main
> >>    return args.func(args)
> >>  File "/usr/lib/python2.6/site-packages/ceph_deploy/mon.py", line 234,
> >> in mon
> >>    mon_create(args)
> >>  File "/usr/lib/python2.6/site-packages/ceph_deploy/mon.py", line 138,
> >> in mon_create
> >>    init=init,
> >>  File "/usr/lib/python2.6/site-packages/pushy/protocol/proxy.py", line
> >> 255, in <lambda>
> >>    (conn.operator(type_, self, args, kwargs))
> >>  File "/usr/lib/python2.6/site-packages/pushy/protocol/connection.py",
> >> line 66, in operator
> >>    return self.send_request(type_, (object, args, kwargs))
> >>  File
> >> "/usr/lib/python2.6/site-packages/pushy/protocol/baseconnection.py",
> >> line 323, in send_request
> >>    return self.__handle(m)
> >>  File
> >> "/usr/lib/python2.6/site-packages/pushy/protocol/baseconnection.py",
> >> line 639, in __handle
> >>    raise e
> >> pushy.protocol.proxy.ExceptionProxy: [Errno 2] No such file or directory
> >>
> >> Thanks,
> >> derek
> >>
> >>
> >> -- 
> >> ---
> >> Derek T. Yarnell
> >> University of Maryland
> >> Institute for Advanced Computer Studies
> >> _______________________________________________
> >> ceph-users mailing list
> >> ceph-users@xxxxxxxxxxxxxx
> >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> > 
> > 
> 
> 
> -- 
> ---
> Derek T. Yarnell
> University of Maryland
> Institute for Advanced Computer Studies
> _______________________________________________
> ceph-users mailing list
> ceph-users@xxxxxxxxxxxxxx
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 
> 
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux