Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/repeat-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# * "Test Suite", which should be ones of the existing suites from regular CI,
# e.g. "cert-rotation", or
# * "Test Filter", which is a regex pattern applied to filter test script's path
# (examples: "ozone-csi", "test-vault.sh", "ozone/test-ec.sh", "test-.*-rotation.sh")
# (examples: "ozone-ha", "test-vault.sh", "ozone/test-ec.sh", "test-.*-rotation.sh")

name: repeat-acceptance-test
on:
Expand Down
33 changes: 0 additions & 33 deletions .run/CsiServer.run.xml

This file was deleted.

11 changes: 1 addition & 10 deletions hadoop-hdds/common/src/main/conf/ozone-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export OZONE_OS_TYPE=${OZONE_OS_TYPE:-$(uname -s)}
#

# Extra Java runtime options for all Ozone server daemons (OM, SCM, DataNode,
# S3 Gateway, Recon, HttpFS, CSI). These get appended to OZONE_OPTS for such
# S3 Gateway, Recon, HttpFS). These get appended to OZONE_OPTS for such
# daemons and are a convenient way to apply common options to all of them.
# export OZONE_SERVER_OPTS=""

Expand Down Expand Up @@ -326,15 +326,6 @@ export OZONE_OS_TYPE=${OZONE_OS_TYPE:-$(uname -s)}
#
# export OZONE_HTTPFS_OPTS=""

###
# CSI server specific parameters
###
# Specify the JVM options to be used when starting the CSI server.
# These options will be appended to the options specified as OZONE_OPTS
# and therefore may override any similar flags set in OZONE_OPTS
#
# export OZONE_CSI_OPTS=""

###
# Client and tool command specific parameters
###
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public static List<String> getConfigurationResourceFiles() {
"hdds-server-framework",
"hdds-server-scm",
"ozone-common",
"ozone-csi",
"ozone-manager",
"ozone-recon",
};
Expand Down
93 changes: 0 additions & 93 deletions hadoop-hdds/docs/content/interface/CSI.md

This file was deleted.

92 changes: 0 additions & 92 deletions hadoop-hdds/docs/content/interface/CSI.zh.md

This file was deleted.

22 changes: 0 additions & 22 deletions hadoop-ozone/csi/dev-support/findbugsExcludeFile.xml

This file was deleted.

Loading