-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: support aznfs mount helper #987
Conversation
/retest |
commit 408353f Merge: d57e587 3465228 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:55:54 2023 +0000 Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs commit d57e587 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:23:31 2023 +0000 fix commit 3148e86 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:18:54 2023 +0000 fix commit 8036bf2 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:13:14 2023 +0000 Revert "support arm64" This reverts commit b5c9bfd. commit b3f9a6c Author: weizhichen <[email protected]> Date: Wed Aug 16 15:06:48 2023 +0000 fix commit b5c9bfd Author: weizhichen <[email protected]> Date: Wed Aug 16 03:33:38 2023 +0000 support arm64 commit 917c1f6 Author: weizhichen <[email protected]> Date: Wed Aug 9 09:10:27 2023 +0000 official release commit 783cdaf Author: weizhichen <[email protected]> Date: Fri Aug 4 04:08:12 2023 +0000 fix commit 9c1d08a Author: weizhichen <[email protected]> Date: Fri Aug 4 03:07:13 2023 +0000 fix commit c8e5015 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:33:16 2023 +0000 fix commit 9747128 Merge: 57a1407 cc884d5 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:31:48 2023 +0000 Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs commit 57a1407 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:05:38 2023 +0000 fix commit 8f262b2 Author: weizhichen <[email protected]> Date: Wed Aug 2 08:07:54 2023 +0000 fix commit 78808c3 Author: weizhichen <[email protected]> Date: Wed Aug 2 08:06:04 2023 +0000 fix commit 833dde7 Author: weizhichen <[email protected]> Date: Wed Aug 2 07:56:17 2023 +0000 fix commit d6d6de2 Author: weizhichen <[email protected]> Date: Wed Aug 2 02:39:04 2023 +0000 POC
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, cvvz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
/cherrypick release-1.22 |
@andyzhangx: #987 failed to apply on top of branch "release-1.22":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* Squashed commit of the following: commit 408353f Merge: d57e587 3465228 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:55:54 2023 +0000 Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs commit d57e587 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:23:31 2023 +0000 fix commit 3148e86 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:18:54 2023 +0000 fix commit 8036bf2 Author: weizhichen <[email protected]> Date: Thu Aug 17 09:13:14 2023 +0000 Revert "support arm64" This reverts commit b5c9bfd. commit b3f9a6c Author: weizhichen <[email protected]> Date: Wed Aug 16 15:06:48 2023 +0000 fix commit b5c9bfd Author: weizhichen <[email protected]> Date: Wed Aug 16 03:33:38 2023 +0000 support arm64 commit 917c1f6 Author: weizhichen <[email protected]> Date: Wed Aug 9 09:10:27 2023 +0000 official release commit 783cdaf Author: weizhichen <[email protected]> Date: Fri Aug 4 04:08:12 2023 +0000 fix commit 9c1d08a Author: weizhichen <[email protected]> Date: Fri Aug 4 03:07:13 2023 +0000 fix commit c8e5015 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:33:16 2023 +0000 fix commit 9747128 Merge: 57a1407 cc884d5 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:31:48 2023 +0000 Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs commit 57a1407 Author: weizhichen <[email protected]> Date: Thu Aug 3 08:05:38 2023 +0000 fix commit 8f262b2 Author: weizhichen <[email protected]> Date: Wed Aug 2 08:07:54 2023 +0000 fix commit 78808c3 Author: weizhichen <[email protected]> Date: Wed Aug 2 08:06:04 2023 +0000 fix commit 833dde7 Author: weizhichen <[email protected]> Date: Wed Aug 2 07:56:17 2023 +0000 fix commit d6d6de2 Author: weizhichen <[email protected]> Date: Wed Aug 2 02:39:04 2023 +0000 POC * fix by review * helm * fix * helm * fix log panic * fix * fix * fix
What type of PR is this?
/kind feature
What this PR does / why we need it:
feat: support aznfs mount helper
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
We can check whether the migration happens by taking a look at the logs on host path
/opt/microsoft/aznfs/data/aznfs.log
Release note: