As I expected installing but not configuring/triggering sdmp does
nothing than loading the .so.

ubuntu@node-1:~$ sudo lsof +fg | grep vmsvc
vmtoolsd  14567                             root  mem       REG                 
                     8,1    44048    1444886 
/usr/lib/open-vm-tools/plugins/vmsvc/libvmbackup.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    23112    1444885 
/usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    23152    1441835 
/usr/lib/open-vm-tools/plugins/vmsvc/libserviceDiscovery.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    57800    1444882 
/usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    15024    1444883 
/usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    23272    1444881 
/usr/lib/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so
vmtoolsd  14567                             root  mem       REG                 
                     8,1    19272    1444880 
/usr/lib/open-vm-tools/plugins/vmsvc/libappInfo.so
vmtoolsd  14567                             root    3w      REG                 
 W,LG                8,1     2913     524311 /var/log/vmware-vmsvc-root.log
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    44048    1444886 
/usr/lib/open-vm-tools/plugins/vmsvc/libvmbackup.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    23112    1444885 
/usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    23152    1441835 
/usr/lib/open-vm-tools/plugins/vmsvc/libserviceDiscovery.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    57800    1444882 
/usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    15024    1444883 
/usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    23272    1444881 
/usr/lib/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so
vmtoolsd  14567 14581 HangDetec             root  mem       REG                 
                     8,1    19272    1444880 
/usr/lib/open-vm-tools/plugins/vmsvc/libappInfo.so
vmtoolsd  14567 14581 HangDetec             root    3w      REG                 
 W,LG                8,1     2913     524311 /var/log/vmware-vmsvc-root.log
ubuntu@node-1:~$ systemctl status open-vm-tools
● open-vm-tools.service - Service for virtual machines hosted on VMware
     Loaded: loaded (/lib/systemd/system/open-vm-tools.service; enabled; vendor 
preset: enabled)
     Active: active (running) since Mon 2020-06-22 09:02:37 UTC; 10min ago
       Docs: http://open-vm-tools.sourceforge.net/about.php
   Main PID: 14567 (vmtoolsd)
      Tasks: 2 (limit: 4915)
     Memory: 1.6M
     CGroup: /system.slice/open-vm-tools.service
             └─14567 /usr/bin/vmtoolsd

Jun 22 09:02:37 node-1 systemd[1]: Started Service for virtual machines
hosted on VMware.


That makes it even more safe to not regress users that don't use it.

** Description changed:

  [Impact]
  
-  * In the past a lack of updated open-vm-tools versions was found fatal
-    and therefore we agreed to regularly backport those to the latest LTS.
-    This is backporting the recent version 11.1 to Focal.
+  * In the past a lack of updated open-vm-tools versions was found fatal
+    and therefore we agreed to regularly backport those to the latest LTS.
+    This is backporting the recent version 11.1 to Focal.
  
-  * The main bug for 11.0 is bug 1877672. But this time other than the 
-    fixes/improvements this will also bring a new 
-    plugin "sdmp" which I'd like to:
-     a) discuss separately fro the SRU process
-     b) have VMWare test explicitly as part of the verification
+  * The main bug for 11.0 is bug 1877672. But this time other than the
+    fixes/improvements this will also bring a new
+    plugin "sdmp" which I'd like to:
+     a) discuss separately fro the SRU process
+     b) have VMWare test explicitly as part of the verification
  
  [Test Case]
  
-  * Test open-vm-tools done by VMWare QA Team as agreed for these
-    backports.
+  * Test open-vm-tools done by VMWare QA Team as agreed for these
+    backports. In this case please explicitly test the sdmp functionality, 
+    not the general regression check.
  
  [Regression Potential]
  
-  * As I said this bug is especially for the sdmp plugin. I doubt it will 
-    regress anyone since it is not installed by default (only a suggests).
-    The only (unlikely) case I can tihnk of is if someone does like
-      apt install open-vm-*
-    or something like that. But even in that case the plugin does not do 
-    much until actually probed from the host.
+  * As I said this bug is especially for the sdmp plugin. I doubt it will
+    regress anyone since it is not installed by default (only a suggests).
+    The only (unlikely) case I can tihnk of is if someone does like
+      apt install open-vm-*
+    or something like that. But even in that case the plugin does not do
+    much until actually probed from the host.
  
  [Other Info]
  
-  * This is a practice for or quite a while (almost two years now), see:
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1741390
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1784638
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1813944
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1822204
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1844834
-    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1868012
+  * This is a practice for or quite a while (almost two years now), see:
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1741390
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1784638
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1813944
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1822204
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1844834
+    - https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1868012
  
  The request back then came from the community and the decision back then
  was between VMWare and Ubuntu. VMWare QA Team since then does the
  qualification of these uploads as we (I) don't have a matrix of Host
  versions for that around.
  
  Under the accepted special SRU cases [1] this qualifies for #2 and #3 of
  [2].
  
  [1]: 
https://wiki.ubuntu.com/StableReleaseUpdates#Documentation_for_Special_Cases
  [2]: https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases
- 
  
  ---
  
  Version 11.1.0 adds the sdmp plugin, see
  https://marketplace.vmware.com/vsx/solutions/vrealize-operations-
  service-discovery-management-pack?ref=search
  
  This should be in an optional separate package. Attached is a patch for
  the Debian scripts that would create this package. This has been used in
  our internal testing. Note that there is an additional runtime
  dependency on net-tools for netstat.
  
  Also at Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960065
  
  Thanks,
  Oliver

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

Title:
  add sdmp plugin as a separate package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1877678/+subscriptions

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

Reply via email to