码迷,mamicode.com
首页 > 其他好文 > 详细

ceph-create-keys: No such file or directory 处理

时间:2018-01-15 22:32:24      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:exce   direct   nic   rest   getting   comm   inf   file   create   

-- coding: utf-8 --

from future import unicode_literals
Jan 15 21:42:47 l22-41-14 ceph-create-keys: INFO:ceph-create-keys:ceph-mon admin socket not ready yet.
Jan 15 21:42:48 l22-41-14 ceph-create-keys: admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
Jan 15 21:42:48 l22-41-14 ceph-create-keys: INFO:ceph-create-keys:ceph-mon admin socket not ready yet.
Jan 15 21:42:49 l22-41-14 ceph-create-keys: INFO:ceph-create-keys:ceph-mon admin socket not ready yet.
Jan 15 21:42:50 l22-4-14 ceph-create-keys: admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
Jan 15 21:42:50 l22-41-14 ceph-create-keys: INFO:ceph-create-keys:ceph-mon admin socket not ready yet.
Jan 15 21:42:51 l22-41-14 ceph-create-keys: admin_socket: exception getting command descriptions: [Errno 2] No such file or directory

解决办法:

        cd /var/lib/ceph/bootstrap-mds
        cp -fr /etc/ceph/ceph.bootstrap-mds.keyring ceph.keyring
        chown ceph:ceph ceph.keyring
        sservice ceph-create-keys@l22-41-14 restart 

ceph-create-keys: No such file or directory 处理

标签:exce   direct   nic   rest   getting   comm   inf   file   create   

原文地址:http://blog.51cto.com/swq499809608/2061296

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!