mirror of
https://github.com/containers/podman.git
synced 2025-08-23 09:18:19 +08:00
Support size and inode options on builtin volumes
[NO TESTS NEEDED] Since it is difficult to setup xfs quota Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1982164 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -104,7 +104,7 @@ func (v *Volume) mount() error {
|
||||
|
||||
logrus.Debugf("Running mount command: %s %s", mountPath, strings.Join(mountArgs, " "))
|
||||
if output, err := mountCmd.CombinedOutput(); err != nil {
|
||||
logrus.Debugf("Mount failed with %v", err)
|
||||
logrus.Debugf("Mount %v failed with %v", mountCmd, err)
|
||||
return errors.Wrapf(errors.Errorf(string(output)), "error mounting volume %s", v.Name())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user