问题1 : ceph-node3: Warning: Authentication failure. Retrying..
问题分析: ssh 认证失败,在向虚拟机拷贝内容时权限不足。
解决办法: 在用户的根目录下 找到.ssh目录。
cd /home/vagrant
chmod 0700 .ssh
cd .ssh
chmod 0600 authorized_keys
问题2:
A VirtualBox machine with the name 'ceph-node1' already exists.
Please use another name or delete the machine with the existing
name, and try again.
问题分析:
说明虚拟机已经存在了,需要删除该虚拟机再创建。
解决办法:
检查状态
删除对应的ID
从VMBox列表删除虚拟机