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 1268590

Summary: Inktank Ceph Enterprise displayed in error message
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Taco Scargo <taco>
Component: CalamariAssignee: Christina Meno <gmeno>
Calamari sub component: Web UI QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: unspecified CC: anharris, ceph-eng-bugs, flucifre, hnallurv, kdreyer, wusui
Version: 1.3.0   
Target Milestone: rc   
Target Release: 1.3.4   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-20 20:56:17 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:

Description Taco Scargo 2015-10-03 08:38:12 UTC
Description of problem:
When servers were added to Calamari, but no cluster was created yet, one sees the following message after logging into Calamari:

 Ceph servers are connected to Calamari, but no Ceph cluster has been created yet. Please use ceph-deploy to create a cluster; please see the Inktank Ceph Enterprise documentation for more details.

Obviously "Inktank Ceph Enterprise" should read "Red Hat Ceph Storage".
Suggestion is to even link the text to the documentation url.

Version-Release number of selected component (if applicable):


How reproducible:
Very

Steps to Reproduce:
1. Install calamari
2. create cluster with three monitors
3. connect monitors to calamari
4. login to calamari


Actual results:
 Ceph servers are connected to Calamari, but no Ceph cluster has been created yet. Please use ceph-deploy to create a cluster; please see the Inktank Ceph Enterprise documentation for more details.

Expected results:
 Ceph servers are connected to Calamari, but no Ceph cluster has been created yet. Please use ceph-deploy to create a cluster; please see the Red Hat Ceph Storage documentation for more details.


Additional info:

Comment 2 Ken Dreyer (Red Hat) 2016-01-20 15:57:11 UTC
We might be able to use sed to rewrite the string in opt/calamari/webapp/content/manage/views/first.html during the RPM's %prep stage.

Need to find the equivalent for Ubuntu; something like this in /debian/rules?

override_dh_auto_configure:
	sed -i 's/Inktank Ceph Enterprise/Red Hat Ceph Storage/' manage/app/views/first.html
	dh_auto_configure

Comment 3 Christina Meno 2016-05-03 18:01:55 UTC
*** Bug 1332345 has been marked as a duplicate of this bug. ***