Actions
Feature #45743
closedmgr/nfs: Add interface to show cluster information
% Done:
0%
Source:
Development
Backport:
octopus
Reviewed:
Affected Versions:
Component(FS):
mgr/nfs
Labels (FS):
NFS-cluster
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-3250-g1dbad702b6
Released In:
v16.2.0~2064
Upkeep Timestamp:
2025-07-14T19:42:33+00:00
Description
ceph nfs cluster info foo
shows nfs servers' ip/ports.
Updated by Patrick Donnelly almost 6 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
Updated by Patrick Donnelly almost 6 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.
Updated by Sebastian Wagner almost 6 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
Updated by Varsha Rao over 5 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 35743
Updated by Patrick Donnelly over 5 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Patrick Donnelly over 5 years ago
- Copied to Backport #46401: octopus: mgr/nfs: Add interface to show cluster information added
Updated by Varsha Rao over 5 years ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 1dbad702b6604ab6624bfb3b9dce9c90e4275e03
- Fixed In set to v16.0.0-3250-g1dbad702b6
- Released In set to v16.2.0~2064
- Upkeep Timestamp set to 2025-07-14T19:42:33+00:00
Actions