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.
2 parents b5fc575 + 7c2f735 commit d7d7011Copy full SHA for d7d7011
freenas/extent.go
@@ -21,7 +21,7 @@ type Extent struct {
21
Blocksize int `json:"iscsi_target_extent_blocksize,omitempty"`
22
Comment string `json:"iscsi_target_extent_comment,omitempty"`
23
Filesize string `json:"iscsi_target_extent_filesize,omitempty"`
24
- InsecureTpc bool `json:"iscsi_target_extent_insecure_tpc,omitempty"`
+ InsecureTpc bool `json:"iscsi_target_extent_insecure_tpc"`
25
Legacy bool `json:"iscsi_target_extent_legacy,omitempty"`
26
Naa string `json:"iscsi_target_extent_naa,omitempty"`
27
Name string `json:"iscsi_target_extent_name,omitempty"`
0 commit comments