[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Mar 8 12:31:01 UTC 2022


The branch, master has been updated
       via  7debfe7a231 ctdb-tools: Remove deprecated networking commands and replace with new commands
       via  e16cd0316f6 ctdb-packaging: Remove deprecated networking command netstat and replace with "ss" command
      from  9e9e6955ba9 s3:utils: assign ids to struct to list shares correctly

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7debfe7a23114d3831ee6346a988f79dc93b7a55
Author: Archana <Archana.chidirala.chidirala at ibm.com>
Date:   Wed Jan 5 10:08:06 2022 +0530

    ctdb-tools: Remove deprecated networking commands and replace with new commands
    
    The changes are made to replace the deprecated network commands
    (ifconfig,netstat) with the new commands
    (ip addr,ss) respectively
    
    Signed-off-by: Archana Chidirala <archana.chidirala.chidirala at ibm.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Mar  8 12:30:53 UTC 2022 on sn-devel-184

commit e16cd0316f60330898f14042a79ab8abb01b46b7
Author: Archana <Archana.chidirala.chidirala at ibm.com>
Date:   Tue Jan 4 10:01:55 2022 +0530

    ctdb-packaging: Remove deprecated networking command netstat and replace with "ss" command
    
    Signed-off-by: Archana Chidirala <archana.chidirala.chidirala at ibm.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>

-----------------------------------------------------------------------

Summary of changes:
 ctdb/packaging/RPM/ctdb.spec.in | 2 +-
 ctdb/tools/ctdb_diagnostics     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in
index 80eb2945e41..8fea8911ad2 100644
--- a/ctdb/packaging/RPM/ctdb.spec.in
+++ b/ctdb/packaging/RPM/ctdb.spec.in
@@ -16,7 +16,7 @@ Source: ctdb-%{version}.tar.gz
 # Packages
 Requires: coreutils, sed, gawk, iptables, iproute, procps, ethtool, sudo
 # Commands - package name might vary
-Requires: /usr/bin/killall, /bin/kill, /bin/netstat
+Requires: /usr/bin/killall, /bin/kill, /bin/ss
 
 Provides: ctdb = %{version}
 
diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics
index f86d14d389e..80a56575896 100755
--- a/ctdb/tools/ctdb_diagnostics
+++ b/ctdb/tools/ctdb_diagnostics
@@ -273,9 +273,10 @@ show_all "cat /proc/cpuinfo"
 show_all "cat /proc/scsi/scsi"
 show_all "/sbin/ifconfig -a"
 show_all "/sbin/ifconfig -a"
+show_all "cat /proc/net/dev"
 show_all "/sbin/ip addr list"
 show_all "/sbin/route -n"
-show_all "netstat -s"
+show_all "ss -s"
 show_all "free"
 show_all "crontab -l"
 show_all "sysctl -a"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list