Bug 2283976
Summary: | Abort nvmeof deployment when tried to deploy nvmeof on node running nvmeof service already | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | harika chebrolu <hchebrol> |
Component: | Cephadm | Assignee: | Adam King <adking> |
Status: | VERIFIED --- | QA Contact: | harika chebrolu <hchebrol> |
Severity: | urgent | Docs Contact: | Rivka Pollack <rpollack> |
Priority: | unspecified | ||
Version: | 7.1 | CC: | akane, bhkaur, cephqe-warriors, mobisht, msaini, rlepaksh, rpollack, tserlin |
Target Milestone: | --- | ||
Target Release: | 8.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-19.2.1-121.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.NVMe-oF deployment no longer stops when deploying on a node with an existing NVMe-oF service
Previously, there was no built-in restriction in Cephadm to prevent the deployment of NVMe-oF services, such as gateway groups, multiple times on the same host. As a result, this would sometimes lead to deployment and high availability issues, as previously deployed services on the nodes were disrupted.
With this fix, restrictions are in place, and deploying the same gateway nodes across multiple gateway groups is not supported. Gateway entities, such as subsystems and namespaces, remain intact, and the `nvme-statemap` is preserved, as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | 2317218 | ||
Bug Blocks: | 2351689, 2267614, 2298578, 2298579 |
Description
harika chebrolu
2024-05-30 11:36:30 UTC
The issue here is restricting deploying nvmeof service on more than 1 pool for 7.1. We need to see how to restrict this for 7.1.z. For 7.1 we will add this to the RN. |