Project

General

Profile

Feature #45743

mgr/nfs: Add interface to show cluster information

Added by Varsha Rao almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
octopus
Reviewed:
Affected Versions:
Component(FS):
mgr/nfs
Labels (FS):
NFS-cluster
Pull request ID:

Description

ceph nfs cluster info foo

shows nfs servers' ip/ports.


Related issues

Copied to CephFS - Backport #46401: octopus: mgr/nfs: Add interface to show cluster information Resolved

History

#1 Updated by Patrick Donnelly almost 4 years ago

  • Subject changed from mgr/volumes/nfs: Add interface to show cluster information to mgr/nfs: Add interface to show cluster information
  • Description updated (diff)
  • Target version set to v16.0.0
  • Source set to Development
  • Backport set to octopus
  • Component(FS) mgr/nfs added
  • Labels (FS) NFS-cluster added

#2 Updated by Patrick Donnelly almost 4 years ago

There's two blocking issues we see:

  • cephadm does not permit deploying Ganesha with non-standard ports (i.e. not 2049).
  • cephadm/orchestrator does not have an API for getting the ip/port for the ganesha services.

#3 Updated by Sebastian Wagner almost 4 years ago

Patrick Donnelly wrote:

There's two blocking issues we see:

  • cephadm does not permit deploying Ganesha with non-standard ports (i.e. not 2049).

Yeah, we need cephadm to teach the concept of (non-standard) ports. But we can give you the ports already, even if they're all standard.

  • cephadm/orchestrator does not have an API for getting the ip/port for the ganesha services.

cephadm mostly cares about hosts and host names. cephadm also knows "addresses" which might be IPs to access hosts.

orch host ls --format json
orch ps --format json

returns that info

#4 Updated by Varsha Rao almost 4 years ago

  • Priority changed from Normal to High

#5 Updated by Varsha Rao almost 4 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 35743

#6 Updated by Patrick Donnelly over 3 years ago

  • Status changed from Fix Under Review to Pending Backport

#7 Updated by Patrick Donnelly over 3 years ago

  • Copied to Backport #46401: octopus: mgr/nfs: Add interface to show cluster information added

#8 Updated by Varsha Rao over 3 years ago

  • Status changed from Pending Backport to Resolved

Also available in: Atom PDF