-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
backendbugSomething isn't workingSomething isn't workingrelease cherry-pickMark this issue/PR had cherry-pick for release versionMark this issue/PR had cherry-pick for release version
Milestone
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
What happened
I set values.xml
sharedStoragePersistence:
enabled: true
mountPath: "/opt/soft"
accessModes:
- "ReadWriteMany"
## storageClassName must support the access mode: ReadWriteMany
storageClassName: "ds-shared-nfs"
storage: "2Gi"
fsFileResourcePersistence:
enabled: true
accessModes:
- "ReadWriteMany"
## storageClassName must support the access mode: ReadWriteMany
storageClassName: "ds-file-nfs"
storage: "2Gi"
DATA_BASEDIR_PATH: "/tmp/dolphinscheduler" RESOURCE_STORAGE_TYPE: "HDFS" RESOURCE_UPLOAD_PATH: "/dolphinscheduler" FS_DEFAULT_FS: "file:///"
What you expected to happen
It's show "Storage is not enabled" when I upload the spark-examples_2.11-2.4.7.jar.
How to reproduce
storageClassName: "ds-shared-nfs"
storageClassName: "ds-file-nfs"
all bound
It's use the nfs.
Anything else
root@dolphinscheduler-api-dbcf78666-72wff:/opt/dolphinscheduler/conf# pwd
/opt/dolphinscheduler/conf
root@dolphinscheduler-api-dbcf78666-72wff:/opt/dolphinscheduler/conf# cat common.properties
data.basedir.path=/tmp/dolphinscheduler
resource.storage.type=NONE
resource.upload.path=/dolphinscheduler
fs.defaultFS=file:///
why?
Version
3.0.0
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendbugSomething isn't workingSomething isn't workingrelease cherry-pickMark this issue/PR had cherry-pick for release versionMark this issue/PR had cherry-pick for release version