Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Dec 13, 2024
1 parent c635513 commit 7072f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/os/connection/device/linux/device_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func (d *LinuxDeviceManager) IdentifyMountTargets(opts map[string]string) ([]*sn
log.Warn().Err(err).Msg("could not find fstab")
return partitions, nil
}
log.Debug().Any("fstab", fstabEntries).Msg("fstab entries found")

partitions, err = d.MountWithFstab(partitions, fstabEntries)
if err != nil {
Expand Down

0 comments on commit 7072f89

Please sign in to comment.