Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2370450

Summary: [Test Build] Not all NFS Daemons are coming up when deploying NFS cluster in parallel at scale
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Manisha Saini <msaini>
Component: CephadmAssignee: Adam King <adking>
Status: CLOSED ERRATA QA Contact: Manisha Saini <msaini>
Severity: high Docs Contact:
Priority: unspecified    
Version: 8.0CC: bkunal, cephqe-warriors, tserlin, vdas, vereddy
Target Milestone: ---   
Target Release: 9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-19.2.1-223 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2372430 (view as bug list) Environment:
Last Closed: 2026-01-29 06:49:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2394541    
Bug Blocks: 2372430    

Description Manisha Saini 2025-06-05 15:57:43 UTC
Description of problem:
=======================

Attempted to deploy 30 NFS clusters in parallel using the specified configuration file. However, NOT all NFS daemons are successfully starting.

# ceph orch ls | grep nfs
nfs.nfs1                   ?:2049           5/9  11m ago    88m  *
nfs.nfs10                  ?:2103           7/9  11m ago    88m  *
nfs.nfs11                  ?:2104           7/9  11m ago    88m  *
nfs.nfs12                  ?:2105           6/9  11m ago    88m  *
nfs.nfs13                  ?:2106           8/9  11m ago    88m  *
nfs.nfs14                  ?:2107           8/9  11m ago    88m  *
nfs.nfs15                  ?:2108           9/9  11m ago    88m  *
nfs.nfs16                  ?:2109           9/9  11m ago    88m  *
nfs.nfs17                  ?:2110           9/9  11m ago    88m  *
nfs.nfs18                  ?:2111           9/9  11m ago    88m  *
nfs.nfs19                  ?:2112           9/9  11m ago    88m  *
nfs.nfs2                   ?:2059           6/9  11m ago    88m  *
nfs.nfs20                  ?:2113           8/9  11m ago    88m  *
nfs.nfs21                  ?:2114           9/9  11m ago    88m  *
nfs.nfs22                  ?:2115           9/9  11m ago    88m  *
nfs.nfs23                  ?:2116           8/9  11m ago    88m  *
nfs.nfs24                  ?:2117           9/9  11m ago    88m  *
nfs.nfs25                  ?:2118           9/9  11m ago    88m  *
nfs.nfs26                  ?:2119           9/9  11m ago    88m  *
nfs.nfs27                  ?:2120           9/9  11m ago    88m  *
nfs.nfs28                  ?:2121           9/9  11m ago    88m  *
nfs.nfs29                  ?:2122           9/9  11m ago    88m  *
nfs.nfs3                   ?:2069           5/9  11m ago    88m  *
nfs.nfs30                  ?:2123           9/9  11m ago    88m  *
nfs.nfs4                   ?:2079           6/9  11m ago    88m  *
nfs.nfs5                   ?:2089           7/9  11m ago    88m  *
nfs.nfs6                   ?:2099           8/9  11m ago    88m  *
nfs.nfs7                   ?:2100           5/9  11m ago    88m  *
nfs.nfs8                   ?:2101           8/9  11m ago    88m  *
nfs.nfs9                   ?:2102           7/9  11m ago    88m  * 



Spec File
-----------

service_type: nfs
service_id: nfs1
service_name: nfs.nfs1
placement:
  host_pattern: '*'
spec:
  port: 2049
  monitoring_port: 3049
---
service_type: nfs
service_id: nfs2
service_name: nfs.nfs2
placement:
  host_pattern: '*'
spec:
  port: 2059
  monitoring_port: 3059
---
service_type: nfs
service_id: nfs3
service_name: nfs.nfs3
placement:
  host_pattern: '*'
spec:
  port: 2069
  monitoring_port: 3069
---
service_type: nfs
service_id: nfs4
service_name: nfs.nfs4
placement:
  host_pattern: '*'
spec:
  port: 2079
  monitoring_port: 3079
---
service_type: nfs
service_id: nfs5
service_name: nfs.nfs5
placement:
  host_pattern: '*'
spec:
  port: 2089
  monitoring_port: 3089
---
service_type: nfs
service_id: nfs6
service_name: nfs.nfs6
placement:
  host_pattern: '*'
spec:
  port: 2099
  monitoring_port: 3099
---
service_type: nfs
service_id: nfs7
service_name: nfs.nfs7
placement:
  host_pattern: '*'
spec:
  port: 2100
  monitoring_port: 3100
---
service_type: nfs
service_id: nfs8
service_name: nfs.nfs8
placement:
  host_pattern: '*'
