Skip to content

Commit

Permalink
add a note (foldup/fixme)
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Dec 22, 2023
1 parent 0912a26 commit 970ad27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/mosconfig/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ func (i *StorageItem) Create(mos *Mos, allDisks disko.DiskSet, mysys disko.Syste
if err := syscall.Mount(dev, dest, "ext4", 0, ""); err != nil {
return errors.Wrapf(err, "Failed mounting %#v", i)
}

// XXX - still have to chown the fs root to the i.NSGroup root uid
log.Infof("Created and mounted %#v onto %q", i, dest)
return nil
}
Expand Down

0 comments on commit 970ad27

Please sign in to comment.