Skip to content

Commit

Permalink
CI: Debug mount loop devoce
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Nov 4, 2023
1 parent 855ea4c commit f49cbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ func LocateDisk(diskname string) (*Disk, error) {
return nil, fmt.Errorf("Failed to list disk: %s", err)
}

fmt.Println(string(output))

var device *Disk
var decoded *LocateDiskOutput
err = json.Unmarshal(output, &decoded)
Expand Down

0 comments on commit f49cbec

Please sign in to comment.