Skip to content

Commit

Permalink
Bug 1891951: Compression pool info message
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
  • Loading branch information
GowthamShanmugam committed Feb 5, 2021
1 parent 04fccb3 commit 4f8f9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"Select Replication": "Select Replication",
"Compression": "Compression",
"Enable Compression": "Enable Compression",
"Before enabling compression for this pool, note that it may have little or no effect on already encrypted or otherwise randomised data. Also, enabling compression for any data may have an impact on performance.": "Before enabling compression for this pool, note that it may have little or no effect on already encrypted or otherwise randomised data. Also, enabling compression for any data may have an impact on performance.",
"Enabling compression may result in little or no space savings for encrypted or random data. Also, enabling compression may have an impact on I/O performance.": "Enabling compression may result in little or no space savings for encrypted or random data. Also, enabling compression may have an impact on I/O performance.",
"Discover Disks": "Discover Disks",
"Create Storage Class": "Create Storage Class",
"Storage and Nodes": "Storage and Nodes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const StoragePoolModal = withHandlePromise((props: StoragePoolModalProps)
className="co-alert"
variant="info"
title={t(
'ceph-storage-plugin~Before enabling compression for this pool, note that it may have little or no effect on already encrypted or otherwise randomised data. Also, enabling compression for any data may have an impact on performance.',
'ceph-storage-plugin~Enabling compression may result in little or no space savings for encrypted or random data. Also, enabling compression may have an impact on I/O performance.',
)}
isInline
/>
Expand Down

0 comments on commit 4f8f9ed

Please sign in to comment.