spec:
  port: 2101
  monitoring_port: 3101
---
service_type: nfs
service_id: nfs9
service_name: nfs.nfs9
placement:
  host_pattern: '*'
spec:
  port: 2102
  monitoring_port: 3102
---
service_type: nfs
service_id: nfs10
service_name: nfs.nfs10
placement:
  host_pattern: '*'
spec:
  port: 2103
  monitoring_port: 3103
---
service_type: nfs
service_id: nfs11
service_name: nfs.nfs11
placement:
  host_pattern: '*'
spec:
  port: 2104
  monitoring_port: 3104
---
service_type: nfs
service_id: nfs12
service_name: nfs.nfs12
placement:
  host_pattern: '*'
spec:
  port: 2105
  monitoring_port: 3105
---
service_type: nfs
service_id: nfs13
service_name: nfs.nfs13
placement:
  host_pattern: '*'
spec:
  port: 2106
  monitoring_port: 3106
---
service_type: nfs
service_id: nfs14
service_name: nfs.nfs14
placement:
  host_pattern: '*'
spec:
  port: 2107
  monitoring_port: 3107
---
service_type: nfs
service_id: nfs15
service_name: nfs.nfs15
placement:
  host_pattern: '*'
spec:
  port: 2108
  monitoring_port: 3108
---
service_type: nfs
service_id: nfs16
service_name: nfs.nfs16
placement:
  host_pattern: '*'
spec:
  port: 2109
  monitoring_port: 3109
---
service_type: nfs
service_id: nfs17
service_name: nfs.nfs17
placement:
  host_pattern: '*'
spec:
  port: 2110
  monitoring_port: 3110
---
service_type: nfs
service_id: nfs18
service_name: nfs.nfs18
placement:
  host_pattern: '*'
spec:
  port: 2111
  monitoring_port: 3111
---
service_type: nfs
service_id: nfs19
service_name: nfs.nfs19
placement:
  host_pattern: '*'
spec:
  port: 2112
  monitoring_port: 3112
---
service_type: nfs
service_id: nfs20
service_name: nfs.nfs20
placement:
  host_pattern: '*'
spec:
  port: 2113
  monitoring_port: 3113
---
service_type: nfs
service_id: nfs21
service_name: nfs.nfs21
placement:
  host_pattern: '*'
spec:
  port: 2114
  monitoring_port: 3114
---
service_type: nfs
service_id: nfs22
service_name: nfs.nfs22
placement:
  host_pattern: '*'
spec:
  port: 2115
  monitoring_port: 3115
---
service_type: nfs
service_id: nfs23
service_name: nfs.nfs23
placement:
  host_pattern: '*'
spec:
  port: 2116
  monitoring_port: 3116
---
service_type: nfs
service_id: nfs24
service_name: nfs.nfs24
placement:
  host_pattern: '*'
spec:
  port: 2117
  monitoring_port: 3117
---
service_type: nfs
service_id: nfs25
service_name: nfs.nfs25
placement:
  host_pattern: '*'
spec:
  port: 2118
  monitoring_port: 3118
---
service_type: nfs
service_id: nfs26
service_name: nfs.nfs26
placement:
  host_pattern: '*'
spec:
  port: 2119
  monitoring_port: 3119
---
service_type: nfs
service_id: nfs27
service_name: nfs.nfs27
placement:
  host_pattern: '*'
spec:
  port: 2120
  monitoring_port: 3120
---
service_type: nfs
service_id: nfs28
service_name: nfs.nfs28
placement:
  host_pattern: '*'
spec:
  port: 2121
  monitoring_port: 3121
---
service_type: nfs
service_id: nfs29
service_name: nfs.nfs29
placement:
  host_pattern: '*'
spec:
  port: 2122
  monitoring_port: 3122
---
service_type: nfs
service_id: nfs30
service_name: nfs.nfs30
placement:
  host_pattern: '*'
spec:
  port: 2123
  monitoring_port: 3123

--------


Version-Release number of selected component (if applicable):
=============
# ceph --version
ceph version 19.2.0-137.2.hotfix.bz2364414.el9cp (8b9af92de8584cf4d51f65b8d1ef961a762e0d38) squid (stable)


How reproducible:


Steps to Reproduce:
=========
1.Deploy 30 NFS Cluster in parallel


Actual results:
==========
All NFS Daemons are not coming up


Expected results:
==========
All NFS daemons should be up and running


Additional info:

Comment 11 errata-xmlrpc 2026-01-29 06:49:50 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Red Hat Ceph Storage 9.0 Security and Enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2026:1536