feat: add support for NBD #531
Annotations
10 errors
golangci-lint:
pkg/rest/vf/vm_config.go#L7
could not import github.com/crc-org/vfkit/pkg/vf (-: # github.com/crc-org/vfkit/pkg/vf
|
golangci-lint:
pkg/vf/virtio.go#L298
undefined: vz.NewNetworkBlockDeviceStorageDeviceAttachment
|
golangci-lint:
pkg/vf/virtio.go#L334
dev.Attachment undefined (type vz.StorageDeviceConfiguration has no field or method Attachment)) (typecheck)
|
golangci-lint:
pkg/rest/vf/state_change.go#L18
vm.Pause undefined (type *VzVirtualMachine has no field or method Pause) (typecheck)
|
golangci-lint:
pkg/rest/vf/state_change.go#L21
vm.Resume undefined (type *VzVirtualMachine has no field or method Resume) (typecheck)
|
golangci-lint:
pkg/rest/vf/state_change.go#L24
vm.RequestStop undefined (type *VzVirtualMachine has no field or method RequestStop) (typecheck)
|
golangci-lint:
pkg/rest/vf/state_change.go#L27
vm.Stop undefined (type *VzVirtualMachine has no field or method Stop) (typecheck)
|
golangci-lint:
pkg/rest/vf/vm_config.go#L23
vm.Config undefined (type *VzVirtualMachine has no field or method Config) (typecheck)
|
golangci-lint:
pkg/rest/vf/vm_config.go#L28
vm.State undefined (type *VzVirtualMachine has no field or method State) (typecheck)
|
golangci-lint:
pkg/rest/vf/vm_config.go#L31
vm.CanStart undefined (type *VzVirtualMachine has no field or method CanStart) (typecheck)
|
Loading