-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
database enterprise:21.3.0.0 has issue with Kubernetes StorageClass NFS #2897
Comments
The failure happens before the controlfile error message during the datafile restore:
This error is usually a matter of storage permissions. It looks like you're trying to manipulate the permissions here:
Can you try adding a security context instead? Something like this? |
Dear @oraclesean, I updated security context as your suggestion and return different error, please help to advise: StatefulSet:
Container logs:
Terminal to container:
|
Dear Oracle dev team,
I'm new to oracle docker and I'm trying to deploy an oracle enterprise database 21.3 on our kubernetes and ran into the following issue StorageClass NFS. I successfully ran with local storage, then I change to StorageClass NFS as below StatefulSet:
This is permissions of /opt/oracle/oradata/
This is output logs from oracle container:
This folder oradata from running oracle container with local storage. I saw that missing file control01.ctl as above log
Please help to advise my mistake, thank you for your support.
The text was updated successfully, but these errors were encountered: