Feature #52038
cephadm gather-facts should provide a list of LISTENing ports on the host
80%
Description
If the ports being used on the host are known, the service apply/daemon apply process can check or port availability to avoid a failed deployment due to port conflict
Associated revisions
cephadm:Add listening ports to gather-facts output
This patch adds tcp and udp listening ports to the data
returned by gather-facts. This can be used to check port
availability prior to trying to deploying daemons, to
catch port conflicts earlier. IPv4 and IPv6 are supported
Fixes: #52038
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
cephadm:Add listening ports to gather-facts output
This patch adds tcp and udp listening ports to the data
returned by gather-facts. This can be used to check port
availability prior to trying to deploying daemons, to
catch port conflicts earlier. IPv4 and IPv6 are supported
Fixes: #52038
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
(cherry picked from commit 0c4e88993bc04d248b1616ba4d46ebe24bf17381)
History
#1 Updated by Paul Cuzner over 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
- Pull request ID set to 42824
#2 Updated by Sebastian Wagner about 2 years ago
- Status changed from In Progress to Resolved