Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion internal/guestrequest/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type LCOWMappedVirtualDisk struct {
type WCOWMappedVirtualDisk struct {
ContainerPath string `json:"ContainerPath,omitempty"`
Lun int32 `json:"Lun,omitempty"`
AttachOnly bool `json:"AttachOnly,omitempty"` // If `true' then not mapped to the ContainerPath. (Not generated by Swagger)
}

type LCOWMappedDirectory struct {
Expand Down
1 change: 0 additions & 1 deletion internal/uvm/scsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func (uvm *UtilityVM) AddSCSI(hostPath string, uvmPath string) (int, int32, erro
Settings: guestrequest.WCOWMappedVirtualDisk{
ContainerPath: uvmPath,
Lun: lun,
AttachOnly: (uvmPath == ""),
},
}
} else {
Expand Down