** Description changed:

+ [Impact]
+ 
+  * sosreport currently does not collect commands
+    'ip neigh' and 'ip rule' for network namespaces,
+    which are used with e.g., openstack neutron.
+ 
+ [Test Case]
+ 
+  * Create network namespace(s) (eg, ns1, ns2, ns3)
+    $ sudo ip netns add ns1
+    $ sudo ip netns add ns2
+    $ sudo ip netns add ns3
+ 
+  * Run the sosreport networking plugin
+    $ sudo sos report -o networking --batch
+ 
+  * Check the sosreport tarball for per-netns files
+    ('ip_netns_exec_<ns>_<cmd>') for the commands
+    'ip -s -s neigh show' and 'ip rule list'
+ 
+  * See comments 4, 5, 6 for examples.
+ 
+ [Regression Potential]
+ 
+  * The patch adds commands to the networking plugin,
+    thus any issue should be contained within/happen
+    on it.
+ 
+  * Errors in running such commands aren't a problem,
+    and should be logged by sosreport anyway.
+ 
+ [Other Info]
+ 
  Closes:
  https://github.com/sosreport/sos/issues/2281
  
  PR:
  
https://github.com/sosreport/sos/pull/2282/commits/41182ac9bde87b29499489a112ab24dcc9a374b0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to