Comment 6 for bug 1925285

Revision history for this message
Weiyuan.Wang-Neu (weiyuan-wang) wrote :

I tried to deploy using the base code from master, and found a problem when config data network for work nodes:

The the names of devices for data network are generally eth1000 and eth1001, but they changed to eth0 and eth1 on work-0 and eth1 and eth2 on work-1 when using the iso built by the base.

So I modified the auto-deploy script and deployed the cherry-pick version ( https://review.opendev.org/c/starlingx/rook-ceph/+/783584/) again.

The result is OK.

I think the reason for the previous failure was that the network device name was incorrect and failed to config the data network.