Skip to content

Commit af86457

Browse files
Merge pull request #78 from IBM/task/odf-410-update-docs
Task/odf 410 update docs
2 parents 6598567 + 970eed1 commit af86457

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
* [Installing the driver](installing/installing.md)
88
* [Configuring](configuring/configuring.md)
99
* [Limitations](configuring/limitations.md)
10+
* [Known Issues](configuring/known_issues.md)
1011
* [Related information and publications](docs_general/relatedpubs.md)

docs/configuring/known_issues.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Known issues
2+
3+
### Storage system status stuck on 'Progressing'
4+
##### Problem:
5+
in some circumstances, after adding FlashSystem as external storage, some Flash storage system might get stuck on 'Progressing' state due to a status sync delay on RedHat ODF operator.
6+
##### Detected in version:
7+
ODF 4.13 using ODF-FS 1.4.0
8+
##### Problem Verification:
9+
On Openshift Console go to Storage -> Data Foundation -> storage systems. Some storage systems might be stuck forever with a status of: "Progressing" and never changes to "Available".
10+
11+
![Storage-system-in-progressing-github3](storage-system-in-progressing2.png "storage-system")
12+
##### Workaround:
13+
1. SSH into OCP cluster
14+
2. Switch to openshift-storage namespace by running: <br>
15+
$ oc project openshift-storage
16+
3. Find odf-controller-manager pod by running: <br>
17+
$ oc get pods | grep odf-operator-controller-manager
18+
4. Delete the pod found in the previous step by running: <br>
19+
$ oc delete pod {odf-operator-controller-manager-*}
20+
5. The pod will be recreated automatically, verify pod creation by running: <br>
21+
$ oc get pods | grep odf-operator-controller-manager
22+
6. Storage system status should change to 'Available' after a few minutes
23+
24+
25+
##### Links:
26+
https://bugzilla.redhat.com/show_bug.cgi?id=2207619 <br>
27+
https://jira.xiv.ibm.com/browse/ODF-448
28+
72 KB
Loading

0 commit comments

Comments
 (0)