tuqiang
21c55a45ef
virNetDevOpenvswitchUpdateVlan: fix vlan tag update error
...
We try to update vlan tag by running virsh update-device command,
libvirtd will report ovs-vsctl arguments error. Vlan tag update
funtion does't consider the xml with no vlan configured circumstances.
The steps to reproduce the problem:
1 define and start domain with its vlan configured as:
<interface type='bridge'>
<mac address='52:54:00:9e:bb:ac'/>
<source bridge='ovs-br0'/>
<vlan>
<tag id='10'/>
</vlan>
<virtualport type='openvswitch'>
</virtualport>
<target dev='vnet4.0'/>
<model type='virtio'/>
<driver name='vhost'/>
</interface>
2 define and run virsh update-device command with no vlan configured as:
<interface type='bridge'>
<mac address='52:54:00:9e:bb:ac'/>
<source bridge='ovs-br0'/>
<virtualport type='openvswitch'>
</virtualport>
<target dev='vnet4.0'/>
<model type='virtio'/>
<driver name='vhost'/>
</interface>
#virsh update-device dom-id novlan.xml
3 virsh command returned error, and we got an error in libvirtd.log:
error : virCommandWait:2584 : internal error: exit status 1: ovs-vsctl: 'set' command requires at least 3 arguments
. Child process (ovs-vsctl --timeout=5 -- --if-exists clear Port vnet4.0 tag -- --if-exists clear Port vnet4.0 trunk
-- --if-exists clear Port vnet4.0 vlan_mode -- --if-exists set Port vnet4.0) unexpected
error : virNetDevOpenvswitchUpdateVlan:540 : internal error: Unable to set vlan configuration on port vnet4.0
Signed-off-by: Tu Qiang <tu.qiang35@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2022-02-10 13:02:10 +01:00
..
2021-03-17 09:16:05 +00:00
2021-03-17 09:16:05 +00:00
2021-08-24 16:02:38 +02:00
2021-10-21 17:34:04 +01:00
2022-02-08 08:42:07 +01:00
2021-11-23 09:59:00 +01:00
2021-11-30 10:51:33 +00:00
2022-02-02 10:07:15 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-10-25 12:48:46 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-12-10 16:36:25 +01:00
2021-12-10 16:36:25 +01:00
2021-11-08 14:32:32 +01:00
2021-04-13 17:00:38 +02:00
2021-12-13 14:44:01 +01:00
2021-08-17 12:35:45 +02:00
2021-04-19 11:21:40 +02:00
2021-04-19 11:21:40 +02:00
2021-04-19 11:21:40 +02:00
2021-11-22 12:39:59 +01:00
2021-11-11 16:16:17 +01:00
2021-04-14 12:06:16 +02:00
2021-04-14 12:06:16 +02:00
2022-01-05 14:08:40 +01:00
2021-10-12 10:26:00 +02:00
2021-04-13 17:00:38 +02:00
2022-02-08 08:42:07 +01:00
2022-01-17 09:53:45 +01:00
2021-09-22 14:53:55 +02:00
2021-09-22 14:53:55 +02:00
2022-01-05 16:32:28 +01:00
2022-01-05 14:08:39 +01:00
2021-09-21 14:30:19 +02:00
2021-09-21 12:25:42 +02:00
2022-02-03 14:10:04 +01:00
2022-01-18 16:18:57 +01:00
2021-12-01 13:39:47 +01:00
2021-12-01 13:39:47 +01:00
2022-02-08 08:42:07 +01:00
2021-03-05 15:01:29 +01:00
2022-02-08 08:42:07 +01:00
2021-03-02 09:50:19 +01:00
2021-04-13 17:00:38 +02:00
2022-02-08 08:42:07 +01:00
2021-07-27 10:29:20 +02:00
2022-02-08 08:42:07 +01:00
2021-04-13 17:00:38 +02:00
2021-12-13 13:37:31 -05:00
2021-12-13 13:37:31 -05:00
2022-02-03 14:10:04 +01:00
2021-12-13 13:37:31 -05:00
2021-12-13 14:44:01 +01:00
2021-04-13 17:00:38 +02:00
2022-02-08 08:42:07 +01:00
2020-09-23 12:53:31 +02:00
2021-04-13 17:00:38 +02:00
2021-12-01 13:53:12 +01:00
2021-12-01 13:53:12 +01:00
2021-03-02 09:50:19 +01:00
2021-12-14 16:04:17 +00:00
2021-12-14 16:04:17 +00:00
2021-10-01 10:58:27 +02:00
2021-10-01 10:58:27 +02:00
2021-09-08 16:19:55 +02:00
2021-05-13 11:07:40 +01:00
2021-05-13 11:07:16 +01:00
2021-12-13 13:37:31 -05:00
2021-12-13 13:37:31 -05:00
2021-12-14 16:41:36 +01:00
2022-01-03 13:14:43 +01:00
2022-01-03 13:14:43 +01:00
2022-02-01 19:01:49 +01:00
2021-04-13 17:00:38 +02:00
2021-12-01 13:53:12 +01:00
2021-04-13 17:00:38 +02:00
2022-01-19 15:32:54 +00:00
2022-01-05 14:08:40 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-12-22 13:48:35 +01:00
2021-09-09 18:06:13 +02:00
2022-02-08 08:42:07 +01:00
2021-04-13 17:00:38 +02:00
2020-09-02 10:28:10 +02:00
2022-02-08 08:42:07 +01:00
2021-08-09 10:09:00 +02:00
2022-01-28 20:38:44 +01:00
2022-01-04 16:40:10 +01:00
2021-06-01 14:30:39 +02:00
2020-02-20 23:07:53 -05:00
2021-09-21 14:09:44 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2022-01-28 20:38:44 +01:00
2022-02-10 13:02:10 +01:00
2022-01-18 17:48:32 +01:00
2022-02-03 16:52:05 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-12-02 15:17:27 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2022-02-08 08:42:07 +01:00
2021-04-13 17:00:38 +02:00
2021-12-14 16:41:36 +01:00
2022-02-01 19:01:49 +01:00
2021-05-17 15:54:13 +02:00
2021-08-06 08:53:25 +02:00
2021-04-13 17:00:38 +02:00
2022-02-01 17:19:38 +01:00
2022-02-01 17:19:44 +01:00
2022-02-08 08:42:07 +01:00
2021-12-06 13:04:28 -05:00
2021-11-03 14:46:54 +01:00
2021-10-21 17:34:04 +01:00
2021-10-21 17:34:04 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2022-02-04 10:27:30 +01:00
2022-02-04 10:27:30 +01:00
2021-11-23 12:51:09 +01:00
2021-11-23 12:51:09 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2022-01-20 17:51:07 +01:00
2022-01-06 16:03:55 +01:00
2021-12-10 16:36:25 +01:00
2021-10-12 10:26:00 +02:00
2021-05-13 11:07:13 +01:00
2021-05-13 11:07:13 +01:00
2022-02-08 08:42:07 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-08-26 09:16:44 +02:00
2021-04-13 17:00:38 +02:00
2021-11-08 14:32:32 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-11-24 09:20:38 +01:00
2021-05-13 11:07:47 +01:00
2021-04-13 17:00:38 +02:00
2021-08-20 15:00:53 +02:00
2021-12-13 13:37:31 -05:00
2021-12-13 13:37:31 -05:00
2021-04-12 15:55:09 +02:00
2021-04-12 15:55:09 +02:00
2022-02-08 08:42:07 +01:00
2022-02-03 14:10:03 +01:00
2022-02-08 08:42:07 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-12-01 13:53:12 +01:00
2021-04-13 17:00:38 +02:00
2022-02-01 17:19:23 +01:00
2022-02-01 17:19:32 +01:00
2021-12-01 14:36:29 +01:00
2021-10-27 17:11:29 +02:00
2022-02-08 08:42:07 +01:00
2021-12-01 12:14:03 +00:00
2021-03-22 12:44:18 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2022-01-07 08:07:04 +01:00
2021-04-13 17:00:38 +02:00
2021-08-06 08:53:25 +02:00
2021-04-13 17:00:38 +02:00
2022-02-03 14:10:03 +01:00
2022-02-03 14:10:03 +01:00
2022-01-21 16:42:13 +01:00
2021-11-24 09:20:39 +01:00