我要评分
获取效率
正确性
完整性
易理解

Synchronizing the Local Source

  1. Synchronize the local source of the primary node by copying the local source configuration to each server and client nodes.
    1
    2
    3
    4
    5
    6
    7
    8
    9
    # Copy the configuration to ceph1, ceph2, and ceph3.
    scp /etc/yum.repos.d/* root@ceph1:/etc/yum.repos.d/
    scp /etc/yum.repos.d/* root@ceph2:/etc/yum.repos.d/
    scp /etc/yum.repos.d/* root@ceph3:/etc/yum.repos.d/
    
    # Copy the configuration to client1, client2, and client3.
    scp /etc/yum.repos.d/* root@client1:/etc/yum.repos.d/
    scp /etc/yum.repos.d/* root@client2:/etc/yum.repos.d/
    scp /etc/yum.repos.d/* root@client3:/etc/yum.repos.d/