作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我用 cephadm 配置了一个简单的 Ceph 集群,如下所示:
cephadm bootstrap --mon-ip 192.168.0.4
ssh-copy-id -f -i /etc/ceph/ceph.pub root@host2
ssh-copy-id -f -i /etc/ceph/ceph.pub root@host3
ceph orch host add host2
ceph orch host add host3
ceph orch apply osd --all-available-devices
ceph config set global cluster_network 192.168.1.0/24
但它没有任何效果。我在辅助 NIC 上没有看到任何流量。
最佳答案
事实证明这很容易。您设置新配置:
ceph config set global cluster_network 192.168.1.0/24
ceph orch daemon reconfig mon.host1
ceph orch daemon reconfig mon.host2
ceph orch daemon reconfig mon.host3
ceph orch daemon reconfig osd.1
ceph orch daemon reconfig osd.2
ceph orch daemon reconfig osd.3
...
关于ceph - 用 Cephadm 配置集群网络?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61763230/
我用 cephadm 配置了一个简单的 Ceph 集群,如下所示: cephadm bootstrap --mon-ip 192.168.0.4 ssh-copy-id -f -i /etc/ceph
我按照 https://docs.ceph.com/en/latest/cephadm/install/ 的以下步骤在 Centos 8.1 上设置了一个 ceph 集群 curl --silent
我是一名优秀的程序员,十分优秀!