Skip to content

Commit

Permalink
test /var/lib/directpv/mnt directory creation prior to sync (#736)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <bala@minio.io>
  • Loading branch information
balamurugana committed Mar 27, 2023
1 parent fbc7f64 commit 901f06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/functests.yml
Expand Up @@ -77,9 +77,11 @@ jobs:
- name: Run migration tests with DirectCSI v3.2.2
run: |
sudo rm -fr /var/lib/directpv
functests/run-migration-tests.sh "v3.2.2"
- name: Run migration tests with DirectCSI v2.0.9
if: contains(fromJson('["v1.18.20", "v1.19.16", "v1.20.15", "v1.21.14", "v1.22.16"]'), matrix.kube-version)
run: |
sudo rm -fr /var/lib/directpv /var/lib/direct-csi
functests/run-migration-tests.sh "v2.0.9"
2 changes: 1 addition & 1 deletion functests/migration-tests.sh
Expand Up @@ -34,7 +34,7 @@ sed -e s:directpv-min-io:direct-csi-min-io:g -e s:directpv.min.io:direct.csi.min
function migrate_test() {
directcsi_client="$1"
pod_count="$2"

setup_lvm
setup_luks

Expand Down

0 comments on commit 901f06a

Please sign in to comment.