Skip to content

Commit

Permalink
expand partitions info: debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Jan 3, 2025
1 parent e4e6052 commit ea711a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/os/connection/device/linux/device_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ func (d *LinuxDeviceManager) IdentifyMountTargets(opts map[string]string) ([]*sn
}

func (d *LinuxDeviceManager) attemptExpandPartitions(partitions []*snapshot.PartitionInfo) ([]*snapshot.PartitionInfo, error) {
log.Debug().Msg("attempting to expand partitions infos")

fstabEntries, err := d.hintFSTypes(partitions)
if err != nil {
log.Warn().Err(err).Msg("could not find fstab")
Expand Down

0 comments on commit ea711a5

Please sign in to comment.