mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
CNV#69681: Add IBM Fusion Access for SAN release updates
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
9a8ef0e019
commit
09f20327ff
@@ -31,8 +31,6 @@ Creating the `FusionAccess` CR triggers the installation of the correct version
|
||||
. Optional: You can choose to add *Labels* if they are relevant.
|
||||
|
||||
. Select the *IBM Storage Scale Version* from the drop-down list.
|
||||
+
|
||||
This version is the same version that was used to install the {FusionSAN} Operator.
|
||||
|
||||
. Click *Create*.
|
||||
|
||||
|
||||
42
modules/virt-fusion-access-san-release-updates.adoc
Normal file
42
modules/virt-fusion-access-san-release-updates.adoc
Normal file
@@ -0,0 +1,42 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * virt/fusion_access_SAN/install-configure-fusion-access-san.adoc
|
||||
|
||||
:_mod-docs-content-type: CONCEPT
|
||||
[id="virt-fusion-access-san-release-updates_{context}"]
|
||||
= IBM Fusion Access for SAN release updates
|
||||
|
||||
[role="_abstract"]
|
||||
Release updates for IBM Fusion Access for SAN, including new features, bug fixes, and known issues.
|
||||
|
||||
[id="virt-fusion-access-san-new-changes_{context}"]
|
||||
== New and changed features
|
||||
|
||||
Image registry requirements for kernel module management::
|
||||
|
||||
{IBMFusionFirst} uses the {product-title} image registry to manage the kernel module. Do not configure the registry to use `emptyDir` storage because it provides only temporary storage and is not suitable for production use. Configure {IBMFusionFirst} to use a different image registry by creating a config map and secret after installing the Operator and before creating the `FusionAccess` CR. (link:https://issues.redhat.com/browse/OCPNAS-213[*OCPNAS-213*])
|
||||
|
||||
[id="virt-fusion-access-san-bug-fixes_{context}"]
|
||||
== Bug fixes
|
||||
|
||||
Filesystem creation button stays disabled until daemons are ready::
|
||||
|
||||
The {IBMFusionFirst} Operator was updated to check the readiness of filesystem daemons before allowing a filesystem to be created. The **Create file system** button in the web console now stays disabled with a tooltip explaining the condition until the environment is ready. This change prevents filesystems from appearing stuck during creation. (link:https://issues.redhat.com/browse/OCPNAS-184[*OCPNAS-184*])
|
||||
|
||||
Filesystems cannot be deleted from the user interface::
|
||||
|
||||
The {product-title} web console does not support deleting filesystems. To delete a filesystem, use the {oc-first}. (link:https://issues.redhat.com/browse/OCPNAS-217[*OCPNAS-217*])
|
||||
|
||||
[id="virt-fusion-access-san-known-issues_{context}"]
|
||||
== Known issues
|
||||
|
||||
Filesystem creation might fail during core pod deletion::
|
||||
|
||||
Filesystem creation might fail if core pods are deleted at the same time. The filesystem might be partially created on the LUN, which results in the following persistent error:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
Disk <ID> may still belong to an active file system
|
||||
----
|
||||
+
|
||||
No workaround is available. Contact IBM Support for assistance. (link:https://issues.redhat.com/browse/OCPNAS-233[*OCPNAS-233*])
|
||||
@@ -23,13 +23,13 @@ Install the {FusionSAN} Operator from the *OperatorHub* in the {product-title} w
|
||||
|
||||
. On the *Install Operator* page, keep the default selections for *Update Channel*, *Version*, and *Installation mode*.
|
||||
|
||||
. Verify that *Operator recommended Namespace* is selected for *Installed Namespace*.
|
||||
. Verify that *Operator recommended Namespace* is selected for *Installed Namespace*.
|
||||
+
|
||||
This installs the Operator in the `ibm-fusion-access` namespace. If this namespace does not yet exist, it is automatically created.
|
||||
+
|
||||
[WARNING]
|
||||
====
|
||||
If you install the {FusionSAN} Operator in a namespace other than `ibm-fusion-access`, {FusionSan} does not work.
|
||||
You must install the {FusionSAN} Operator in the `ibm-fusion-access` namespace. Installation in any other namespace is not supported.
|
||||
====
|
||||
|
||||
. Verify that the *Automatic* default is selected for *Update Approval*.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
[id="install-configure-fusion-access-san"]
|
||||
= Installing and configuring {IBMFusionFirst}
|
||||
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: install-configure-fusion-access-san
|
||||
|
||||
toc::[]
|
||||
@@ -28,8 +28,10 @@ include::modules/virt-creating-filesystem-fusion-access-san.adoc[leveloffset=+1]
|
||||
|
||||
Once you create a storage cluster with file systems, you can create a virtual machine (VM) on the storage cluster.
|
||||
|
||||
Create a VM from an instance type or template and select one of the file systems you created as the storage type.
|
||||
Create a VM from an instance type or template and select a storage class that corresponds to one of the file systems you created as the storage type.
|
||||
|
||||
* xref:../../virt/creating_vm/virt-creating-vms-from-instance-types.adoc#virt-creating-vms-from-instance-types[Creating virtual machines from instance types].
|
||||
|
||||
* xref:../../virt/creating_vm/virt-creating-vms-from-templates.adoc#virt-creating-vms-from-templates[Creating virtual machines from templates].
|
||||
* xref:../../virt/creating_vm/virt-creating-vms-from-templates.adoc#virt-creating-vms-from-templates[Creating virtual machines from templates].
|
||||
|
||||
include::modules/virt-fusion-access-san-release-updates.adoc[leveloffset=+1]
|
||||
Reference in New Issue
Block a user