mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-10 10:30:55 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix data loss issue if using existing azure disk with partitions in disk mount **What this PR does / why we need it**: When use an existing azure disk(also called [static provisioning](https://github.com/andyzhangx/demo/tree/master/linux/azuredisk#static-provisioning-for-azure-disk)) in pod, if that disk has multiple partitions, the disk will be formatted in the pod mounting. This PR removes `formatIfNotFormatted` func in `WaitForAttach` which uses `lsblk` command to check whether disk is formatted or not |
||
|---|---|---|
| .. | ||
| attacher.go | ||
| azure_common.go | ||
| azure_common_linux.go | ||
| azure_common_test.go | ||
| azure_common_unsupported.go | ||
| azure_common_windows.go | ||
| azure_dd.go | ||
| azure_dd_block.go | ||
| azure_dd_block_test.go | ||
| azure_dd_test.go | ||
| azure_mounter.go | ||
| azure_provision.go | ||
| BUILD | ||
| OWNERS | ||