Hi,
As Saul said, it is highly recommended you have a try with 3.0 Release, instead of 1.0 Release, which is too old and not maintained now.
For your environment, with “host-port-list”, there are eth0 ~ eth3, no eth1000.
So you should use eth2/eth3, instead of eth1000 as data interface.
Best Regards
Shuicheng
From: Longqian Zhao <zhaolongqian456@163.com>
Sent: Saturday, February 8, 2020 9:31 AM
To: starlingx-discuss@lists.starlingx.io
Subject: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0
Hi ,
I According to
https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storage.html#id8 , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks.
Brief Description
-----------------
My Environment:
I install StarlingX in Virtual Environment.
StarlingX version: 2018/10
stx-tools version: 2018/10
Steps:
1. Install controller-0 succesfully.
2. Install compute-0.
3. source /etc/nova/openrc.
4. system host-port-list compute-0
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
| uuid | name | type | pci address | device | processor | accelerated | device type |
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
| 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device |
| 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device |
| 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device |
| 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device |
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
5. system host-if-modify -p providernet-a -c data compute-0 eth1000
(The following is the returned information:)
Interface not found: host compute-0 if eth1000
Issues:
-----------------
1. I did not find the data interface after executing the command: system host-if-list compute-0
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
| uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks |
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
| b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None |
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
2. I do not know how to use command "system host-if-add" to add data interface.
Best regards with you,
Longqian