Skip to content

[Bug] [UI] Storage not enabled #11404

@lhcg

Description

@lhcg

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

Metadata

Metadata

Assignees

Labels

backendbugSomething isn't workingrelease cherry-pickMark this issue/PR had cherry-pick for release version

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions