Skip to content

Commit

Permalink
machine: ultra disks: drop LUN
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Mar 8, 2022
1 parent e0faeb6 commit 0f64a58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions machine/v1beta1/types_azureprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,6 @@ type DataDisk struct {
// Currently the default is a ManagedDisk with with storageAccountType: "Premium_LRS" and diskEncryptionSet.id: "Default".
// +optional
ManagedDisk DataDiskManagedDiskParameters `json:"managedDisk,omitempty"`
// Lun Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
// The value must be between 0 and 63.
// Empty value means no opinion and the platform chooses a default, which is subject to change over time.
// Currently the default is to set it to the next available slot number.
// +optional
// +kubebuilder:validation:Minimum=0
// +kubebuilder:validation:Maximum=63
Lun *int32 `json:"lun,omitempty"`
// CachingType specifies the caching requirements.
// Empty value means no opinion and the platform chooses a default, which is subject to change over time.
// Currently the default is CachingTypeNone.
Expand Down
5 changes: 0 additions & 5 deletions machine/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f64a58

Please sign in to comment.