Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1997461: Fixes LSO alert for StorageSystem installation #9940

Merged
merged 1 commit into from Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -203,7 +203,7 @@
"Disks limit will set the maximum number of PVs to create on a node. If the field is empty we will create PVs for all available disks on the matching nodes.": "Disks limit will set the maximum number of PVs to create on a node. If the field is empty we will create PVs for all available disks on the matching nodes.",
"All": "All",
"Local Storage Operator not installed": "Local Storage Operator not installed",
"Before we can create a StorageCluster, the Local Storage Operator needs to be installed. When installation is finished come back to OpenShift Container Storage to create a StorageCluster.<1><0>Install</0></1>": "Before we can create a StorageCluster, the Local Storage Operator needs to be installed. When installation is finished come back to OpenShift Container Storage to create a StorageCluster.<1><0>Install</0></1>",
"Before we can create a StorageSystem, the Local Storage Operator needs to be installed. When installation is finished come back to OpenShift Data Foundation to create a StorageSystem.<1><0>Install</0></1>": "Before we can create a StorageSystem, the Local Storage Operator needs to be installed. When installation is finished come back to OpenShift Data Foundation to create a StorageSystem.<1><0>Install</0></1>",
"Checking Local Storage Operator installation": "Checking Local Storage Operator installation",
"Discovering disks on all hosts. This may take a few minutes.": "Discovering disks on all hosts. This may take a few minutes.",
"Minimum Node Requirement": "Minimum Node Requirement",
Expand Down
Expand Up @@ -91,9 +91,8 @@ export const LSOInstallAlert = () => {
isInline
>
<Trans t={t} ns="ceph-storage-plugin">
Before we can create a StorageCluster, the Local Storage Operator needs to be installed.
When installation is finished come back to OpenShift Container Storage to create a
StorageCluster.
Before we can create a StorageSystem, the Local Storage Operator needs to be installed. When
installation is finished come back to OpenShift Data Foundation to create a StorageSystem.
<div className="ceph-ocs-install__lso-alert__button">
<Button type="button" variant="primary" onClick={goToLSOInstallationPage}>
Install
Expand Down