We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ecdac commit bda5386Copy full SHA for bda5386
1 file changed
pkg/machinery/resources/block/discovered_volume.go
@@ -24,7 +24,7 @@ type DiscoveredVolume = typed.Resource[DiscoveredVolumeSpec, DiscoveredVolumeExt
24
//
25
//gotagsrewrite:gen
26
type DiscoveredVolumeSpec struct {
27
- DevPath string `yaml:"dev_dath" protobuf:"17"`
+ DevPath string `yaml:"dev_path" protobuf:"17"`
28
Type string `yaml:"type" protobuf:"14"`
29
DevicePath string `yaml:"device_path" protobuf:"15"`
30
Parent string `yaml:"parent,omitempty" protobuf:"16"`
0 commit comments