Old post I realize, but I am running into the same issue on a SNO environment. Did you ever find a solution?
Original Message:
Sent: Wed July 05, 2023 09:47 AM
From: Francois Beliveau
Subject: Error with Ansible masdevops - Db2 pod c-db2w-shared-restore-morph keeps crashing
Increasing the memory did the trick. And I know the best way would be to have the DB2 instance outside of the cluster but my mandate right now is to make Manage fit in a 16 vCPU 64GB OpenShift cluster
I managed to get past by the db2 cluster creation by increasing memory settings, but now something else is crashing... still one issue fixed, some more to go i guess
------------------------------
Francois Beliveau
------------------------------
Original Message:
Sent: Wed July 05, 2023 08:47 AM
From: Arif Ali
Subject: Error with Ansible masdevops - Db2 pod c-db2w-shared-restore-morph keeps crashing
No need to worry about RWX for SNO. RWO of LVM works. You also don't have to define separate storage for DB2 (that's a design choice better suited for a full cluster). Regarding your original Db2 morph issue. I think there's a bug out there with DB2 container software. The culprit appears to be Instance Memory. Try to increase the memory (Request/Limit) in db2ucluster and see if that does the trick. You may not have enough memory available since you're on SNO. I would run the DB2 server the old fashioned way, outside of OCP.
------------------------------
Arif Ali
Original Message:
Sent: Tue July 04, 2023 11:13 AM
From: Francois Beliveau
Subject: Error with Ansible masdevops - Db2 pod c-db2w-shared-restore-morph keeps crashing
OK so I did forget the storage class for logs and backup
Now I see the backup claim has been created but cannot be bound due to RWX policy
It seems the LVM operator as per default config does not support ReadWriteMany?
failed to provision volume with StorageClass "odf-lvm-vg1": rpc error: code = InvalidArgument desc = unsupported access mode: MULTI_NODE_MULTI_WRITER
This is a Single-Node test environment i am trying to setup. I need to search to see if I will be able to have LVM operator support ReadWriteMany I guess
Just to give it a try I tempered with the PVC (deleted it and recreated it with ReadWriteOnce) just to see how far it can go
------------------------------
Francois Beliveau
Original Message:
Sent: Tue July 04, 2023 02:15 AM
From: Witold Wierzchowski
Subject: Error with Ansible masdevops - Db2 pod c-db2w-shared-restore-morph keeps crashing
What is Your config for storage? I would assume that there is something missing there, since /mnt/blumeta0 in the c-db2w-shared-restore-morph is bound to PVC c-db2w-shared-meta
Does this PVC binds? Do You have RWX capable StorageClass? Did You set the variables for DB2 playbook?
------------------------------
Witold Wierzchowski